ext4 is the default fs in RHEL6. If you're stuck on an older release, well, sucks to be you..
(Another big advantage of ext4 over ext3 in addition to the ones mentioned previously is much faster fsync, since ext3 cannot really fsync an individual file but rather the entire file system is synced when fsync() is called.)



Reply With Quote




