1affuse(1) provide access to AFF containers affuse(1)
2
3
4
6 affuse - provide access to AFF containers
7
9 affuse [<FUSE library options>] aff_image mount_point
10
12 Provide access to AFF containers, allowing several advanced operations.
13
14 This file is part of the AFFLIBv3, that provides AFF.
15
16 AFF is an open and extensible file format to store disk images and
17 associated metadata. It is useful in several scenaries, as computer
18 forensics investigations.
19
21 FUSE options:
22
23 -d -o debug
24 Enable debug output (implies in -f).
25
26 -f Foreground operation.
27
28 -s Disable multi-threaded operation.
29
30 -o allow_other
31 Allow access to other users.
32
33 -o allow_root
34 Allow access to root.
35
36 -o auto_unmount
37 Auto unmount on process termination.
38
39 -o nonempty
40 Allow mounts over non-empty file/dir.
41
42 -o default_permissions
43 Enable permission checking by kernel.
44
45 -o fsname=NAME
46 Set filesystem name.
47
48 -o subtype=NAME
49 Set filesystem type.
50
51 -o large_read
52 Issue large read requests (2.4 only).
53
54 -o max_read=N
55 Set maximum size of read requests.
56
57 -o hard_remove
58 Immediate removal (don't hide files).
59
60 -o use_ino
61 Let filesystem set inode numbers.
62
63 -o readdir_ino
64 Try to fill in d_ino in readdir.
65
66 -o direct_io
67 Use direct I/O.
68
69 -o kernel_cache
70 Cache files in kernel.
71
72 -o [no]auto_cache
73 Enable caching based on modification times (off).
74
75 -o umask=M
76 Set file permissions (octal).
77
78 -o uid=N
79 Sset file owner.
80
81 -o gid=N
82 Set file group.
83
84 -o entry_timeout=T
85 Cache timeout for names (1.0s).
86
87 -o negative_timeout=T
88 Cache timeout for deleted names (0.0s).
89
90 -o attr_timeout=T
91 Cache timeout for attributes (1.0s).
92
93 -o ac_attr_timeout=T
94 Auto cache timeout for attributes (attr_timeout).
95
96 -o noforget
97 Never forget cached inodes.
98
99 -o remember=T
100 Remember cached inodes for T seconds (0s).
101
102 -o nopath
103 Don't supply path if not necessary.
104
105 -o intr
106 Allow requests to be interrupted.
107
108 -o intr_signal=NUM
109 Signal to send on interrupt (10).
110
111 -o modules=M1[:M2...]
112 Names of modules to push onto filesystem stack.
113
114 -o max_write=N
115 Set maximum size of write requests.
116
117 -o max_readahead=N
118 Set maximum readahead.
119
120 -o max_background=N
121 Set number of maximum background requests.
122
123 -o congestion_threshold=N
124 Set kernel's congestion threshold.
125
126 -o async_read
127 Perform reads asynchronously (default).
128
129 -o sync_read
130 Perform reads synchronously.
131
132 -o atomic_o_trunc
133 Enable atomic open+truncate support.
134
135 -o big_writes
136 Enable larger than 4kB writes.
137
138 -o no_remote_lock
139 Disable remote file locking.
140
141 -o no_remote_flock
142 Disable remote file locking (BSD).
143
144 -o no_remote_posix_lock
145 Disable remove file locking (POSIX).
146
147 -o [no_]splice_write
148 Use splice to write to the fuse device.
149
150 -o [no_]splice_move
151 Move data while splicing to the fuse device.
152
153 -o [no_]splice_read
154 Use splice to read from the fuse device.
155
156 Module options:
157
158 [iconv]
159
160 -o from_code=CHARSET
161 Original encoding of file names (default: UTF-8).
162
163 -o to_code=CHARSET
164 New encoding of the file names (default: UTF-8).
165
166 [subdir]
167
168 -o subdir=DIR
169 Prepend this directory to all paths (mandatory).
170
171 -o [no]rellinks
172 Transform absolute symlinks to relative.
173
175 Use fusermount -u mount_point, to unmount.
176
178 affcat(1), affcompare(1), affconvert(1), affcopy(1), affcrypto(1),
179 affdiskprint(1), affinfo(1), affix(1), affrecover(1), affsegment(1),
180 affsign(1), affstats(1), affverify(1), affxml(1)
181
183 The AFFLIB was written by Simson L. Garfinkel <simsong@acm.org> and
184 Basis Technology, Inc.
185
186 This manual page was written by Joao Eriberto Mota Filho <erib‐
187 erto@debian.org> for the Debian project (but may be used by others).
188
189
190
191AFFUSE 3.7.4 Oct 2014 affuse(1)