Re: [zfs-discuss] A couple basic questions re: zfs sharenfs

2008-09-18 Thread Johnson Earls
I believe this is just: zfs set sharenfs='root=host1:host2,[EMAIL PROTECTED]/24:@10.9.9.5' filesystem See the man pages for zfs(1M) (especially the last example) and share_nfs(1M). - Johnson Michael Stalnaker wrote: > All; > > I¹m sure I¹m missing something basic here. I need to do the follow

Re: [zfs-discuss] A couple basic questions re: zfs sharenfs

2008-09-18 Thread Dave
Try something like this: zsfs set sharenfs=options mypool/mydata where options is: sharenfs="[EMAIL PROTECTED]/24:@10.9.9.5/32,[EMAIL PROTECTED]/24:@10.9.9.5/32" -- Dave Michael Stalnaker wrote: > All; > > I’m sure I’m missing something basic here. I need to do the following > things, and ca

[zfs-discuss] A couple basic questions re: zfs sharenfs

2008-09-18 Thread Michael Stalnaker
All; I¹m sure I¹m missing something basic here. I need to do the following things, and can¹t for the life of me figure out how: 1. Export a zfs filesystem over NFS, but restrict access to a limited set of hosts and/or subnets: ie: 10.9.8.0/24 and 10.9.9.5 in. 2. give root access to a zfs file sys