Hello,
On my Edgy installation I mounted samba shares with this in fstab
The file /home/joacim/.smbcredentials contains:
username=joacim
password=topsecret
When upgraded to Feisty this will not work and I get when mounting (mount -a):
If I change into:
It works, why is that??
On my Edgy installation I mounted samba shares with this in fstab
Code:
//192.168.1.2/movies /home/joacim/Frodo/Movies cifs credentials=/home/joacim/.smbcredentials,rw,iocharset=utf8,file_mode=0777,dir_mode=0777,noperm 0 0
username=joacim
password=topsecret
When upgraded to Feisty this will not work and I get when mounting (mount -a):
mount: wrong fs type, bad option, bad superblock on //192.168.1.2/movies,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
Code:
//192.168.1.2/movies /home/joacim/Frodo/Movies cifs user=joacim,password=topsecret,rw,iocharset=utf8,file_mode=0777,dir_mode=0777,noperm 0 0
Comment