Hello!
I had some issues with mounting my nas to the system. It seems the kernel grew away so they dont speak with each other anymore. Solved that with adding the option ”vers=1.0” to the line in fstab. Now i can mount the nas manually. My fstab line now looks like this:
//192.168.1.152/media /mnt/nas cifs guest,rw,vers=1.0 0 3
It still doesn’t get mounted from boot. I read from dmesg these lines:
[ 2.481693] systemd-fstab-generator[50]: Checking was requested for "//192.168.1.152/media", but it is not a device.
[ 18.168633] FS-Cache: Netfs 'cifs' registered for caching
[ 18.169999] Key type cifs.spnego registered
[ 18.170041] Key type cifs.idmap registered
[ 18.260465] CIFS VFS: Error connecting to socket. Aborting operation.
[ 18.260498] CIFS VFS: cifs_mount failed w/return code = -101
Can anyone tell me what the deal is?
Another thing that puzzles me is how to do the mount so that anyone can access it rw.
Best, dr_xemacs