mount -t cifs -o rw,uid=1000,gid=1000,username=xxx,password=xxx //xxx.your-storageshare.de/backup /backup
报错:
mount error(115): Operation now in progress
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
有大佬知道怎么回事么