


The nautilus-share package doesn`t solve the problem... any help here?
Linux Mint Debian Edition Preliminary Steps
Step 1: "Guest Access" option is disabled by default. To enable it:
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
Step 2: You do not have permissions to create a usershare because you are not included in the correct group.
- Code: Select all
sudo gpasswd -a your_user_name sambashare
Step 3: Add samba client packages
- Code: Select all
sudo apt-get install gvfs-fuse
sudo apt-get install libsmbclient
sudo apt-get install smbclient
sudo apt-get install python-smbc
Then add yourself to the fuse group:
- Code: Select all
sudo gpasswd -a your-user-name fuse
Step 4: Logoff and Login again for all the group changes to take affect
net usershare info --longtestparm -s
luis@luis-desktop ~ $ testparm -s
Load smb config files from /etc/samba/smb.conf
rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384)
Processing section "[homes]"
Processing section "[printers]"
Processing section "[print$]"
Loaded services file OK.
Server role: ROLE_STANDALONE
[global]
server string = %h server
map to guest = Bad User
obey pam restrictions = Yes
pam password change = Yes
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
unix password sync = Yes
syslog = 0
log file = /var/log/samba/log.%m
max log size = 1000
dns proxy = No

Unable to mount location: Failed to retrieve share list from server
smbtreenautilus smb://192.168.0.100
name resolve order = bcast host lmhosts winsclient use spnego = no sudo service samba restart

Users browsing this forum: No registered users and 0 guests