I would like to have a samba share available for Windows clients that is not located in the standard IBAY directory but located under the /mnt directory with the following setup for example:
[data]
comment = Data
path = /mnt/data
public = yes
writable = no
I will then use the "net use" command in a script to get access to the contents of this share.
Thanks in advance.
Regards
Craig