1825768 Members
2032 Online
109687 Solutions
New Discussion

/dev/root

 
SOLVED
Go to solution
Carme Torca
Super Advisor

/dev/root

Hi,
I have got problems with the server, and now when I boot the system the /dev/vg00/lvol3 / its mount in /dev/root.
What could I do??

Thanks!
Carmen.

/> bdf
Filesystem kbytes used avail %used Mounted on
/dev/root 409600 60580 327224 16% /
/dev/vg00/lvol1 59797 21438 32379 40% /stand
/dev/vg00/lvol8 1228800 734409 463608 61% /var
Users are not too bad ;-)
7 REPLIES 7
James R. Ferguson
Acclaimed Contributor
Solution

Re: /dev/root

Hi:

Do this to repair:

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

Regards!

...JRF...
Tim D Fulford
Honored Contributor

Re: /dev/root

edit /etc/mnttab to say /dev/vg00/lvol3

Tim
-
Helen French
Honored Contributor

Re: /dev/root

This could be a solution:

# mv /etc/mnttab mnttab.old
# mount -a
Life is a promise, fulfill it!
Tim D Fulford
Honored Contributor
S.K. Chan
Honored Contributor

Re: /dev/root

You need to fix the mnttab file like so ..

# cd /etc
# mv mnttab mnttab.bad
# mount -a
# bdf
Martin Johnson
Honored Contributor

Re: /dev/root

Check /etc/fstab and make sure it has the proper entry for /dev/vg00/lvol3. Otherwise, the problem could reoccur.


Marty
Cheryl Griffin
Honored Contributor

Re: /dev/root

/dev/root is caused by changing init levels vs. rebooting.

Cheers!
Cheryl
"Downtime is a Crime."