SSHFS on Gentoo

To install SSHFS on Gentoo you need to first compile your kernel with FUSE support:

File systems --->
  <*> FUSE (Filesystem in Userspace) support

Next install the sshfs-fuse package:

emerge -av sshfs-fuse

You should now be able to “mount” filesystems via SSH. For example, to mount /home/steph from my.pc (remote) to /home/steph/mypc (local):

sshfs steph@my.pc:/home/steph /home/steph/mypc

To unmount:

fusermount -u /home/steph/mypc

References

Last modified: 18/06/2012 Tags:

This website is a personal resource. Nothing here is guaranteed correct or complete, so use at your own risk and try not to delete the Internet. -Stephan

Site Info

Privacy policy

Go to top