HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: /dev/root
Operating System - HP-UX
1833756
Members
2547
Online
110063
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
09-09-2004 09:19 AM
09-09-2004 09:19 AM
When I do a bdf on / it comes back with /dev/root instead of /dev/vg00/lvol1. Can I change this back to /dev/vg00/lvol1?
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2004 09:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2004 09:25 AM
09-09-2004 09:25 AM
Re: /dev/root
Hi,
This happens usually due to a system being
mounted (/dev/root) in single-user mode
or LVM mainetenance mode or the filesystem even getting full. TO fix it do this:
# rm /etc/mnttab
# mount -a
Check to make sure that /dev/vg00/lvol3 is
set to be mounted on / in your /etc/fstab file and running the commands above.
HTH
Michael
This happens usually due to a system being
mounted (/dev/root) in single-user mode
or LVM mainetenance mode or the filesystem even getting full. TO fix it do this:
# rm /etc/mnttab
# mount -a
Check to make sure that /dev/vg00/lvol3 is
set to be mounted on / in your /etc/fstab file and running the commands above.
HTH
Michael
Anyone for a Mutiny ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2004 09:26 AM
09-09-2004 09:26 AM
Re: /dev/root
Hi,
There were quite a few scenarios when /dev/root device file will be used instead of the actual logical volume.
1. Improper /etc/fstab entries. Make sure the logical volume is the correct one. lvol1 is usually stand not root. Find it out using 'lvlnboot -r' command. Fix it and try
mv /etc/mnttab /etc/mntab.old
mount -a
2. You booted the system through lvm maintenance mode and then brought it up in multi-user mode. In this case, you will have reboot the system without going through lv maintenance mode.
3. Make sure the mirrors are sync'ed up properly. lvdisplay -v /dev/vg00/lvol1 - repeat it for all the LVs.
See if there are any errors in syslog.log and /etc/rc.log
-Sri
There were quite a few scenarios when /dev/root device file will be used instead of the actual logical volume.
1. Improper /etc/fstab entries. Make sure the logical volume is the correct one. lvol1 is usually stand not root. Find it out using 'lvlnboot -r' command. Fix it and try
mv /etc/mnttab /etc/mntab.old
mount -a
2. You booted the system through lvm maintenance mode and then brought it up in multi-user mode. In this case, you will have reboot the system without going through lv maintenance mode.
3. Make sure the mirrors are sync'ed up properly. lvdisplay -v /dev/vg00/lvol1 - repeat it for all the LVs.
See if there are any errors in syslog.log and /etc/rc.log
-Sri
You may be disappointed if you fail, but you are doomed if you don't try
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP