2009年1月22日

andLinux上使用sshfs

在andLinux上裝sshfs package
apt-get install sshfs
andLinux上default並沒有將/dev/fuse這個device node建立起來, 手動建立它
mknod /dev/fuse c 10 229
確認fuse 的module已經load
modprobe fuse

因為在我的windows-host 上有跑CygWin 的sshd, 所以我可以直接將它mount到指定目錄下:
mkdir -p /mnt/sshfs
sshfs jim@windows-host:/cygdrive/d /mnt/sshfs/
umount 的方式
fusermount -u /mnt/sshfs

沒有留言:

coap-client 4.3.0 Windows build

coap-client  is a  wget -like tool to generate simple requests for retrieval and modification of resources on a remote server.  Got the sour...