blob: 937383e444185611421235cacc25ee9a6bb01e9c (
plain)
1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
2 .TH SSHFS "1" "March 2006" "SSHFS version 1.6" "User Commands"
3 .SH NAME
4 SSHFS \- filesystem client based on SSH File Transfer Protocol
5 .SH DESCRIPTION
6 usage: sshfs [user@]host:[dir] mountpoint [options]
7 .SS "general options:"
8 .TP
9 \fB\-o\fR opt,[opt...]
10 mount options
11 .TP
12 \fB\-h\fR \fB\-\-help\fR
13 print help
14 .TP
15 \fB\-V\fR \fB\-\-version\fR
16 print version
17 .SS "SSHFS options:"
18 .TP
19 \fB\-p\fR PORT
20 equivalent to '\-o port=PORT'
21 .TP
22 \fB\-C\fR
23 equivalent to '\-o compression=yes'
24 .TP
25 \fB\-1\fR
26 equivalent to '\-o ssh_protocol=1'
27 .TP
28 \fB\-o\fR reconnect
29 reconnect to server
30 .TP
31 \fB\-o\fR sshfs_sync
32 synchronous writes
33 .TP
34 \fB\-o\fR no_readahead
35 synchronous reads (no speculative readahead)
36 .TP
37 \fB\-o\fR sshfs_debug
38 print some debugging information
39 .TP
40 \fB\-o\fR cache=YESNO
41 enable caching {yes,no} (default: yes)
42 .TP
43 \fB\-o\fR cache_timeout=N
44 sets timeout for caches in seconds (default: 20)
45 .TP
46 \fB\-o\fR cache_X_timeout=N
47 sets timeout for {stat,dir,link} cache
48 .TP
49 \fB\-o\fR workaround=LIST
50 colon separated list of workarounds
51 .TP
52 none
53 no workarounds enabled
54 .TP
55 all
56 all workarounds enabled
57 .TP
58 [no]rename
59 fix renaming to existing file (default: off)
60 .TP
61 [no]nodelay
62 set nodelay tcp flag in ssh (default: on)
63 .TP
64 [no]truncate
65 fix truncate for old servers (default: off)
66 .TP
67 \fB\-o\fR idmap=TYPE
68 user/group ID mapping, possible types are:
69 .TP
70 none
71 no translation of the ID space (default)
72 .TP
73 user
74 only translate UID of connecting user
75 .TP
76 \fB\-o\fR ssh_command=CMD
77 execute CMD instead of 'ssh'
78 .TP
79 \fB\-o\fR ssh_protocol=N
80 ssh protocol to use (default: 2)
81 .TP
82 \fB\-o\fR sftp_server=SERV
83 path to sftp server or subsystem (default: sftp)
84 .TP
85 \fB\-o\fR directport=PORT
86 directly connect to PORT bypassing ssh
87 .TP
88 \fB\-o\fR transform_symlinks
89 transform absolute symlinks to relative
90 .TP
91 \fB\-o\fR SSHOPT=VAL
92 ssh options (see man ssh_config)
93 .SS "FUSE options:"
94 .TP
95 \fB\-d\fR \fB\-o\fR debug
96 enable debug output (implies \fB\-f\fR)
97 .TP
98 \fB\-f\fR
99 foreground operation
100 .TP
101 \fB\-s\fR
102 disable multi\-threaded operation
103 .TP
104 \fB\-o\fR allow_other
105 allow access to other users
106 .TP
107 \fB\-o\fR allow_root
108 allow access to root
109 .TP
110 \fB\-o\fR nonempty
111 allow mounts over non\-empty file/dir
112 .TP
113 \fB\-o\fR default_permissions enable permission checking by kernel
114 .TP
115 \fB\-o\fR fsname=NAME
116 set filesystem name
117 .TP
118 \fB\-o\fR large_read
119 issue large read requests (2.4 only)
120 .TP
121 \fB\-o\fR max_read=N
122 set maximum size of read requests
123 .TP
124 \fB\-o\fR hard_remove
125 immediate removal (don't hide files)
126 .TP
127 \fB\-o\fR use_ino
128 let filesystem set inode numbers
129 .TP
130 \fB\-o\fR readdir_ino
131 try to fill in d_ino in readdir
132 .TP
133 \fB\-o\fR direct_io
134 use direct I/O
135 .TP
136 \fB\-o\fR kernel_cache
137 cache files in kernel
138 .TP
139 \fB\-o\fR umask=M
140 set file permissions (octal)
141 .TP
142 \fB\-o\fR uid=N
143 set file owner
144 .TP
145 \fB\-o\fR gid=N
146 set file group
147 .TP
148 \fB\-o\fR entry_timeout=T
149 cache timeout for names (1.0s)
150 .TP
151 \fB\-o\fR negative_timeout=T
152 cache timeout for deleted names (0.0s)
153 .TP
154 \fB\-o\fR attr_timeout=T
155 cache timeout for attributes (1.0s)
156 .SS "Unmounting filesystem:"
157 .TP
158 To unmount filesystem you have to use a part of fuse-utils package:
159 .TP
160 fusermount -u /mount/point
161 .PP
|