meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
linux:fstab [2024/06/18 09:10] – niziak | linux:fstab [2024/10/26 18:57] (current) – niziak | ||
---|---|---|---|
Line 8: | Line 8: | ||
</ | </ | ||
- | |||
- | ===== sshfs ===== | ||
- | |||
- | [[https:// | ||
- | |||
- | <file | / | ||
- | user@example.com:/ | ||
- | </ | ||
- | |||
- | Cache options (> | ||
- | < | ||
- | -o dir_cache=BOOL | ||
- | | ||
- | | ||
- | it allows readdir(3) system calls to be processed | ||
- | work access. | ||
- | |||
- | -o dcache_max_size=N | ||
- | sets the maximum size of the directory cache. | ||
- | |||
- | -o dcache_timeout=N | ||
- | sets timeout for directory cache in seconds. | ||
- | |||
- | -o dcache_{stat, | ||
- | | ||
- | | ||
- | |||
- | -o dcache_clean_interval=N | ||
- | sets the interval for automatic cleaning of the directory cache. | ||
- | |||
- | -o dcache_min_clean_interval=N | ||
- | sets the interval for forced cleaning | ||
- | when full. | ||
- | |||
- | -o max_conns=N | ||
- | | ||
- | Each connection is established with a separate SSH process. | ||
- | | ||
- | of the file system during large file transfers. When using more | ||
- | than once connection, the password_stdin and passive options can | ||
- | not be used, and the buflimit workaround is not supported. | ||
- | </ | ||
- | |||
- | Cache options (< v3.0.0) | ||
- | < | ||
- | -o cache=YESNO | ||
- | enable caching {yes,no} (default: yes) | ||
- | |||
- | -o cache_timeout=N | ||
- | sets timeout for caches in seconds (default: 20) | ||
- | |||
- | -o cache_X_timeout=N | ||
- | sets timeout for {stat, | ||
- | </ | ||
- | |||