mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-17 09:25:32 +00:00
8 lines
292 B
Plaintext
8 lines
292 B
Plaintext
# ch-mount
|
|
# Utility to mount a SquashFS image file using FUSE. More information: <https://github.com/hpc/charliecloud>.
|
|
|
|
|
|
# Create a new empty directory named debian, then mount it on /var/tmp directory. The /var/tmp directory must not already exist.
|
|
ch-mount /var/tmp/debian.sqfs /var/tmp
|
|
|