I've problem with mount a samba share at boot.
Already "googled", tried many solutions, but no way :'(
There's an Ubuntu Server 10.04 with Samba sharing a folder, user+password required
I want to mount this shared folder with /etc/fstab in my Debian 64 bits 6.0.3
Tried :
- Code: Select all
//192.168.1.10/share/musik /mnt/server_share smbfs _netdev,credentials=/root/.smbcredentials,iocharset=utf8 0 0
The file /root/.smbcredentials contains :
username=myworkgroup/the_user
password=user_password
(with correct informations)
In command line of Debian client :
sudo mount -a
mount: unknown filesystem type 'smbfs'
Thx for help !!