You are not logged in.

#1 2010-03-20 13:11:39

new2arch
Member
Registered: 2008-02-25
Posts: 235

Partition isn't being checked after resizing it

Hello,

I merged my /home partition that had some unallocated space to enlarge my /home, using Gparted Live.
Everything went well, no error messages, but it seems like the mandatory filesystem check that occurs every 23:rd (?) boot now doesn't trigger.
I get the "sda5 has been mounted xx times, will check after next reboot..." message but the check doesn't happen.
First I thought I read the message wrong but I rebooted three times with the same result: "...will check after next reboot"

My fstab :

UUID=06619af8-7017-43c9-a161-a85856b90238 /home ext3 defaults,nosuid,noatime,barrier=1 0 1
UUID=64c5c2a7-1343-4c22-b2d4-631fab4f816e / ext3 defaults,noatime,barrier=1 0 1
UUID=86226d16-affc-4722-9869-c56925e04199 /boot ext3 defaults,noatime,barrier=1 0 1
UUID=adfbe0d1-98be-4417-8259-944a3689fabe swap swap defaults 0 1


fdisk -l gives this (sda 5 is my /home partition) :

Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xd8e0d8e0

Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1          12       96358+  83  Linux
/dev/sda2              13        3659    29294527+  83  Linux
/dev/sda3            3660        3752      747022+  82  Linux swap / Solaris
/dev/sda4            3753       60801   458246092+   5  Extended
/dev/sda5            3753       39237   285033231   83  Linux

[root@myhost ~]# df
Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/sda2             28834744   5138572  22231448  19% /
udev                     10240       152     10088   2% /dev
shm                    1036608         0   1036608   0% /dev/shm
/dev/sda5            280560348 102011992 164296700  39% /home
/dev/sda1                93307     26616     61874  31% /boot


Any idea?

Thanks.

Offline

#2 2010-03-20 14:48:57

new2arch
Member
Registered: 2008-02-25
Posts: 235

Re: Partition isn't being checked after resizing it

Checked the wiki page and this command; shutdown -Fr now triggers the fsck (all filesystems are clean).
I'll have to wait 23 boot cycles to determine if the automated fsck still works. smile

Offline

Board footer

Powered by FluxBB