Which file system should you use?

You plan to deploy a file server to a temporary location.
The temporary location experiences intermittent power failures.
The file server will contain a dedicated volume for shared folders.
You need to create a volume for the shared folders. The solution must minimize the likelihood of file
corruption if a power failure occurs.
Which file system should you use?

You plan to deploy a file server to a temporary location.
The temporary location experiences intermittent power failures.
The file server will contain a dedicated volume for shared folders.
You need to create a volume for the shared folders. The solution must minimize the likelihood of file
corruption if a power failure occurs.
Which file system should you use?

A.
NFS

B.
FAT32

C.
ReFS

D.
NTFS

Explanation:

The ReFS file system allows for resiliency against corruptions with the option to salvage amongst
many other key features like Metadata integrity with checksums, Integrity streams with optional
user data integrity, and shared storage pools across machines for additional failure tolerance and
load balancing, etc.



Leave a Reply 1

Your email address will not be published. Required fields are marked *

sixteen + three =


luischavez714

luischavez714

C
ReFS has specifically resiliency of ‘power failure’. FAT32, you lose power, you lose transaction. Come on.