SSHFS

From Edgar BV Wiki
Revision as of 08:17, 25 June 2013 by Red (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

To mount a remote filesystem using sshfs do

sshfs user@212.61.33.42:/ /mnt

To unmount:

fusermount -u /mnt

If you get permission errors, make sure the user doing the mounting is in the "fuse" group

usermod -G fuse userid