diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 ========== |