Cloud Sync 关系无法启动同步,并显示挂载错误( 13 ):权限被拒绝
适用场景
- NetApp Cloud Sync
- CIFS/SMB
问题描述
- Cloud Sync无法与同步关系
"mount error(13): Permission denied Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)"
- 如果数据代理 在同步启动期间尝试在共享上挂载共享、则Cloud Sync UI会显示"权限被拒绝"错误。

- Data Broker日志显示:
[INFO] [MASTER] [0] [1980] Executing command { command: "mount -t cifs //10.xxx.xxx.228/'z2' mnt/61ed939c5744bedd9f346bc1/85xxx-xxx-xxx-xxx_src -o domain=netapp,vers=2.1,file_mode=0666,dir_mode=0666,iocharset=utf8,mapchars,mfsymlinks", timeout: 20000 }
[INFO] [MASTER] [0] [1980] Executing command { command: "mount -t cifs //10.xxx.xxx.230/'z1' mnt/61ed939c5744bedd9f346bc1/85xxx-xxx-xxx-xxx_trg -o domain=netapp,vers=2.1,file_mode=0666,dir_mode=0666,iocharset=utf8,mapchars,mfsymlinks", timeout: 20000 }
[ERROR] [MASTER] [0] [1980] Failed to execute command Error: Command failed: mount -t cifs //10.xxx.xxx.230/'z1' mnt/61ed939c5744bedd9f346bc1/85xxx-xxx-xxx-xxx_trg -o domain=netapp,vers=2.1,file_mode=0666,dir_mode=0666,iocharset=utf8,mapchars,mfsymlinks
mount error(13): Permission denied
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
at ChildProcess.exithandler (child_process.js:383:12)
at ChildProcess.emit (evnetapps.js:400:28)
at ChildProcess.emit (domain.js:475:12)
at maybeClose (internal/child_process.js:1058:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:293:5) {
killed: false,
code: 32,
signal: null,
cmd: "mount -t cifs //10.xxx.xxx.230/'z1' mnt/61ed939c5744bedd9f346bc1/85xxx-xxx-xxx-xxx_trg -o domain=netapp,vers=2.1,file_mode=0666,dir_mode=0666,iocharset=utf8,mapchars,mfsymlinks"
}
[INFO] [MASTER] [0] [1980] SEND MESSAGE: {"message":{"step":"INITIALIZE","relationshipId":"61ed939c5744bedd9f346bc1","status":"FAILED","reason":"mount error(13): Permission denied\nRefer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)\n","source":{"cifs":{"host":"10.xxx.xxx.228","share":"/z2","version":"2.1","provider":"anf","workingEnvironmnetappId":"70xxxx-xxxx-xxx-xxx"}},"target":{"cifs":{"host":"10.xxx.xxx.230","share":"/z1","version":"2.1","provider":"anf","workingEnvironmnetappId":"70xxxx-xxxx-xxx-xxx"}}