Thread: Fuse and sshfs?
View Single Post
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#7
As White Bear points out on his website, you have to do it from the (root) command line:

Code:
apt-get install sshfs
Note that there's no gui for this, so you'll have to do everything on the command line...

e.g. from root:

Code:
modprobe fuse
mkdir -p /home/user/MyDocs/lanvideo
sshfs bob@192.168.0.5:/media/videos /home/user/MyDocs/lanvideo -o allow_other
__________________
qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!
 

The Following 7 Users Say Thank You to qole For This Useful Post: