HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Associating the mount point with the device file
Operating System - HP-UX
1827811
Members
1883
Online
109969
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
03-06-2002 03:26 PM
03-06-2002 03:26 PM
My hpux system has the following mount points
# mount
/ on /dev/root log on Tue Feb 19 12:41:08 2002
/stand on /dev/vg00/lvol1 defaults on Tue Feb 19 12:41:11 2002
/var on /dev/vg00/lvol8 delaylog,nodatainlog on Tue Feb 19 12:41:20 2002
/usr on /dev/vg00/lvol7 delaylog,nodatainlog on Tue Feb 19 12:41:21 2002
/tmp on /dev/vg00/lvol4 delaylog,nodatainlog on Tue Feb 19 12:41:21 2002
/opt on /dev/vg00/lvol6 delaylog,nodatainlog on Tue Feb 19 12:41:21 2002
/home on /dev/vg00/lvol5 delaylog,nodatainlog on Tue Feb 19 12:41:21 2002
For the device file that belongs to vg00, I can find the device file that these mount points are mounting to using vgdisplay. But the first mount point / on /dev/root, I don't know where that come from. Doing a ll /dev/root, I get
ll /dev/root
brw-r----- 1 bin sys 255 0xffffff Feb 26 16:25 /dev/root
How do I konw what device(/dev/rdsk/c?t?d?) this mount point is mounting to?
Thanks!
# mount
/ on /dev/root log on Tue Feb 19 12:41:08 2002
/stand on /dev/vg00/lvol1 defaults on Tue Feb 19 12:41:11 2002
/var on /dev/vg00/lvol8 delaylog,nodatainlog on Tue Feb 19 12:41:20 2002
/usr on /dev/vg00/lvol7 delaylog,nodatainlog on Tue Feb 19 12:41:21 2002
/tmp on /dev/vg00/lvol4 delaylog,nodatainlog on Tue Feb 19 12:41:21 2002
/opt on /dev/vg00/lvol6 delaylog,nodatainlog on Tue Feb 19 12:41:21 2002
/home on /dev/vg00/lvol5 delaylog,nodatainlog on Tue Feb 19 12:41:21 2002
For the device file that belongs to vg00, I can find the device file that these mount points are mounting to using vgdisplay. But the first mount point / on /dev/root, I don't know where that come from. Doing a ll /dev/root, I get
ll /dev/root
brw-r----- 1 bin sys 255 0xffffff Feb 26 16:25 /dev/root
How do I konw what device(/dev/rdsk/c?t?d?) this mount point is mounting to?
Thanks!
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2002 03:48 PM
03-06-2002 03:48 PM
Solution
Hi,
This happens usually due to a system being
mounted (/dev/root) in single-user mode
or LVM mainetenance mode. TO fix it do this:
# rm /etc/mnttab
# mount -a
Check to make sure that /dev/vg00/lvol3 is
set to be mounted on /
HTH
Michael
This happens usually due to a system being
mounted (/dev/root) in single-user mode
or LVM mainetenance mode. TO fix it do this:
# rm /etc/mnttab
# mount -a
Check to make sure that /dev/vg00/lvol3 is
set to be mounted on /
HTH
Michael
Anyone for a Mutiny ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2002 03:57 PM
03-06-2002 03:57 PM
Re: Associating the mount point with the device file
To find out which PV (or disk) in your vg00 do this ..
# vgdisplay -v vg00 | more
# vgdisplay -v vg00 | more
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2002 04:05 PM
03-06-2002 04:05 PM
Re: Associating the mount point with the device file
Fay,
This is usually caused by when the system is booted into maintence mode. You can fix this by mounting / back to lvol3. All you need to do is:
# rm /etc/mnttab
# mount -a.
You might want to make a back up of mnttab first. This should solve your problem.
Tommy
This is usually caused by when the system is booted into maintence mode. You can fix this by mounting / back to lvol3. All you need to do is:
# rm /etc/mnttab
# mount -a.
You might want to make a back up of mnttab first. This should solve your problem.
Tommy
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
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP