• 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.

File systems for over 16TB

nry

Limp Gawd
Joined
Jul 10, 2008
Messages
409
I have just built my raid 6 array and get the following error when trying to create a ext4 file system

root@nas:~# mkfs.ext4 /dev/sda1
mke2fs 1.41.11 (14-Mar-2010)
mkfs.ext4: Size of device /dev/sda1 too big to be expressed in 32 bits
using a blocksize of 4096.
root@nas:~#

What recommendations do people have for a file system of this size?
 
xfs if you want to stay linux. zfs if you want to setup a vm/bsd/solaris. ext4 can't create any fs over 16tb.
 
Ext4 works, you just need a newer version on mkfs.ext4 and a newish kernel.
XFS also works.
 
Ext4 works, you just need a newer version on mkfs.ext4 and a newish kernel.
XFS also works.

Yes, ext4 will support greater than 16TB filesystems. But none of the ext4 tools currently do. So with ext4 you are ok as long as nothing goes wrong...
 
The tools have supported it for 3-5 months now.
I switched from XFS to EXT4 60TB no problems.
 
Back
Top