- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Mount /usr FS by booting thr' OS Recovery CD
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
03-31-2004 06:53 PM
03-31-2004 06:53 PM
How do i specify the device file for the same?
Originaly it was /dev/vg00/lvol6 mounted on /usr. Disk Device was c2t1d0.
Thanks Bharat
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2004 06:58 PM
03-31-2004 06:58 PM
SolutionHow did you mount your root filesystem? If it's mounted read-only that might also be the cause of your problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2004 07:04 PM
03-31-2004 07:04 PM
Re: Mount /usr FS by booting thr' OS Recovery CD
I haven't yet used the recovery shell from the bootable Core OS CD.
So what I suggest may be plain wrong.
But from my fiddling with various Linux boxes in recovery mode I can tell that the usual procedure is to do a chroot to the path where your Root partition/slice/LV is mounted.
However be warned, this is a oneway.
Please see man 1m chroot for usage.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2004 08:07 PM
03-31-2004 08:07 PM
Re: Mount /usr FS by booting thr' OS Recovery CD
loadfil /sbin/vgimport
loadfil /sbin/mknod
Import the rootvg , activate and then try mounting /usr filesystem
I have'nt tried but looks logical !
Kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2004 08:17 PM
03-31-2004 08:17 PM
Re: Mount /usr FS by booting thr' OS Recovery CD
As per the literal meaning of ur post
1) you mounted root on /ROOT
2) You try to mount /dev/vg00/lvol6 on the same Mountted F.S. i.e. /ROOT/usr ?
How is it Possible ?
Make a directory /oldusr and then try to mount /dev/vg00/lvol6 /oldusr.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2004 08:34 PM
03-31-2004 08:34 PM
Re: Mount /usr FS by booting thr' OS Recovery CD
Thanks for support.
Got the problem resolved. It was actually vey simple.
I booted into single user mode, mounted /usr FS on /mnt instead of /usr and then used mv command to restore back the file.( from .org to original name )
I was not able to do that by mounting /usr FS on /usr.
Thanks a lot
Bharat