I try to share folder on Ubuntu, the steps I did:
Right click on folder
I clicked sharing options
Then I clicked share this folder
Then I clicked create share
I got this message :'net usershare' returned error 255: net usershare add: cannot share path..
How to fix this .
12 Answers
The simplest solution would to be to add the stated lines,
usershare owner only = false
to the Global section of the smb.conf file by,
sudo -H gedit /etc/samba/smb.confthen save the file and restart the samba service,
sudo service smbd restartThen try again to share the selected folder
0Open the parent directory with administrator permission and try again
sudo apt-get install gksu
gksu nautilus /your_complete_path/then share the folder...
1