Hello everybody.
After upgrading to Yakkety, I am no longer able to mount my NAS drive.
both
and the fstab statement
produce the same error message: ...'no such device or address'.
Both of them used to work fine in Xenial and still work fine in Ubuntu Mate 16.04.
Does anybody knw, whether anything has changed with cifs? cifs-utils have been installed and I can access fritz-nas as Samba share.
Thanks for any suggestions.
After upgrading to Yakkety, I am no longer able to mount my NAS drive.
both
Code:
sudo mount -t cifs -o credentials=/home/peter/.smbcredentials,uid=1000,gid=1000 //192.168.178.1/fritz.nas/ /media/Fritzbox
Code:
//192.168.178.1/fritz.nas /media/Fritzdaten cifs credentials=/home/peter/.smbcredentials,uid=1000,gid=1000 0 0
Both of them used to work fine in Xenial and still work fine in Ubuntu Mate 16.04.
Does anybody knw, whether anything has changed with cifs? cifs-utils have been installed and I can access fritz-nas as Samba share.
Thanks for any suggestions.
Comment