Tag: mkisofs
Create ISO Image of a Folder
June 27, 2008
Create an iso image of a directory mkisofs -J -allow-leading-dots -R -V “Label CD” -iso-level 4 -o ./cd.iso data_cd
Create Compressed Image
March 6, 2008
Create a compressed iso image of cdrom on disk mkisofs /dev/cdrom | gzip > cd_iso.gz
Create a Folder’s ISO image
August 17, 2007
How to make an ISO image from contents of a directory? mkisofs -V label-name -r directory-name > iso-image.iso [tags]iso,image,folder,linux,mkisofs[/tags]
Recent Comments