- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- / mounted on /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
Forums
Discussions
Discussions
Discussions
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
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
10-18-2001 04:59 AM
10-18-2001 04:59 AM
Filesystem kbytes used avail %used Mounted on
/dev/root 147456 32095 108736 23% /
/dev/vg00/lvol1 87701 50825 28105 64% /stand
/dev/vg00/lvol8 1163264 559577 566338 50% /var
/dev/vg00/lvol7 1286144 547970 692084 44% /usr
/dev/vg00/lvol4 262144 45467 203171 18% /tmp
/dev/vg00/lvol6 1572864 560091 949496 37% /opt
/dev/vg00/lvol9 4096000 1343198 2581763 34% /home
The /etc/fstab still says that / is supposed to mount on /dev/vg00/lvol3 as shown below:
/dev/vg00/lvol3 / vxfs delaylog 0 1
lvdisplay says that the lvol is OK. fsck also says that the lvol is mounted.
The problem persist even I reboot the workstation.
Wonder anyone has faced this problem before.
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2001 05:04 AM
10-18-2001 05:04 AM
Re: / mounted on /dev/root
/dev/vg00/lvol3 / ....etc....
I believe this happens after you boot in/from single user mode.
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2001 05:06 AM
10-18-2001 05:06 AM
Re: / mounted on /dev/root
try running lvlnboot -v and check if you have correct definition of root, boot, swap and dump. If not you can use lvlnboot with apropriate option to modify wrong setting
rgds
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2001 05:09 AM
10-18-2001 05:09 AM
Solutionrm /etc/mnttab
mount -a
bdf should now show root mounted in the right location.
If you want to be safe first do a, cp /etc/mnttab /etc/mnttab.keep
This is very common when the system boots into maintenance mode or similar situations.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2001 05:11 AM
10-18-2001 05:11 AM
Re: / mounted on /dev/root
To repair this, do:
# rm /etc/mnttab
# mount -a
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2001 05:19 AM
10-18-2001 05:19 AM