After sysadmin replaced the NAS, I can no longer mount the network share with
sudo mount -t cifs //netgear.local/public /media/mountY -o uid=1000,iocharset=utf8,username="adam",password="password"
Both NAS are linux-based, one with Samba 3.5.15 (the old one) and the other with Samba 3.5.16 (the new one) (information obtained from smbclient)
I can, however, log in and use the share with the help of smbclient, like this:
smbclient //NETGEARV2/public -U adam
What can I do? There is no smbmount on Linux Mint (nor on Ubuntu) anymore.
When I check dmesg I get this info:
CIFS VFS: Send error in QFSUnixInfo = -95
CIFS VFS: cifs_read_super: get root inode failed
sudo apt-get install smbfsyeldsE: Package 'smbfs' has no installation candidate. Packagecifs-utilsreplace it, which boils down tomount -t cifs. – Adam Ryczkowski Mar 28 '13 at 12:44dmesg, there should be further details about what went wrong from the kernel. – derobert Mar 28 '13 at 16:03cifsacl): unix.stackexchange.com/questions/403509/… – myrdd Jan 9 '19 at 3:49