Re: [OpenIndiana-discuss] nfs permission denied

2012-05-08 Thread James Carlson
Tim Dunphy wrote: > ok, thanks for the tips .. I'll do a little more reading on NFS so I > can increase my understanding. > > but in the meantime, this seemed to do the trick! > > "zfs set sharenfs='rw,root=thebsdbox' tank/xen" > > [root@LBSD2:~] #touch /mnt/xen/test > [root@LBSD2:~] #touch /mnt

Re: [OpenIndiana-discuss] nfs permission denied

2012-05-08 Thread Tim Dunphy
ok, thanks for the tips .. I'll do a little more reading on NFS so I can increase my understanding. but in the meantime, this seemed to do the trick! "zfs set sharenfs='rw,root=thebsdbox' tank/xen" [root@LBSD2:~] #touch /mnt/xen/test [root@LBSD2:~] #touch /mnt/xen/test2 [root@LBSD2:~] #touch /mn

Re: [OpenIndiana-discuss] nfs permission denied

2012-05-08 Thread Brian Wilson
On 05/ 8/12 12:19 PM, to...@ulkhyvlers.net wrote: On Tue, May 08, 2012 at 01:07:23PM -0400, Tim Dunphy wrote: Hi Richard, Thanks for your input. I found that I can share the volume via zfs.. sorry I forgot to mention that this was a zfs pool. I found that I was able to remove the entry from df

Re: [OpenIndiana-discuss] nfs permission denied

2012-05-08 Thread tomte
On Tue, May 08, 2012 at 01:07:23PM -0400, Tim Dunphy wrote: > Hi Richard, > > Thanks for your input. I found that I can share the volume via zfs.. > sorry I forgot to mention that this was a zfs pool. > > I found that I was able to remove the entry from dfstab and use this > command to share the

Re: [OpenIndiana-discuss] nfs permission denied

2012-05-08 Thread Tim Dunphy
Hi Richard, Thanks for your input. I found that I can share the volume via zfs.. sorry I forgot to mention that this was a zfs pool. I found that I was able to remove the entry from dfstab and use this command to share the volume - zfs set sharenfs=rw tank/xen And when I check the result it lo

Re: [OpenIndiana-discuss] nfs permission denied

2012-05-08 Thread tomte
On Tue, May 08, 2012 at 11:43:29AM -0400, Tim Dunphy wrote: > Hello, > > I'm trying to setup an NFS server under oi 151. So far so good, but > there is one hurdle I'd like to overcome regarding security. > > The nfs service is running - > > root@openindiana:~# svcs -a | grep nfs | grep server

[OpenIndiana-discuss] nfs permission denied

2012-05-08 Thread Tim Dunphy
Hello, I'm trying to setup an NFS server under oi 151. So far so good, but there is one hurdle I'd like to overcome regarding security. The nfs service is running - root@openindiana:~# svcs -a | grep nfs | grep server online 22:51:58 svc:/network/nfs/server:default And I have one en