差别
这里会显示出您选择的修订版和当前版本之间的差别。
tips:mounting_the_file_system_from_linux [2022/04/16 09:27] baolitoumu 创建 |
— (当前版本) | ||
---|---|---|---|
行 1: | 行 1: | ||
- | ====== Mounting the file system from Linux ====== | ||
- | You can use ' | ||
- | |||
- | Ubuntu/ | ||
- | < | ||
- | sudo apt-get install sshfs | ||
- | </ | ||
- | |||
- | Arch | ||
- | < | ||
- | sudo pacman -S sshfs | ||
- | </ | ||
- | |||
- | Then create a writable catalog where you want to mount and run sshfs: | ||
- | |||
- | < | ||
- | mkdir foodir; | ||
- | sshfs root@10.11.99.1:/ | ||
- | </ |