On Feb 17, 2008 3:37 PM, jason <[EMAIL PROTECTED]> wrote: > # zfs set sharenfs=on tank/storage > cannot share 'tank/storage': share(1M) failed > # I ran into a similar problem and was unable to resolve it. Here's some output that might be relevant: # zfs get sharesmb,sharenfs NAME PROPERTY VALUE SOURCE data sharesmb on local data sharenfs off local # truss -f zfs set sharesmb=on data ... 19454: ioctl(12, ZFS_IOC_SHARE, 0x08043B40) Err#2114 cannot share 'data': smb add share failed # zfs set sharenfs=on data cannot share 'data': smb add share failed # share [EMAIL PROTECTED] /export/data rw ""
Might the in-kernel sharetab be somehow corrupt? I can't find what this constant means, it looks like it's defined in truss but not used anywhere else... Jason, are you getting the same return value when you try to set sharesmb=on? Will _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss