1CH-TAR2SQUASH(1) Charliecloud CH-TAR2SQUASH(1)
2
3
4
6 ch-tar2squash - Create a SquashFS file from a tarball image
7
9 $ ch-tar2squash TARBALL OUTDIR [ARGS ...]
10
12 Create Charliecloud SquashFS file from TARBALL in directory OUTDIR,
13 named as TARBALL with extension .sqfs.
14
15 Wrapper for ch-tar2dir and ch-dir2sqfs.
16
17 Additional arguments:
18
19 --help print help and exit
20
21 --version
22 print version and exit
23
25 $ ch-tar2squash /var/tmp/debian.tar.gz /var/tmp
26 Parallel mksquashfs: Using 6 processors
27 Creating 4.0 filesystem on /var/tmp/debian.sqfs, block size 131072.
28 [...]
29 -rw-r--r-- 1 charlie charlie 41M Apr 23 14:50 debian.sqfs
30 $ ls -lh /var/tmp/debian*
31 total 83M
32 -rw-r--r-- 1 charlie charlie 41M Apr 23 14:50 debian.sqfs
33 -rw-rw-r-- 1 charlie charlie 43M Apr 23 14:49 debian.tar.gz
34
36 If Charliecloud was obtained from your Linux distribution, use your
37 distribution’s bug reporting procedures.
38
39 Otherwise, report bugs to: <https://github.com/hpc/charliecloud/issues>
40
42 charliecloud(1)
43
44 Full documentation at: <https://hpc.github.io/charliecloud>
45
47 2014–2018, Los Alamos National Security, LLC
48
49
50
51
52 2020-01-28 00:00 Coordinated Universal Time CH-TAR2SQUASH(1)