I'm trying to setup a CIFS share on a non-ZFS filesystem on NV79.  There's a 
good example for ZFS at 
http://opensolaris.org/os/project/cifs-server/gettingstarted.html
For non-ZFS (say, UFS) it refers to "How to Create a CFS Share (sharemgr)" at
http://opensolaris.org/os/project/cifs-server/Admin-Guide/p12.html#createstaticsmbsharetask

So, lets say I want to export directory "/myfs", I would type:
# sharemgr create -P smb my-group
# sharemgr add-share -r [i]resource-name[/i] -s /myfs my-group

[b]QUESTION 1: what do I use for "[i]resource-name[/i]"?[/b]

As a side note, for NFS, it's a lot simpler:
# sharemgr add-share -s /myfs -d "myfs for NFS" default

[b]QUESTION 2: can I omit -r and use group "default" for CIFS also?[/b]
 
 
This message posted from opensolaris.org
_______________________________________________
storage-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/storage-discuss

Reply via email to