aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 5 insertions, 1 deletions
diff --git a/README b/README
index 498f836..a053989 100644
--- a/README
+++ b/README
@@ -26,7 +26,7 @@ How to mount a filesystem
Once sshfs is installed (see next section) running it is very simple:
- sshfs hostname: /mountpoint
+ sshfs hostname: mountpoint
Note, that it's recommended to run it as user, not as root. For this
to work the mountpoint must be owned by the user. If the username is
@@ -40,6 +40,10 @@ Also many ssh options can be specified (see the manual pages for
sftp(1) and ssh_config(5)), including the remote port number
('-oport=PORT')
+To unmount the filesystem:
+
+ fusermount -u moutpoint
+
Installing
==========