User login |
Disk checkingWhen booting up, 64studio seems to check each volume (i.e. partition) whenever it's more than about 30 times since it was last mounted. If, like me, you have 5 or 6 partitions, this can lead to them being checked almost every day. With my previous versions of Linux I was able to modify this behaviour so that the partitions would only get checked (say) once a fortnight). Can that be configured in 64studio?
|
Search this site:New forum topicsToday's poll:What format would you prefer for downloading 64 Studio? (Register or log in to vote) DVD install image 40% DVD live image with install option 43% I don't have a DVD burner so I have to use CD-R 14% I installed version 0.1 and only used apt since :-) 4% Total votes: 174 |
Tell me about it...
I waited 10min as my main machine checked two large volumes today.
Should this not be close to debian? If you find out, let me know as well...
tune2fs
I've been looking into this. There is this command, tune2fs, which allows you specify the number of boot times or the amount of time between two checks for a given volume or partition.
For example:
tune2fs -c 80 /dev/sda1 (80 boots between checks)
tune2fs -i 2m /dev/sda1 (2 months between checks)
Source: http://lapipaplena.wordpress.com/fsck-y-tune2fs/ (in spanish). I'm trying it out. Cheers
on my debian laptop it works
on my debian laptop it works for years now:
tune2fs -c 50 /dev/hda1
so the drive gets checked every 50 times. but in debian this is a kind of security risk...
cheers, doc
AFAICT, tune2fs -c seems to
AFAICT, tune2fs -c seems to work (badly) whereas tune2fs -i doesn't work at all (although it indicates that it has worked). For example, I configured my main 64studio volume to get checked once every 21 days - and I got a response saying that the interval had been reset to 1814400 seconds which is indeed 21 days. However, 3 days later, the disk has been checked again.
That in itself is annoying enough - but the intervals don't make sense either. The last time my 64studio volume got checked was 3 days ago. This morning it claimed that 64studio had been mounted 41 times since the previous check. There's no way that its been mounted more than 4 or 5 times.