ZFS is the most interesting file system, too bad you didn't test it.
Linux 4.0 Hard Drive Comparison With Six File-Systems
Collapse
X
-
Originally posted by nils_ View PostI think FAT32 probably cuts a lot of corners in things that are implemented in (most) other filesystems so it's not going to be very realistic. It would be good to have some basic disk benchmarks though so you can see how much overhead the FS introduces - and also to see if a filesystem breaks specs for performance reasons (FUSE caching for example).
I'm not sure if ExFAT does anything special besides allow for super huge file sizes or hard drives. If it is otherwise just as basic as FAT32, then ExFAT might be a better option, since it has no restrictions.
Comment
-
-
Originally posted by Staffan View PostZFS is the most interesting file system, too bad you didn't test it.
I wish we could get ZFS on linux, but it's never going to happen since it can't be distributed that way. Right now, BTRFS is the only thing that is "equivalent". But you can't do anything like ZFS-3. ZFS-2 is still too experimental to trust. Right now it's single redundancy only, which sucks.
But yeah, nothing beats checksum validation.
Comment
-
-
Originally posted by nils_ View PostI think FAT32 probably cuts a lot of corners in things that are implemented in (most) other filesystems so it's not going to be very realistic. It would be good to have some basic disk benchmarks though so you can see how much overhead the FS introduces - and also to see if a filesystem breaks specs for performance reasons (FUSE caching for example).
Interesting that there is so much variation due to fs in the synthetic kernel compile, I wonder if the filesystem in use would make any difference to the actual linux kernel compile benchmark, or whether even with 8 cores the benchmark time is still completely dominated by the CPU.
Comment
-
-
Originally posted by Staffan View PostZFS is the most interesting file system, too bad you didn't test it.
Comment
-
-
Originally posted by phoronix View PostPhoronix: Linux 4.0 Hard Drive Comparison With Six File-Systems
It's been a while since last running any Linux file-system tests on a hard drive considering all of the test systems around here are using solid-state storage and only a few systems commissioned in the Linux benchmarking test farm are using hard drives, but with Linux 4.0 around the corner, here's a six-way file-system comparison on Linux 4.0 with a HDD using EXT4, Btrfs, XFS, and even NTFS, NILFS2, and ReiserFS.
http://www.phoronix.com/vr.php?view=21624
Comment
-
Comment