GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
squashfuse(1) FreeBSD General Commands Manual squashfuse(1)

squashfusemount a SquashFS archive with FUSE

squashfuse [-o options] archive mountpoint

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:

offset=N
offset N bytes into archive to mount
subdir=PATH
mount subdirectory PATH as filesystem root
notify_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:

--help
print help
--version
show FUSE version
-o debug
enable debug output (implies -f)
foreground operation
allow_other
allow access by other users
allow_root
allow access by the superuser

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

March 19, 2012 FreeBSD 14.3-RELEASE

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.