Operating System - HP-UX
1833788 Members
2599 Online
110063 Solutions
New Discussion

what is the /dev/root file for??

 
SOLVED
Go to solution
David Heard
Occasional Advisor

what is the /dev/root file for??

what is the /dev/root file for??
5 REPLIES 5
John Carr_2
Honored Contributor
Solution

Re: what is the /dev/root file for??

Hi

this is the root filesystem which has all the programs required to boot the system up to multiuser mode

:-) John
Pete Randall
Outstanding Contributor

Re: what is the /dev/root file for??

You usually see /dev/root in bdf output after the system has been brought up in LVM maintenance mode. The system should always be rebooted when work in LVM maintenance mode is completed, rather than brought up to multi-user state via the "init 3" command.


Pete

Pete
Mark Grant
Honored Contributor

Re: what is the /dev/root file for??

I think you'll find that this is the root filesystem when you boot in maintenance mode.
Never preceed any demonstration with anything more predictive than "watch this"
Robert-Jan Goossens
Honored Contributor

Re: what is the /dev/root file for??

You the /dev/root in lvm maintenance mode.

Regards,
Robert-Jan
Pete Randall
Outstanding Contributor

Re: what is the /dev/root file for??

I should have added that you can correct this problem (/dev/root instead of /) by doing the following:

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

That should get lvol3 mounted back to / where it belongs.


Pete

Pete