- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- What is /dev/root?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-27-2001 07:06 AM
тАО11-27-2001 07:06 AM
Today we went to a customer and we noticed that the root file system (/) was mounted on /dev/root instead of /dev/vg00/lvol3. It exhibited weird things, like not being able to go to single user mode from neither init 1 nor hpux -is. When we rebooted, the root filesystem was mounted on /dev/vg00/lvol3 as normal and everything worked normally, including going to single user mode. What is /dev/root? This is just for clarification purposes cuz we are curious about this.
Thanks,
Vince
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-27-2001 07:15 AM
тАО11-27-2001 07:15 AM
Re: What is /dev/root?
You can correct this without rebooting by doing:
# rm /etc/mnttab
# mount -a
If you want "/" mounted and not /dev/root, make sure that /etc/fstab specifies the mount to "/".
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-27-2001 07:15 AM
тАО11-27-2001 07:15 AM
Re: What is /dev/root?
Do this...
# mv /etc/mnttab /etc/mnttab.old
# mount ???a
# bdf
Tony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-27-2001 07:19 AM
тАО11-27-2001 07:19 AM
Re: What is /dev/root?
My quesition is: why does it happen in the first time? Why was it mounted on /dev/root instead of /dev/vg00/lvol3?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-27-2001 07:22 AM
тАО11-27-2001 07:22 AM
SolutionAs others suggest, it can be fixed by removing the mnttab file and running the mount -a.
Regards,
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-27-2001 07:24 AM
тАО11-27-2001 07:24 AM
Re: What is /dev/root?
# lvlnboot -v
# vgdisplay -v vg00
Mistakes in mirroring management or removal and/or replacement of disks can cause this problem.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-27-2001 07:29 AM
тАО11-27-2001 07:29 AM
Re: What is /dev/root?
The Knowledge Base indicates that the appearance of /dev/root in /etc/mnttab is triggered by going into LVM maintenance mode and then rebooting. It is noted that "This problem is very well known to the support folks, and to any customer who enters LVM maintenance mode.".
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-27-2001 07:32 AM
тАО11-27-2001 07:32 AM
Re: What is /dev/root?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-27-2001 07:43 AM
тАО11-27-2001 07:43 AM
Re: What is /dev/root?
Thanks guys for your help. We are not sure whether the guys at the company entered in maintenance mode. We did an lvlnboot -v at one time and maybe that's what solved the "problem".
Thanks again.