mkdir /mnt/centos
mkdir /mnt/iso
mount -o loop /mnt/shared/CentOS-7-x86_64-LiveGNOME-2003.iso /mnt/centos
cp -rfp /mnt/centos/* /mnt/iso/.
ls /mnt/iso
cd /mnt/iso/LiveOS
ls
unsquashfs squashfd.img
ls
cd squashfs-root/LiveOS
ls
mkdir ext3fs
mount -o loop ext3fs.img ext3fs
ls
原文:https://www.cnblogs.com/janescott/p/13058968.html