jason wrote:
> # zfs list
> NAME   USED  AVAIL  REFER  MOUNTPOINT
> tank  1010M   227G  1010M  /tank
> # zfs create tank/storage
> cannot share 'tank/storage': share(1M) failed
> filesystem successfully created, but not shared
> # zfs list
> NAME           USED  AVAIL  REFER  MOUNTPOINT
> tank          1010M   227G  1010M  /tank
> tank/storage    18K   227G    18K  /tank/storage
> # zfs share tank/storage
> cannot share 'tank/storage': share(1M) failed
> #
>   

Either the sharenfs or sharesmb property must be on.
 -- richard

_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to