The method I have tried is to create a symbolic link under /home/storage that points to a catalog in the attached drive. But windows is not able to connect to my link. Connecting to /home/storage works well but not to "linked to" directory.
in /home/storage:
lrwxrwxrwx 1 perf users 19 Mar 16 10:30 cray -> /mnt/usbdr0/crayw7/
Is this a Samba configuration issue or a owner:group issue?
Here is part of my smb.conf. I have added the two lines in bold.
[storage]
comment = Common storage
writable = yes
guest ok = yes
public = yes
force group = users
force create mode= 0777
force directory mode = 0777
follow symlinks = yes
wide links = yes
path = /home/storage
hide files = /lost+found/
hide special files = yes