# 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
#
 
 
This message posted from opensolaris.org
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to