- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Symbolic link in NFS
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
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
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-13-2003 11:20 PM
тАО01-13-2003 11:20 PM
Symbolic link in NFS
I was export a directory,it contains a symbolic link that points outside the exported directory.
I mount the directory on an NFS client,but I can't access the symbolic link file.
How can I access the file?
I need a solution.
Thanks.
kiyoung
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-13-2003 11:25 PM
тАО01-13-2003 11:25 PM
Re: Symbolic link in NFS
since the sym links are for across the file systems. since you don't have that file system on the NFS clinet, you need to get import that file system too
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-13-2003 11:32 PM
тАО01-13-2003 11:32 PM
Re: Symbolic link in NFS
I don't think this will work because symbolic links are checked on the client side (it tries to find the file the link points to on the local system).
Regards,
Jochen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-13-2003 11:36 PM
тАО01-13-2003 11:36 PM
Re: Symbolic link in NFS
Regards,
Jochen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-13-2003 11:40 PM
тАО01-13-2003 11:40 PM
Re: Symbolic link in NFS
NFS client does not know anything except the present mount points.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-13-2003 11:44 PM
тАО01-13-2003 11:44 PM
Re: Symbolic link in NFS
/xxx on system A is mounted as /xxx on system B so that when the symbolic link works properly.
For example consider
file /zzz/yyy linked to /xxx/yyy
Now according to your situation /zzz/yyy is nfs mounted,so xxx should also be mounted nfs and the mount point should be the same i.e /xxx on the nfs client machine.
Revert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-14-2003 04:11 PM
тАО01-14-2003 04:11 PM