- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Access links through a mount
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-21-2006 11:56 PM
11-21-2006 11:56 PM
On my unix system I have mounted a directory of another unix system.
When I do an ll, I see the following :
lrwxrwxrwx 1 root sys 20 May 9 2005 2004 ->/copydir/efsd11/2004
drwxrwxrwx 14 root sys 2048 Nov 2 2005 2005
I have access to the dir 2005, but not to the dir 2004 (cd 2004 => 'sh: 2004: not found').
Is there anyway to access the dir 2004 through the mount ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2006 12:00 AM
11-22-2006 12:00 AM
Re: Access links through a mount
so : 1) cd /mnt/mounted_dir
2) ll
3) output =
lrwxrwxrwx 1 root sys 20 May 9 2005 2004 ->/copydir/efsd11/2004
drwxrwxrwx 14 root sys 2048 Nov 2 2005 2005
Regards,
Brecht
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2006 12:10 AM
11-22-2006 12:10 AM
Re: Access links through a mount
The 2005 dir is local to the mounted directory, so you can access.
The 2004 directory is a link to /copydir/efsd11/2004, which I assume is not mounted onto your machine. So the link is pointing to a dir that is not available to you.
You would have to mount the /copydir/efsd11 also onto your machine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2006 12:23 AM
11-22-2006 12:23 AM
Re: Access links through a mount
But is there no other way to access that dir,
without mounting that linked directory ?
Regards,
Brecht
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2006 03:51 AM
11-22-2006 03:51 AM
Re: Access links through a mount
to see /copydir/efsd11 is mounted
if not, mount if first either through local or nfs
then you can access dir 2004
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2006 11:43 AM
11-22-2006 11:43 AM
SolutionSo in your case, the symlink 2004 is an alias for /copydir/efsd11/2004. There is nothing in the link to specify that this directory is on another computer. If /copydir (or /copydir/efsd11...) isn't on your local system, you'll get the error message.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2006 06:52 PM
11-22-2006 06:52 PM
Re: Access links through a mount
I have mounted /copydir on my unix and my problem is by this way solved.
Thanks,
Brecht