affuse - provide access to AFF containers
Contents
Description
Provide access to AFF containers, allowing several advanced operations.
This file is part of the AFFLIBv3, that provides AFF.
AFF is an open and extensible file format to store disk images and associated metadata. It is useful in
several scenaries, as computer forensics investigations.
Name
affuse - provide access to AFF containers
Notes
Use fusermount -umount_point, to unmount.
Options
FUSE options:
-d-odebug
Enable debug output (implies in -f).
-f Foreground operation.
-s Disable multi-threaded operation.
-oallow_other
Allow access to other users.
-oallow_root
Allow access to root.
-oauto_unmount
Auto unmount on process termination.
-ononempty
Allow mounts over non-empty file/dir.
-odefault_permissions
Enable permission checking by kernel.
-ofsname=NAME
Set filesystem name.
-osubtype=NAME
Set filesystem type.
-olarge_read
Issue large read requests (2.4 only).
-omax_read=N
Set maximum size of read requests.
-ohard_remove
Immediate removal (don't hide files).
-ouse_ino
Let filesystem set inode numbers.
-oreaddir_ino
Try to fill in d_ino in readdir.
-odirect_io
Use direct I/O.
-okernel_cache
Cache files in kernel.
-o[no]auto_cache
Enable caching based on modification times (off).
-oumask=M
Set file permissions (octal).
-ouid=N
Sset file owner.
-ogid=N
Set file group.
-oentry_timeout=T
Cache timeout for names (1.0s).
-onegative_timeout=T
Cache timeout for deleted names (0.0s).
-oattr_timeout=T
Cache timeout for attributes (1.0s).
-oac_attr_timeout=T
Auto cache timeout for attributes (attr_timeout).
-onoforget
Never forget cached inodes.
-oremember=T
Remember cached inodes for T seconds (0s).
-onopath
Don't supply path if not necessary.
-ointr
Allow requests to be interrupted.
-ointr_signal=NUM
Signal to send on interrupt (10).
-omodules=M1[:M2...]
Names of modules to push onto filesystem stack.
-omax_write=N
Set maximum size of write requests.
-omax_readahead=N
Set maximum readahead.
-omax_background=N
Set number of maximum background requests.
-ocongestion_threshold=N
Set kernel's congestion threshold.
-oasync_read
Perform reads asynchronously (default).
-osync_read
Perform reads synchronously.
-oatomic_o_trunc
Enable atomic open+truncate support.
-obig_writes
Enable larger than 4kB writes.
-ono_remote_lock
Disable remote file locking.
-ono_remote_flock
Disable remote file locking (BSD).
-ono_remote_posix_lock
Disable remove file locking (POSIX).
-o[no_]splice_write
Use splice to write to the fuse device.
-o[no_]splice_move
Move data while splicing to the fuse device.
-o[no_]splice_read
Use splice to read from the fuse device.
Module options:
[iconv]
-ofrom_code=CHARSET
Original encoding of file names (default: UTF-8).
-oto_code=CHARSET
New encoding of the file names (default: UTF-8).
[subdir]
-osubdir=DIR
Prepend this directory to all paths (mandatory).
-o[no]rellinks
Transform absolute symlinks to relative.
See Also
affcat(1), affcompare(1), affconvert(1), affcopy(1), affcrypto(1), affdiskprint(1), affinfo(1), affix(1), affrecover(1), affsegment(1), affsign(1), affstats(1), affverify(1), affxml(1)
Synopsis
affuse [<FUSE library options>] aff_imagemount_point
