SSHFS: Difference between revisions
Jump to navigation
Jump to search
New page: To mount a remote filesystem using sshfs do sshfs user@212.61.33.42:/ /mnt |
No edit summary |
||
Line 2: | Line 2: | ||
sshfs user@212.61.33.42:/ /mnt | 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 |
Latest revision as of 08:17, 25 June 2013
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