Should a NAS always be on?

Manu

I'm thinking of purchasing a NAS that can do RAID1, to have a local backup. Can such a device be left always on ? What happens in case of a power outage ?

davidgo

To elaborate on @ta.speot.is answer - Yes, a NAS (or computer) can be left on 24/7 - there are arguments to be made that this is actually good for devices as they are not subject to the stresses caused by changes in temperature or the sudden rush of current on startup.

In the case of a power outage, you should ideally have a UPS which can be used to do a controlled shutdown - failing which, of-course the NAS will just turn off. (There might be a battery backed write cache to hold your data for a few hours/days, but I wouldn't count on it).

I suspect the real answer to the second question would be that a NAS will generally use a journalled filesystem (most filesystems are nowdays I think), so if there is a sudden power outage it can roll back a short while to the last "known good" write and you don't corrupt the filesystem.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Should I always removeEventListener?

From Dev

Should indentation always be minimized?

From Dev

Should memcpy always be used?

From Dev

Should glfwDestroyWindow always be called?

From Java

Should CSS always preceed Javascript?

From Dev

Should I always complete a TaskCompletionSource?

From Dev

A middleware should always invoke the next?

From Dev

Should std::endl always be used?

From Dev

Should defensive copies ALWAYS be made?

From Dev

Should a subroutine always return explicitly?

From Dev

Should a boolean flag always be atomic?

From Dev

Should security updates always be installed?

From Dev

Should certificates be always imported in keystores?

From Dev

Should PUT always be able to insert?

From Dev

Which filesystem should I use in an SD card on a NAS?

From Java

Why should I always enable compiler warnings?

From Dev

Should a C++ object always be in a valid state?

From Dev

Should vertex and fragment shader versions always match?

From Dev

Should we always use `override` in Trait

From Dev

Should we always use @NotNull or @Nullable?

From Dev

this() in java should always be first executed if present?

From Java

should i always `await` on every promise?

From Dev

Login page should always be front page

From Dev

UISearchController - search bar should be visible always

From Dev

Should I use noexcept for getters always?

From Dev

Why should I always use || instead of | and && instead of &?

From Dev

Should the FUSE getattr operation always be serialised?

From Dev

Spring Security roles should always be prefixed with ROLE?

From Dev

should i always use bdo for text direction?