1827296 Members
1938 Online
109960 Solutions
New Discussion

Re: /dev/vg00/lvol1 /

 
Jerry Sims
Advisor

/dev/vg00/lvol1 /

 
Learn More
3 REPLIES 3
John Poff
Honored Contributor

Re: /dev/vg00/lvol1 /

Hi,

This usually happens when your box has been booted in maintenance mode. Try renaming /etc/mnttab and do a mount -a. That usually fixes it.

JP
Helen French
Honored Contributor

Re: /dev/vg00/lvol1 /

The system uses /dev/root when it cannot find the actual device file. You need to find out what's went wrong with your system. As said above, going to LVM maintenance mode can cause this problem, but in that case you may need to find out why the system booted in that mode. Some nice things to try:

# lvlnboot -v (check your boot defenitions)
# strings /etc/lvmtab
# /var/adm/syslog/syslog.log
# root mail
# STM or diag logs for a possible h/w (disk) failure
# vgdisplay -v vg00

You can also get rid of this issue by recreating mnttab:
# mv /etc/mnttab /etc/mnttab.old
# mount -a

If you know something went wrong with the server, that will give you answer why it's mounting on /dev/root. Any of the above tries will put it back to the correct device file.
Life is a promise, fulfill it!
Michael Tully
Honored Contributor

Re: /dev/vg00/lvol1 /

This usually will happen if your system was booted in single user mode or LVM maintenance mode. It is easily fixed and does not cause any problems.

# mv /etc/mnttab /etc/mnttab.save
# mount -a

If there is something unusual that you did, perhaps let us know, we are always a curious bunch.

Regards
Michael
"When I have trouble spelling, it's called fat finger syndrome"
Anyone for a Mutiny ?