aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2005-02-27 19:39:04 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2005-02-27 19:39:04 +0000
commite233f822394e541e7066b0b582c66009273f3cda (patch)
tree5ab241a30637bdcfb9ec0757de15dbb56571e41c
parent9693a8bf05e5ef61a7a74ed14a985e7e16a037d8 (diff)
downloadsshfs-e233f822394e541e7066b0b582c66009273f3cda.tar
sshfs-e233f822394e541e7066b0b582c66009273f3cda.tar.gz
sshfs-e233f822394e541e7066b0b582c66009273f3cda.tar.bz2
sshfs-e233f822394e541e7066b0b582c66009273f3cda.zip
documentation fix
-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
==========