diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2017-09-20 14:24:22 +0100 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2017-09-20 14:43:34 +0100 |
commit | 949d76d1a2c508f034f23c36d34400204698d952 (patch) | |
tree | 99da720dc64f6341c05c7439a2301ee721771e4c /sshfs.rst | |
parent | 848ff30d9074371fecc332e67848375700189d05 (diff) | |
download | sshfs-949d76d1a2c508f034f23c36d34400204698d952.tar sshfs-949d76d1a2c508f034f23c36d34400204698d952.tar.gz sshfs-949d76d1a2c508f034f23c36d34400204698d952.tar.bz2 sshfs-949d76d1a2c508f034f23c36d34400204698d952.zip |
Add support for mounting from /etc/fstab
Fixes: #92.
Diffstat (limited to 'sshfs.rst')
-rw-r--r-- | sshfs.rst | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -253,6 +253,14 @@ without SSHFS being informed about that. As a workaround, you can try to mount with ``-o ServerAliveInterval=15``. This will force the SSH connection to stay alive even if you have no activity. +Mounting from /etc/fstab +======================== + +To mount an SSHFS filesystem from ``/etc/fstab``, simply use ``sshfs` +as the file system type. (For backwards compatibility, you may also +use ``fuse.sshfs``). + + See also ======== |