nfs mount permission problem
I am trying to mount directories from other servers onto one that has a tape drive for backup purposes.
Machine A has the tape drive
Machine B is something on the network I want things backed up from
Machine B has the following in /etc/dfs/dfstab
share -F nfs -o ro=machinea.bigredwire.com -d "root dir" /
Machine A has this directory mounted with:
mount -F nfs -o ro machineb:/ /mnt/machineb
under this directory structure is a file that i need backed up
-rw-1 rootother1282 May 28 15:32 somefile
However, any access to this file (and other files/directories with these permissions) yields "permission denied" whether it be "more" or "tar".
The mount is done by root on Machine A, and root has the same UID/GID on both machines.
How do I configure the share/mount so I can backup this file?
Thanks
Chris

