logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

squashfuse — mount a SquashFS archive with FUSE

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:

       -h,--help
                print help

       -V,--version
                show FUSE version

       -d,-odebug
                enable debug output (implies -f)

       -f       foreground operation

       -oallow_other
                allow access by other users

       -oallow_root
                allow access by the superuser

Name

       squashfuse — mount a SquashFS archive with FUSE

See Also

fuse(8), fusermount(8), mount(8), umount(8)

       SquashFS ⟨http://squashfs.sourceforge.net/⟩

       FUSE ⟨http://fuse.sourceforge.net/⟩

Debian                                           March 19, 2012                                    squashfuse(1)

Synopsis

squashfuse [-ooptions] archivemountpoint

See Also