1、NAS存儲共享文件新建的用戶名登錄,為什麼需要加LOCAL_CLUSTER 前綴?
2、新建的共享文件用的是SMB協議。linux在mount -t cifs -o username="LOCAL_CLUSTER\用戶名",password="密碼" //路徑 /路徑 不生效。報錯
mount error(22): Invalid argument
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
NAS存儲共享文件新建的用戶名登錄,為什麼需要加LOCAL_CLUSTER 前綴?
新建的共享文件用的是SMB協議。linux在mount -t cifs -o username="LOCAL_CLUSTER\用戶名",password="密碼" //路徑 /路徑 不生效。報錯
mount error(22): Invalid argument
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
(0)
最佳答案
LOCAL_CLUSTER是用於windows客戶端使用的,用於區分windows本地用戶。
linux為什麼用smb? 3par nas支持nfs呀
(0)
親~登錄後才可以操作哦!
確定你的郵箱還未認證,請認證郵箱或綁定手機後進行當前操作
舉報
×
侵犯我的權益
×
侵犯了我企業的權益
×
抄襲了我的內容
×
原文鏈接或出處
誹謗我
×
對根叔社區有害的內容
×
不規範轉載
×
舉報說明
mount -t cifs -o user=用戶,password=密碼,domain=LOCAL_CLUSTER,vers=3.0 //路徑 /路徑