- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- /usr/sbin/mount is missing, how to install this
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
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
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
тАО01-25-2010 11:33 AM
тАО01-25-2010 11:33 AM
/usr/sbin/mount is missing on HP-UX 11i v3.
Can i copy that from another running HP-UX 11i v3, will it work?
or how to install /usr/sbin/mount ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-25-2010 11:39 AM
тАО01-25-2010 11:39 AM
SolutionWhy do you believe that this is missing? At least in 11.23, '/usr/sbin/mount' is a symbolic link to '/sbin/mount'. Do you have '/usr/sbin/' in your PATH?
If you removed '/sbin/mount' then you could copy the same from another 11.31 server. If you removed the symbolic link, recreate it.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-25-2010 11:42 AM
тАО01-25-2010 11:42 AM
Re: /usr/sbin/mount is missing, how to install this
You can copy it from another system.
Whether it works or not depends on what else is missing.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-25-2010 10:37 PM
тАО01-25-2010 10:37 PM
Re: /usr/sbin/mount is missing, how to install this
Good Luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-25-2010 11:59 PM
тАО01-25-2010 11:59 PM
Re: /usr/sbin/mount is missing, how to install this
There is no problem with mount on 11.31,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-26-2010 12:36 AM
тАО01-26-2010 12:36 AM
Re: /usr/sbin/mount is missing, how to install this
Try to search the mount using "find" command.
It will show you the mount somwwhere in your system if not someone played aroung by removing the same. Copy the same to /usr/bin/ if you get and try by mounting.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-26-2010 05:14 AM
тАО01-26-2010 05:14 AM
Re: /usr/sbin/mount is missing, how to install this
The file "mount" is available with in "/usr/sbin".
But this is not included with the PATH.
Now i have included the PATH, and it is working fine.