2011年9月18日 星期日

sshfs

用ssh來掛載另一台電腦的資料夾

安裝:
yum install sshfs

掛載:
usage: sshfs [user@]host:[dir] mountpoint [options]

ex:
sshfs username@remotehost:dir_path /local_dir_path -p port

卸除:
fusermount -u local_dir_path

----

掛載後, 在終端機打 df -h 也可以看到sshfs的可用空間