Slackware 13.37 - sshfs (with epkg) ======================= Public domain ******************************************************************************** ### Installation cd /usr/src wget -c "http://pmoghadam.com/homepage/Pages/Deposit/Source-packages/sshfs-fuse-2.3.tar.gz" su - install cd /usr/src tar xf sshfs-fuse-2.3.tar.gz cd sshfs-fuse-2.3 ./configure --prefix=/usr/ && make make install DESTDIR=/usr/local/encap/sshfs-fuse-2.3 logout cd /usr/local/encap/sshfs-fuse-2.3 mv usr/share/man/ usr/ cd /usr/local/encap chown -R root:root sshfs-fuse-2.3 mkencap sshfs-fuse-2.3 epkg sshfs-fuse-2.3 ******************************************************************************** ### mount sshfs -p @: ******************************************************************************** ### umount fusermount -u ******************************************************************************** _BY: Pejman Moghadam_ _TAG: ssh, sshfs, epkg_ _DATE: 2012-02-13 15:43:18_