Mark Sargent wrote:
Could be either. Would user "coolboarderguy" be able to write to
directory "/home/batmanbegins/nfsshare" on 192.168.168.10 itself?
get the feeling u just pitched me a curve ball(or a googley if ya inta
cricket), yes..? lol..
What's the output of:
$ ls -ldn /home/coolboarderguy/nfsshare
$ id
[root@localhost nfsshare]# ls -ldn /home/coolboarderguy/nfsshare
drwxr-xr-x 2 0 0 4096 Aug 16 15:03 /home/coolboarderguy/nfsshare
So this directory is owned by root and nobody else has write permission
on it.
[root@localhost nfsshare]# id
uid=0(root) gid=0(root)
groups=0(root),1(bin),2(daemon),3(sys),4(adm),6(disk),10(wheel)
Please run "id" as your regular user account that you want to use this
share as.
What's the entry in /etc/exports for this share on 192.168.168.10?
/home/batmanbegins/nfsshare 192.168.168.12(rw, sync)
By default, root access to NFS shares isn't allowed (see the root_squash
option in "man exports").
Ideally the directory "/home/batmanbegins/nfsshare" on 192.168.168.10
should be owned by your user, or a group you are in, and have the
appropriate write permission.
Paul.