Operating System - HP-UX
1833754 Members
2579 Online
110063 Solutions
New Discussion

root is mounted on /dev/root

 
Ganesh Saraf
Occasional Advisor

root is mounted on /dev/root

Hi all,
We r using HPUX 10.20. My / volume is getting mounted on /dev/root instead of /dev/vg00/lvol3.
I have tried recreating /etc/mnttab by removeing & creating it again by mountall.

kindly suggest solution??
3 REPLIES 3
James R. Ferguson
Acclaimed Contributor

Re: root is mounted on /dev/root

Hi:

Perhaps you were in LVM maintenance mode and rebooted from there. Perhaps your '/etc/fstab' entry for '/' isn't correct. In any event, you can correct this without rebooting. Simply do:

# rm /etc/mnttab
# mount -a

Regards!

...JRF...
Ganesh Saraf
Occasional Advisor

Re: root is mounted on /dev/root

HI james,
I tried rebooting same also but it did not solved my problem.
Finally I edited /etc/mnttab entry of /dev/root to /dev/vg00/lvol3.

and after that i proceded for mount -a.

It did solved my problem.
Thanks a lot for your support.

Regrds
Ganesh
Ganesh Saraf
Occasional Advisor

Re: root is mounted on /dev/root

HI james,
I tried rebooting same also but it did not solved my problem.
Finally I edited /etc/mnttab entry of /dev/root to /dev/vg00/lvol3.

and after that i proceded for mount -a.

It did solved my problem.
Thanks a lot for your support.

Regrds
Ganesh