Quantcast
Channel: Active questions tagged mount+fstab - Ask Ubuntu
Viewing all articles
Browse latest Browse all 699

Only one network location will mount on my debian 12 vm [closed]

$
0
0

I'm trying to mount to two servers on my debian machine. In the /etc/fstab file I have the following lines:

//192.168.1.32/odin-share /mnt/odin-share cifs credentials=/root/smbcredentials-odin,uid=1000,gid=1000,file_mode=0777,dir_mode=0777,noauto,x-systemd.automount 0 0//192.168.1.214/njord-share /mnt/njord-share cifs credentials=/root/smbcredentials-njord,uid=1000,gid=1000,file_mode=0777,dir_mode=0777,noauto,x-systemd.automount 0 0

At first this worked, but after I rebooted the debian vm it stopped working for the njord-share folder. Only the mount to the odin-share folder works. The mount to the njord-share folder gives the following error message when I try to ls into the folder: CIFS: VFS: \192.168.1.214 Send error in SessSetup = -13 CIFS: VFS: cifs_mount failed w/return code = -13 ls: cannot access '/mnt/njord-share/': No such device

I'm 100% sure I set the correct credentials in the credentials files.

I've tried this on a windows client and on there it works with the same credentials.I've also tried this on my raspberry pi and it also works on there.

With smbclient I get the following error: NT_STATUS_LOGON_FAILURE


Viewing all articles
Browse latest Browse all 699

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>