[go: up one dir, main page]

Menu

[f1d50e]: / debian / smbnetfs.1  Maximize  Restore  History

Download this file

259 lines (258 with data), 5.8 kB

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
.TH smbnetfs 1 "January 05, 2018"
.SH NAME
smbnetfs \- User-space filesystem for SMB/NMB (Windows) network servers and shares
.SH DESCRIPTION
usage: smbnetfs mountpoint [options]
.SS "general options:"
.TP
\fB\-o\fR opt,[opt...]
mount options
.TP
\fB\-h\fR \fB\-\-help\fR
print help
.TP
\fB\-V\fR \fB\-\-version\fR
print version
.SS "SMBNetFS options:"
.TP
\fB\-o\fR config=PATH
path to config (~/.smb/smbnetfs.conf)
.TP
\fB\-o\fR smbnetfs_debug=N
SMBNetFS debug level (N<=10)
.TP
\fB\-o\fR smb_debug_level=N
Samba debug level (N<=10)
.TP
\fB\-o\fR log_file=PATH
File to store SMBNetFS debug messages
.TP
\fB\-o\fR local_charset=CHARSET
Local charset (autodetected)
.TP
\fB\-o\fR samba_charset=CHARSET
Charset used by samba (utf-8)
.TP
\fB\-o\fR use_libsecret=BOOL
Enable/disable usage of libsecret as a password storage
.TP
\fB\-o\fR libsecret_timeout=T
auth retrieving timeout from libsecret base (500ms)
.TP
\fB\-o\fR max_rw_block_size=N
Maximum size of r/w block in Kb (autodetected)
.TP
\fB\-o\fR smb_tree_scan_period=T
Period of scanning samba network tree (300s)
.TP
\fB\-o\fR smb_tree_elements_ttl=T
TTL of scanned elements in samba tree (900s)
.TP
\fB\-o\fR smb_query_browsers=BOOL
Enable/disable scanning of samba tree (on)
.TP
\fB\-o\fR smb_timeout=T
Samba reply timeout (20000ms))
.TP
\fB\-o\fR show_$_shares=BOOL
Enable/disable showing of hidden shares (off)
.TP
\fB\-o\fR show_hidden_hosts=BOOL
See in documentation (off)
.TP
\fB\-o\fR free_space_size=N
Free space size in pages (0)
.TP
\fB\-o\fR quiet_flag=BOOL
Do not fail on chown/chgroup (on)
.TP
\fB\-o\fR neg_cache=BOOL
Enable/disable negative cache (on)
.TP
\fB\-o\fR neg_cache_timeout=T
Negative cache records expiration time (3000ms)
.TP
\fB\-o\fR stat_workaround_depth=N
konquerror and gnome terminal hack (3)
.TP
\fB\-o\fR time_step=T
Scheduler sleep interval (10s)
.TP
\fB\-o\fR config_update_period=T
Configuration update interval (300s)
.TP
\fB\-o\fR max_ctx_count=N
Maximum number of children processes (15)
.TP
\fB\-o\fR max_retry_count=N
Number of retries before fail (2)
.TP
\fB\-o\fR listen_timeout=T
Child process inactivity timeout (300s)
.TP
\fB\-o\fR reply_timeout=T
Child process reply timeout (30s)
.TP
\fB\-o\fR max_passwd_query_count=N
See in documentation (10)
.SS "FUSE options:"
.TP
\fB\-d\fR \fB\-o\fR debug
enable debug output (implies \fB\-f\fR)
.TP
\fB\-f\fR
foreground operation
.TP
\fB\-s\fR
disable multi\-threaded operation
.TP
\fB\-o\fR allow_other
allow access to other users
.TP
\fB\-o\fR allow_root
allow access to root
.TP
\fB\-o\fR auto_unmount
auto unmount on process termination
.TP
\fB\-o\fR nonempty
allow mounts over non\-empty file/dir
.TP
\fB\-o\fR default_permissions
enable permission checking by kernel
.TP
\fB\-o\fR fsname=NAME
set filesystem name
.TP
\fB\-o\fR subtype=NAME
set filesystem type
.TP
\fB\-o\fR large_read
issue large read requests (2.4 only)
.TP
\fB\-o\fR max_read=N
set maximum size of read requests
.TP
\fB\-o\fR hard_remove
immediate removal (don't hide files)
.TP
\fB\-o\fR use_ino
let filesystem set inode numbers
.TP
\fB\-o\fR readdir_ino
try to fill in d_ino in readdir
.TP
\fB\-o\fR direct_io
use direct I/O
.TP
\fB\-o\fR kernel_cache
cache files in kernel
.TP
\fB\-o\fR [no]auto_cache
enable caching based on modification times (off)
.TP
\fB\-o\fR umask=M
set file permissions (octal)
.TP
\fB\-o\fR uid=N
set file owner
.TP
\fB\-o\fR gid=N
set file group
.TP
\fB\-o\fR entry_timeout=T
cache timeout for names (1.0s)
.TP
\fB\-o\fR negative_timeout=T
cache timeout for deleted names (0.0s)
.TP
\fB\-o\fR attr_timeout=T
cache timeout for attributes (1.0s)
.TP
\fB\-o\fR ac_attr_timeout=T
auto cache timeout for attributes (attr_timeout)
.TP
\fB\-o\fR noforget
never forget cached inodes
.TP
\fB\-o\fR remember=T
remember cached inodes for T seconds (0s)
.TP
\fB\-o\fR nopath
don't supply path if not necessary
.TP
\fB\-o\fR intr
allow requests to be interrupted
.TP
\fB\-o\fR intr_signal=NUM
signal to send on interrupt (10)
.TP
\fB\-o\fR modules=M1[:M2...]
names of modules to push onto filesystem stack
.TP
\fB\-o\fR max_write=N
set maximum size of write requests
.TP
\fB\-o\fR max_readahead=N
set maximum readahead
.TP
\fB\-o\fR max_background=N
set number of maximum background requests
.TP
\fB\-o\fR congestion_threshold=N
set kernel's congestion threshold
.TP
\fB\-o\fR async_read
perform reads asynchronously (default)
.TP
\fB\-o\fR sync_read
perform reads synchronously
.TP
\fB\-o\fR atomic_o_trunc
enable atomic open+truncate support
.TP
\fB\-o\fR big_writes
enable larger than 4kB writes
.TP
\fB\-o\fR no_remote_lock
disable remote file locking
.TP
\fB\-o\fR no_remote_flock
disable remote file locking (BSD)
.TP
\fB\-o\fR no_remote_posix_lock
disable remove file locking (POSIX)
.TP
\fB\-o\fR [no_]splice_write
use splice to write to the fuse device
.TP
\fB\-o\fR [no_]splice_move
move data while splicing to the fuse device
.TP
\fB\-o\fR [no_]splice_read
use splice to read from the fuse device
.SS "Module options:"
.SS "[iconv]"
.TP
\fB\-o\fR from_code=CHARSET
original encoding of file names (default: UTF-8)
.TP
\fB\-o\fR to_code=CHARSET
new encoding of the file names (default: UTF-8)
.SS "[subdir]"
.TP
\fB\-o\fR subdir=DIR
prepend this directory to all paths (mandatory)
.TP
\fB\-o\fR [no]rellinks
transform absolute symlinks to relative
.SH FILES
Please create configuration directory ~/.smb. This
directory should contain at least two files: smb.conf and
smbnetfs.conf. You may copy smb.conf from the /etc/samba
directory. You can find a sample of smbnetfs.conf in the
/etc directory.
.SH AUTHOR
This manual page was written by Varun Hiremath <varunhiremath@gmail.com>
and lately updated by Mikhail Kshevetskiy <mikhail.kshevetskiy@gmail.com>,
for the Debian project (but may be used by others).