HowtoInstallSSHFS
出自Ubuntu 正體中文 Wiki
前言
sshfs 是利用 ssh 協定 mount 遠端機器目錄,所以先決條件要安裝 ssh 協定。
安裝
apt-get install sshfs fuse-utils libfuse2
使用
*先確認是Kernel是否掛載 fuse,請 lsmod 檢查有沒有 fuse module,若沒有請執行 modprobe fuse
*指令下法 sudo sshfs remoteuser@remote:/remotedir /mnt/remotedir -o sshfs_sync -o default_permissions,allow_other,kernel_cache,hard_remove