Wie man den CIFS/SMB-Mount-Fehler behebt: VFS: \\... Send error in SessSetup = -13
Problem:
Beim Versuch, eine SMB-Freigabe unter Linux zu mounten, schlägt der mount-Befehl fehl mit
mount_error_output.txt
mount: /nas: cannot mount //10.1.2.3/myshare read-only.wobei dmesg die folgenden Fehlermeldungen anzeigt:
dmesg_cifs_errors.txt
[ 689.574128] CIFS: Attempting to mount \\10.1.2.3\myshare
[ 689.621472] CIFS: Status code returned 0xc000006d STATUS_LOGON_FAILURE
[ 689.621483] CIFS: VFS: \\10.1.2.3 Send error in SessSetup = -13
[ 689.621503] CIFS: VFS: cifs_mount failed w/return code = -13Lösung
Fehler -13 bedeutet, dass Ihnen das cifs-utils -Paket fehlt.
Installieren Sie es mit
install_cifs_utils.sh
sudo apt -y install cifs-utilsCheck out similar posts by category:
Linux
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow