Originally posted by Jade
View Post
Announcement
Collapse
No announcement yet.
Real World Benchmarks Of The EXT4 File-System
Collapse
X
-
Background filesystem checks
Originally posted by mctop View PostSo, from time to time, the raid system will check (tunefs could avoid this, but for safety reasons we perform the complete disk check) the data. This needs hours where you just can wait and wait ....
So, if ext4 would reduce this checking time, i would immediatley change.
The only downside is that orphaned inodes are not cleared, so scheduled fscks are still useful from time to time.
Comment
-
do your harddisk have an onboard cache? do you care about your data?
then you need barriers.
xfs and reiserfs care about data, so they turn it on by default
extX devs don't care about your data, so they turn it off by default (argued with '30% performance loss')
jfs doesn't have barrier support at all from all I could find.
Comment
-
Originally posted by energyman View Postdo your harddisk have an onboard cache? do you care about your data?
then you need barriers.
xfs and reiserfs care about data, so they turn it on by default
extX devs don't care about your data, so they turn it off by default
Comment
Comment