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_ll — mount a SquashFS archive with low-level FUSE

Description

squashfuse_ll  mounts  the  SquashFS  filesystem  using  FUSE archive on the directory mountpoint.  It is
       generally compatible with squashfuse(1) but it uses the higher performance low-level FUSE  interface  and
       it supports multi-threading.

       See  the  squashfuse(1)  man  page  for  options.  Note that some of the fuse(8) library options are only
       supported on high-level FUSE and so do not apply.  These additional options are also supported, including
       some that are normally supported only in high-level FUSE:

       -otimeout=N
                idle N seconds for automatic unmount

       -ouid=N
                set file owner to uid N

       -ogid=N
                set file group to gid N

Name

       squashfuse_ll — mount a SquashFS archive with low-level FUSE

See Also

squashfuse(1), fuse(8)

Debian                                            June 30, 2023                                 squashfuse_ll(1)

Synopsis

squashfuse_ll [-ooptions] archivemountpoint

See Also