On Sun, Jan 18, 2009 at 16:38, Louis Hoefler <louis.hoef...@struktum.com> wrote:
> Is it possible to share a folder with cifs without adding a zfs volume?
Try "zfs set sharesmb=on mypool".
> I also have not found out how to share a folder with zfs, is it possible?
I don't think sharing an individual folder is possible (or, at least,
simple) without it being a separate zfs dataset:
# zfs create mypool/shared_folder
# zfs set sharesmb=on mypool/shared_folder
Note, however, that last time I checked one could mount a subfolder of
a shared folder using the windows tools:
net use Q: \\server\mypool\not_explicitly_shared_folder
and get the contents of not_explicitly_shared_folder in Q:.

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

Reply via email to