This is a line from my /etc/fstab/ file:
- Code: Select all
//192.168.1.10/spaceman /media/spaceman cifs credentials=/root/.smbcredentials,file_mode=0777,dir_mode=0777 0 0
Workaround for this problem is to open a terminal and issue:
- Code: Select all
sudo mount -a
So you can conclude from this that cifs-utils are installed, the mount point(s) (/media/spaceman; /media/...) are created, the /root/.smbcredentials file exists and contains the correct username/password combination. So why won't LMDE MATE mount the shares like Linux Mint 14 'Nadia' MATE and Debian 6.0.6 Squeeze (et al, except Sabayon) are?
Thoughts?



