mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-17 09:25:32 +00:00
8 lines
290 B
Plaintext
8 lines
290 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 to '/var/tmp'. The
|
|
# '/var/tmp' directory must not already exist.
|
|
ch-mount /var/tmp/debian.sqfs /var/tmp
|