To mount the ISO image file.iso to the mount point /media/cdrom use this :
$ mount -o loop -t iso9660 file.iso /media/cdrom
$ mkisofs -V LABEL -r /mnt/cdrom | gzip > cdrom.iso.gz
mount iso file
$ mount -t iso9660 -o loop cdrom.iso /mnt/cdrom
原文出处:Netkiller 系列 手札
本文作者:陈景峯
转载请与作者联系,同时请务必标明文章原始出处和作者信息及本声明。