mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-17 09:25:32 +00:00
b7e75f1271
misc. cleanup
9 lines
295 B
Plaintext
9 lines
295 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
|
|
|