1CH-UMOUNT(1) Charliecloud CH-UMOUNT(1)
2
3
4
6 ch-umount - Unmount a FUSE mounted squash filesystem and remove the
7 mount point
8
10 $ ch-umount MOUNTDIR
11
13 Unmount Charliecloud SquashFS file at target directory MOUNTDIR. Re‐
14 move empty MOUNTDIR after successful unmounting.
15
16 Additional arguments:
17
18 --help print help and exit
19
20 --version
21 print version and exit
22
24 $ ls /var/tmp/debian
25 bin dev home lib64 mnt proc run srv tmp var
26 boot etc lib media opt root sbin sys usr WEIRD_AL_YANKOVIC
27 $ ch-umount /var/tmp/debian
28 unmounted and removed /var/tmp/debian
29 $ ls /var/tmp/debian
30 ls: cannot access /var/tmp/debian: No such file or directory
31
33 If Charliecloud was obtained from your Linux distribution, use your
34 distribution’s bug reporting procedures.
35
36 Otherwise, report bugs to: <https://github.com/hpc/charliecloud/issues>
37
39 charliecloud(7)
40
41 Full documentation at: <https://hpc.github.io/charliecloud>
42
44 2014–2021, Triad National Security, LLC
45
46
47
48
490.25 2021-09-20 00:00 UTC CH-UMOUNT(1)