you're sharing your root user directory on samba????? blimey...
it will be a permissions issue within the linux box. while you can say that samba should export a certain directory as a network share, the unix level filesystems still have to be enforced, and the user that is connected on samba won't have root permissions. At filesystem level you would need to use chmod to let users access a certain directory, or alternatively use chown to make the owner of the directory, the samba user account. but for the love of dogs, please pick a different place to share stuff!
|