Skip to content

Instantly share code, notes, and snippets.

@deviousway
Last active January 27, 2018 08:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deviousway/bbf052907860e905f41bc6a15209cd32 to your computer and use it in GitHub Desktop.
Save deviousway/bbf052907860e905f41bc6a15209cd32 to your computer and use it in GitHub Desktop.
mount iso linux
mkdir -p /mnt/disk
mount -o loop $$$$.iso /mnt/disk
yum install squashfs-tools
unsquashfs filesystem.squashfs
mv filesystem.squashfs /path/to/backup/
mount squashfs/LiveOS/ext3fs.img ext3fs -o loop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment