From e233f822394e541e7066b0b582c66009273f3cda Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Sun, 27 Feb 2005 19:39:04 +0000 Subject: documentation fix --- README | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 ========== -- cgit v1.2.3