1CH-MOUNT(1) Charliecloud CH-MOUNT(1)
2
3
4
6 ch-mount - Mount a SquashFS image file using FUSE
7
9 $ ch-mount SQFS PARENTDIR
10
12 Create new empty directory named SQFS with suffix (e.g., .sqfs) re‐
13 moved, then mount SQFS on this new directory. This new directory must
14 not already exist.
15
16 Additional arguments:
17
18 --help print help and exit
19
20 --version
21 print version and exit
22
24 $ ch-mount /var/tmp/debian.sqfs /var/tmp
25 $ ls /var/tmp/debian
26 bin dev home lib64 mnt proc run srv tmp var
27 boot etc lib media opt root sbin sys usr WEIRD_AL_YANKOVIC
28
30 If Charliecloud was obtained from your Linux distribution, use your
31 distribution’s bug reporting procedures.
32
33 Otherwise, report bugs to: <https://github.com/hpc/charliecloud/issues>
34
36 charliecloud(7)
37
38 Full documentation at: <https://hpc.github.io/charliecloud>
39
41 2014–2021, Triad National Security, LLC
42
43
44
45
460.25 2021-09-20 00:00 UTC CH-MOUNT(1)