安裝 command :
apt-get install sshfs
sshfs [user@]host:[remote_directory] mountpoint [options]
sshfs -p 2200 [email protected]:/home/rimmon DEV
fusermount -u DEV
sshfs -p 2200 -o reconnect [email protected]:/mnt/tslog_bak ~/TSLOG_BAK
fusermount -u ~/TSLOG_BAK
速度測試
sshfs -p 2200 -o reconnect [email protected]:/mnt/tslog_bak ~/TSLOG_BAK
1.1G 費時 19秒 , 約 55MB/s