PDA

View Full Version : Need filesystem help



sandyd
December 29th, 2010, 03:56 AM
Im currently looking for a filesystem to store large files (only storage). Doesn't need to be windows compatiable.

I was looking at btrfs, but im not so sure seeing that its still beta, and doesnt have fsck support (yet), and if the HD crashes, there might be issues with data recovery.

Maybe XFS?

GabrielYYZ
December 29th, 2010, 05:11 AM
define "large"

i have a HD for storage and i have it with EXT4, but "large" files for me have been, so far, 1-4gb. are your files larger than that?

ps: EXT4 works fine for me too, no problems so far. but, again, the "large files" you're talking about might be larger than mine.

sandyd
December 29th, 2010, 05:42 AM
define "large"

i have a HD for storage and i have it with EXT4, but "large" files for me have been, so far, 1-4gb. are your files larger than that?

ps: EXT4 works fine for me too, no problems so far. but, again, the "large files" you're talking about might be larger than mine.
32GB files.

GabrielYYZ
December 29th, 2010, 07:11 AM
in that case, XFS seems like the sensible choice, yeah.

as you yourself noted, btrfs can not be fully trusted yet.

suprman2020
December 29th, 2010, 07:30 AM
What is ext4's file size limit?

GabrielYYZ
December 29th, 2010, 08:00 AM
What is ext4's file size limit?

according to Dr. Wik. E. Pedia:


Max file size 16 TiB (http://en.wikipedia.org/wiki/Tebibyte) (for 4k block filesystem)

but i guess he/she doesn't want to take his/her chances with ext4. i say chances 'cause i've read about corruption problems with ext4, even though it has worked great for me, mileage may vary.

mips
December 29th, 2010, 08:31 AM
Xfs

NightwishFan
December 29th, 2010, 08:49 AM
If it helps any, google uses Ext4 for storage. I advise it merely for the fast filesystem check. :)

sandyd
December 29th, 2010, 04:09 PM
hmm. xfs it is.

sandyd
December 29th, 2010, 04:12 PM
hmm.
xfs it is.
btrfs whenever it matures.