
testparm -snet usershare info --longsmbtree


GregE wrote:I am guessing you started this the wrong way by trying to manually setup shares.
Install nautilus-share and it's dependencies and delete /etc/samba/smb.conf and reinstall samba to create a clean smb.conf
Restart
Then use nautilus share to create the shares on each machine. Right click on a folder then select 'sharing options". This will automatically configure permissions and group memberships.
Your post is six days old, so let us know if it is still unfixed or if you fixed it yourself.



uncomment the line ; security = user
and change it to security = share
map to guest = bad user


My comments about LMDE were just for you not burrina, as you mentioned that you thought nautilus-share should be the default for both versions and I wanted to point out that it will not work under LMDE without a lot more effort.
With a home based multiuser machine having access to all shares by everyone is actually what you want for multimedia and home network streaming as it all needs to be passwordless and shared by everone.
usershare owner only = False is a bad idea if you have multiple login users for obvious reasons.
For those of you that have installed Mint Debian you have probably noticed that Nautilus-share does not work. There are a few more steps required:
Linux Mint Debian Edition Preliminary Steps
Step 1: "Guest Access" is disabled.
Open smb.conf as root:
- Code: Select all
gksu gedit /etc/samba/smb.conf
Add the following lines to the [global] section:
- Code: Select all
usershare allow guests = yes
- Code: Select all
map to guest = Bad user
And restart samba:
- Code: Select all
sudo service samba restart
Using the methods you describe in the link will still result in a share that dumb device like a WDTV Live cannot access directly.
testparm -s
net usershare info --long
smbtree
GregE wrote:Install nautilus-share and it's dependencies and delete /etc/samba/smb.conf and reinstall samba to create a clean smb.conf
Restart

/usr/share/samba/smb.conf
sudo cp -a /usr/share/samba/smb.conf /etc/samba/encrypt passwords = false
encrypt passwords = true
sudo service smbd restartsudo service smbd start
sudo service samba restart sudo service samba start
slnner wrote:in LMDE which i believe this is about....the service is simply samba.
- Code: Select all
sudo service samba restart
or if not already started
- Code: Select all
sudo service samba start
at least for me it is anyway.
Ok, maybe I made a mistake as I tried doing this on a Ubuntu computer.

Users browsing this forum: No registered users and 0 guests