ZFS and NFS vs OSX

Sep 16, 2009
tags: bug, nfs, osx, solaris, zfs

gromit is my Solaris 10 server, chorlton is my OSX desktop. Explain this:

root@gromit# zfs set sharenfs='anon=shared,sec=none' gromit/store
root@gromit# zfs get sharenfs gromit/store
NAME          PROPERTY  VALUE                 SOURCE
gromit/store  sharenfs  anon=shared,sec=none  local
user@chorlton$ ls /net/gromit/store
ls: cannot open directory /net/gromit/store/: Operation not permitted
root@gromit# zfs set sharenfs='anon=shared' gromit/store
user@chorlton$ ls /net/gromit/store
file1  file2
user@chorlton$ touch /net/gromit/store/file3
touch: /net/gromit/store/file3: Permission denied
root@gromit# zfs set sharenfs='anon=shared,sec=none' gromit/store
user@chorlton$ touch /net/gromit/store/file3
user@chorlton$ echo $?
0
Share this post on Twitter, HackerNews, Facebook or Google+

All Posts