Page 1 of 1

Re: NFS: permissions issue

Posted: Wed Feb 24, 2010 9:08 pm
by arris69
zinczinc wrote:I use SamyGO Extensions Pack and my NFS shares are mounted automatically and work quite well, thanks a lot for that!
However, there is a small annoyance: my NFS shares are exported with -mapall=nobody option, so that certain subdirectories of the shared filesystems are not accessible from outside.
And the problem is exactly with them - if I accidentally try to enter such a directory then my TV goes into endless "Loading..." state from which it is impossible to break out, only power off helps.
I know that my setup is probably unusual and maybe the best advice to me is "don't do that if it hurts", but perhaps there is some fix/workaround for that?
Thanks!
add an extra export line?

Code: Select all

/nfs -ro -mapall=nobody -network 10.0.0.0 -mask 255.255.255.0
/nfs -maproot=root -network <tvsip> -mask 255.255.255.255
arris