该操作最好保证两台服务器在 高速局域网路由的情况使用。
? ?sudo apt-get update
? ?sudo apt-get install sshfs
??
?mkdir /path/to/mount/point
使用以下命令将远程服务器上的文件系统挂载到本地创建的挂载点:
sshfs user@remote_server_ip:/path/to/remote/filesystem /path/to/mount/point
例如:?
?
? ?其中:
? ?- `user` 是你在远程服务器上的用户名。
? ?- `remote_server_ip` 是远程服务器的 IP 地址。
? ?- `/path/to/remote/filesystem` 是要挂载的远程文件系统的路径。
? ?- `/path/to/mount/point` 是本地的挂载点路径。
?fusermount -u /path/to/mount/point
可能存在的问题
1.权限问题
sudo chmod -R 777 Data-b