Volume won't mount at bootup

Eugene Vilensky evilensky at gmail.com
Fri Jan 29 02:34:18 UTC 2010


On Thu, Jan 28, 2010 at 3:59 PM, Dave Martini <martini1 at llnl.gov> wrote:
> Would there be any reason why a file system would not mount after the system
> reboots? I have a /Users partition that doesn't automount.
> I can manually mount it after the system comes up though.

Are the appropriate disk/san/controller drivers built into the initrd image?

> Also, what is the meaning of the numeral 1 at the end of
> each label name i.e. boot1, var1, /usr/local1

its manually setable, and its good to use for mounting because device
order is not guaranteed persistent across reboots, although its gotten
better.  man tune2fs  and look for the -L flag.

> I can manually mount /Users as such
>
> [root at 07 ~]$ mount /Users
> [root at 07 ~]$ df
> Filesystem           1K-blocks      Used Available Use% Mounted on
> /dev/cciss/c0d0p2     29753588   7401328  20816448  27% /
> /dev/cciss/c0d0p6     19840892    554564  18262188   3% /var
> /dev/cciss/c0d0p5     19840892    176348  18640404   1% /usr/local
> /dev/cciss/c0d0p3     19840924    176212  18640572   1% /Users
> /dev/cciss/c0d0p1       988088     29824    907260   4% /boot
> tmpfs                  8219384         0   8219384   0% /dev/shm
> /dev/cciss/c0d1p1    326823132    199504 310021908   1% /u01
> /dev/cciss/c0d0p3     19840924    176212  18640572   1% /Users
>
> Also, why when I  umount -a and then mount -a not all file systems get
> mounted?

What's in the logs?
Is this a RHEL box?




More information about the redhat-list mailing list