table of contents
other versions
- Tumbleweed 0.6.1-1.1
- Leap-16.0
- Leap-15.6
| squashfuse(1) | General Commands Manual | squashfuse(1) |
NAME¶
squashfuse — mount
a SquashFS archive with FUSE
SYNOPSIS¶
squashfuse |
[-o options]
archive mountpoint |
DESCRIPTION¶
squashfuse mounts the SquashFS filesystem
archive on the directory
mountpoint. The filesystem can be unmounted using
umount(8) or fusermount(8). The
squashfuse implementation is single-threaded.
Options supported by the fuse(8) library are supported. In addition the following options are supported:
-ooffset=N- offset N bytes into archive to mount
-osubdir=PATH- mount subdirectory PATH as filesystem root
-onotify_pipe=PATH- named pipe that will receive 's' (success) or 'f' (failure) when the mountpoint is ready
Here is a selection of generally useful FUSE library options:
SEE ALSO¶
| March 19, 2012 | Linux 6.4.0-150700.53.19-default |