Both PC have the same workgroup name: workgroupRetrying with upper case share name
mount error(6): No such device or address
When I use the server's IP address for <server>, mounting goes fine.
I have already done the following steps on the server, followed by a reboot:
Samba has also been installed on the client.
/etc/samba/smb.conf
Code: Select all
[global]
## Browsing/Identification ###
# Change this to the workgroup/NT-domain name your Samba server will part of
workgroup = workgroup
netbios name = mint
name resolve order = wins bcast host lmhosts
# server string is the equivalent of the NT Description field
server string = %h server (Samba, Linux Mint)
# Windows Internet Name Serving Support Section:
# WINS Support - Tells the NMBD component of Samba to enable its WINS Server
wins support = yes
Code: Select all
hosts: files mdns4_minimal [NOTFOUND=return] dns wins
Code: Select all
sudo apt-get install winbind
sudo apt-get install libnss-winbind
sudo reboot