PDA

View Full Version : sshfs on vps


Pooya
12-29-2007, 07:33 PM
Hi,

I'm new to rapidvps and so far it's been great, let see how it goes.

Now I am trying to see if I can get sshfs to work on my machine. Before I brick my vps let see if anybody else here has done this before. Or maybe it is not possible at all. So I am trying to mount a remote directory over ssh using Fuse and SSH. I am an Debian 4 and installed sshfs easily but now it says:
fusermount: failed to open /dev/fuse: Permission denied

According to: http://wiki.openvz.org/FUSE it seems like we should be able to use fuse but I can't seem to use that vzctl command. Does that need a kernel module or anything?

Pooya
01-16-2008, 12:52 PM
Just for the record, thanks to the support, it is fixed now.

Rick
01-16-2008, 12:57 PM
oops, I missed this thread- sorry for that. yea we got the fuse rocking via support desk.

yager
01-16-2008, 07:16 PM
Great! ... for the rest of us :), what's the trick?

File: `/dev/fuse'
Size: 0 Blocks: 0 IO Block: 4096 character special file
Device: 18h/24d Inode: 89543797 Links: 1 Device type: a,e5
Access: (0660/crw-rw----) Uid: ( 0/ root) Gid: ( 122/ fuse)

Rick
01-17-2008, 01:02 AM
Hi, for right now create a support incident. I am working on streamling fuse support..

DeanClinton
01-17-2008, 08:01 PM
So, what's FUSE actually do?

Rick
01-18-2008, 01:17 AM
Fuse allows you to mount all sorts of interesting and useful filesystems in your vps. the most common use is to mount a directory over ssh, from a remote vps or any server on the net. its quite exciting.