Tuesday, April 21st, 2009 Posted in Linux, Tips | 11 Comments »
mkisofs -J -allow-leading-dots -allow-multidot -R -V "Label" -iso-level 4 -o image.iso Folder where: -J: Generate Joliet directory informatio -allow-leading-dots: Allow ISO9660 filenames to start with '.' -allow-multidot: Allow more than one dot in filenames ... Read more..