- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: mount problem
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
09-19-2002 12:52 AM
09-19-2002 12:52 AM
I can mount a system with nfs but I can???t see the contains of a dir.
I export the root dir on system mes4dev, /etc/exports line:
/ -anon=65534,ro,root=pabackup,access=pabackup
and I try to mount this system given the following command:
mount mes4dev:/ /tmp_mnt
I can see the root dir in /tmp_mnt but when I look in a dir deeper I can???t see the files in this dir?
Does anybody know what I do wrong?
Thanks,
Robert Verhagen.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2002 12:53 AM
09-19-2002 12:53 AM
Re: mount problem
Unless the owner of the files on the nfs mount has the same userid in your local passwd file with the same uid you wount be able to see them all. We usually add world read to all files on an nfs mount to stop this problem. I would unmount your nfs mountpoint, on the source server add world+read then remount and you should then be able to see them aok.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2002 12:55 AM
09-19-2002 12:55 AM
Re: mount problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2002 01:03 AM
09-19-2002 01:03 AM
Re: mount problem
Try chaging the mount point from /tmp_mnt to
some other dir for example /mynfs
because automounter process uses /tmp_mnt for
mounting NFS directories automatically.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2002 01:04 AM
09-19-2002 01:04 AM
Re: mount problem
In exports file just specify
/
don't include -ro and other things
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2002 01:24 AM
09-19-2002 01:24 AM
Re: mount problem
I changed the mount point form /tmp_mnt to /backup_mount but I still can???t see the files in the project dir (/backup_mount/projects)
When I export the root without any extra???s I also can???t see the contains of the sub dir projects.
I thought that when I gave root access (read only) that all the file could be read.
Robert Verhagen.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2002 01:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2002 01:40 AM
09-19-2002 01:40 AM
Re: mount problem
I think I will do the backup from the client to the server (mount the backup server).
I tried to do it the other way because than I can do the backup script for all the computers from 1 computer.
Robert Verhagen.