Ben bir NetApp CIFS paylaşım sunucularımızdan birine monte etmeye çalışıyorum ve "İzin Reddedildi" stderr NT_STATUS_WRONG_PASSWORD
yazdırılan ve çalışan yazdırılmaya devam dmesg
.
root@xxxehpvld05 ~ $ mount.cifs -vv //zhp-nas.xxx.com/perspectives /mnt/secure/cifs -o credentials=/etc/cifs.creds
mount error(13): Permission denied
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
root@xxxehpvld05 ~ $ dmesg | tail
CIFS VFS: cifs_mount failed w/return code = -13
Status code returned 0xc000006a NT_STATUS_WRONG_PASSWORD
CIFS VFS: Send error in SessSetup = -13
CIFS VFS: cifs_mount failed w/return code = -13
Status code returned 0xc000006a NT_STATUS_WRONG_PASSWORD
CIFS VFS: Send error in SessSetup = -13
CIFS VFS: cifs_mount failed w/return code = -13
Status code returned 0xc000006a NT_STATUS_WRONG_PASSWORD
CIFS VFS: Send error in SessSetup = -13
CIFS VFS: cifs_mount failed w/return code = -13
Ancak smbclient
komut, aynı kimlik bilgileri dosyasını kullanarak sorunsuz bir şekilde çalışır:
root@xxxehpvld05 ~ $ smbclient -L //zhp-nas.xxx.com/perspectives -A /etc/cifs.creds
Domain=[XXX] OS=[Windows 5.0] Server=[Windows 2000 LAN Manager]
Sharename Type Comment
--------- ---- -------
IPC$ IPC Remote IPC
ZHPSubmit-dev Disk
[...snip...]
Özellikle kimlik bilgileri dosyası da etki alanı adını belirttiği için biri diğerinin de çalışması gerektiği gibi görünüyor.
cifs-utils
Paketi (Debian) yükledim ve sorunu çözdü. Ben paket hata olmadan herhangi bir destek beklemiyordum çünkü bu hata ayıklama geçirdim , bu yüzden olduğunu kabul. Mount "bilinmeyen dosya sistemi" gibi bir şey bekliyordum, ama olmadı.