• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Which File system for >2TB ?

bubbles

Limp Gawd
Joined
Dec 16, 2005
Messages
180
Which is the best file system to use for a 3TB array in one single 3TB partition?

Best for linux? JFS? XFS?

For Windows XP would NTFS allow a 3TB partition?

How do you guys have yours set up?
 
NTFS can do it if you convert to Dynamic Disks. A 'normal' NTFS partition can only do 2Tb.
 
Under Linux I use XFS because it is designed to scale. I know that XFS will have no issue surpassing 2TB.

The XFS entry on Wikiedia said:
XFS is a 64-bit journaling file system with guaranteed file system consistency. It supports a maximum file system size of 9 exabytes, though this is subject to block limits imposed by the host operating system. On 32-bit Linux systems, this limits the file and file system sizes to 16 terabytes.
Source: http://en.wikipedia.org/wiki/XFS
 
Just make sure you have a UPS backup on the file server. Last I understood XFS doesn't handle unexpected shutdowns well.
 
Xipher said:
Just make sure you have a UPS backup on the file server. Last I understood XFS doesn't handle unexpected shutdowns well.

/agree

XFS aggressively uses caching so don't do it on an unreliable system.
 
Back
Top