Runtime filesystem consistency checking
Runtime filesystem consistency checking
Posted Apr 3, 2012 20:01 UTC (Tue) by cmccabe (guest, #60281)In reply to: Runtime filesystem consistency checking by martinfick
Parent article: Runtime filesystem consistency checking
Hard disk sizes have continued increasing exponentially, while rotations per minute (RPMs) have more or less stopped increasing. So seeks are becoming more expensive, and fsck in general is starting to take much longer on hard disks.
SSDs don't have these limitations, however.
