需要从 Windows 挂载特定目录到Linux:
Linux
mount -t cifs -o username=somebody password=12,34 //192.168.1.3/share /mnt/server
请注意,密码中有一个逗号,这Shell会将其误认为是分隔符。
Shell
遇到这种情况怎么办?
谢谢!
linux samba mount
linux ×1
mount ×1
samba ×1