我以这种方式创建了一个 ssh 隧道,我可以通过键入来访问我的共享
smb://bruni@localhost:9000/
进入文件管理器(海豚)。隧道工作。
我想挂载这个共享。以下命令不起作用:
sudo mount -t cifs -o credentials=/root/.credentials,uid=bruni,gid=users,vers=1.0 //localhost/users /home/bruni/mountpoint/
显然我需要在某处指定端口。如何修改上述命令以使其正常工作?
将 port=the 端口添加到 mount 命令: