您的当前位置:TAGS -> 多台
  • Ubuntu上多台服务器相互挂载文件夹

    服务器2025年10月20日

    工具安装 $ sudo apt-get install sshfs 挂载目录 JohnRain@server1:~$ sshfs -o gid=1012,uid=1012 JohnRain@server2:/home/JohnRain/mycode /home/JohnRain/S2code/ 卸载目录 fusermount -u /home/JohnRa...