|
|
|
|
||||||
| linux.debian.user debian-user@lists.debian.org. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
There have been times when I have rebooted a system after a couple of months of uptime that the OS automatically does a
file system check of all partitions. The message on the screen states that the files system has not been checked in X number s of days. Anyone know where this number is kept? Tony Heal Pace Systems Group, Inc. 800-624-5999 theal@pace2020.com |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
Tony Heal <theal@pace2020.com> wrote:
> There have been times when I have rebooted a system after a couple of months of uptime that the OS automatically does a > file system check of all partitions. The message on the screen states that the files system has not been checked in X > number s of days. Anyone know where this number is kept? You can use "dumpe2fs" to display that (and a lot of other) information about an ext2/ext3 partition, and "tune2fs" to change your settings. Cheers, Tyler -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
Tony Heal wrote:
> There have been times when I have rebooted a system after a couple of > months of uptime that the OS automatically does a file system check of > all partitions. The message on the screen states that the files system > has not been checked in X number s of days. Anyone know where this > number is kept? > > tune2fs -l /dev/sdb1 | grep 'ount count' gets me: Mount count: 2 Maximum mount count: 28 That information is kept in the superblock of each partition. Hugo -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
![]() |
| Outils de la discussion | |
|
|