- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Permission denied - trying to mount a directory fr...
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
11-20-2005 10:51 PM
11-20-2005 10:51 PM
Permission denied - trying to mount a directory from another machine
Permission denied
mount hostmachine:/home/userB/ADir /data/userA/ADir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2005 10:56 PM
11-20-2005 10:56 PM
Re: Permission denied - trying to mount a directory from another machine
Did you check if you have access to mount it.
particulary, -access options.
showmount -e "nfs_server" will show it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2005 11:15 PM
11-20-2005 11:15 PM
Re: Permission denied - trying to mount a directory from another machine
showmount -e hostmachine
export list for hostmachine :
/data1 *
/data2 *
So I tried to mount one of these directories.
mount hostmachine:/data1 /data/userA/ADir
But now I get message :
nfs mount: mount_nfs: mount: /data/userA/ADir: Device busy
???
What does this mean? How can I resolve it?
Thank you,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2005 11:25 PM
11-20-2005 11:25 PM
Re: Permission denied - trying to mount a directory from another machine
is the other machine also running hp-ux or windows?
regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2005 11:33 PM
11-20-2005 11:33 PM
Re: Permission denied - trying to mount a directory from another machine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2005 02:22 AM
11-21-2005 02:22 AM
Re: Permission denied - trying to mount a directory from another machine
seems like there's already a process running with files of this directory /data/userA/ADir.
Try a new created directory and mount the directory of the other machine there.
HTH
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2005 03:28 AM
11-21-2005 03:28 AM
Re: Permission denied - trying to mount a directory from another machine
ln -s /net/hostmachine/home/userB/ADir ADir
supposedly HP-UX has an automounter functionality so with this link, this directory is auto mounted at ADir.
This works.
Thanks for all the replies!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2005 11:21 PM
11-21-2005 11:21 PM
Re: Permission denied - trying to mount a directory from another machine
i think NFS server is running on Linux machine. if it is running on Linux machine, type the following command in Linux machine..
# vi /etc/exports
/data1
save and come out.
#service nfs restart
now from client machine(hp unix) you should able to mount the directory.. for example
#mount
Regards
Indrajit