@Lazar-Demin Thanks for the post. I just tried to do this and it doesn't seem to be working for me. I know that samba is working as I am able to access my home folders. But, the usbshare is not working. This is what I have:
config 'usbshare'
option 'name' 'usb'
option 'description' 'USB Drive'
option 'path' '/tmp/run/mountd/sda1'
option 'users' 'root'
option 'read_only' 'no'
option 'guest_ok' 'no'
I know that my path option is not the same as what you had, but I was trying to debug it and decided to not use the symlink.
When I try to connect to smb://<ip>/usb it doesn't allow the connection, but if I connect to just smb://<ip> it accesses roots hold folder.:
Thanks for the help.