Проблемы с монтированием разделов по сети: Есть 2 диска на NAS, Volume_1 и Volume_2 и не удаётся их смонтировать. До того они монтировались Федорой, вот часть её fstab:
192.168.1.126:/Volume_1/ /mnt/nas/Volume_1 cifs noauto,users,password=,noperm 0 0
192.168.1.126:/Volume_2/ /mnt/nas/Volume_2 cifs noauto,users,password=,noperm 0 0
При записи в fstab Debian это не сработало. Стал пробовать через mount, таким образом:
mount -t cifs //192.168.1.126/Volume_1 /mnt/nas/Volume_1 -o user=alex,password="",noperm,rw
mount: block device //192.168.1.126/Volume_1 is write-protected, mounting read-only
mount: cannot mount block device //192.168.1.126/Volume_1 read-only
[ 6048.369900] Status code returned 0xc000006d NT_STATUS_LOGON_FAILURE
[ 6048.369912] CIFS VFS: Send error in SessSetup = -13
[ 6048.370066] CIFS VFS: cifs_mount failed w/return code = -13