Re: [osol-discuss] Anonymous NFS file permissions

2010-11-09 Thread valrh...@gmail.com
So I turned the machine off for a month when I was out of town. I started everything up, and now I have the same permissions problem I had before---but the option of 'anon=0' is still there (see above description)!?! Does anyone have an idea what might be going wrong? -- This message posted fro

Re: [osol-discuss] Anonymous NFS file permissions

2010-09-29 Thread valrh...@gmail.com
Thanks! It seems to be working now! I really appreciate the help! -- This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] Anonymous NFS file permissions

2010-09-19 Thread Ron Halstead
Try using the option 'anon=0' --ron -- This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] Anonymous NFS file permissions

2010-09-18 Thread Gary Driggs
On Sep 18, 2010, at 5:46 PM, valrhona wrote: > Also, is there a way just to put the command into the Nexenta gui? Are you using Nexenta core or Nexentastor? If the latter, you might find this more helpful but some info is equally applicable to any ZFS native NFS sharing: http://www.nexenta.com/

Re: [osol-discuss] Anonymous NFS file permissions

2010-09-18 Thread valrh...@gmail.com
Thanks. I tried this, and the guestok=true does not appear to be valid option (at least that i could find) for zfs set sharenfs. Does this apply only to CIFS? Also, is there a way just to put the command into the Nexenta gui? I don't mind doing it from the command line (as it is, I have to run c

Re: [osol-discuss] Anonymous NFS file permissions

2010-09-15 Thread Chris Mosetick
You need to set permissions on the file system properly. If you just want everyone to have access: zfs setsharenfs=name=chris,guestok=true tank/export/chris for CIFS zfs setsharesmb=name=chris,guestok=true tank/export/chris you should also look at idmap for cifs: read the manual first: man id