ISO, CDR, and CDRW in Linux
Creating an ISO Image Here are a couple of different commands for creating an ISO image: [[email protected] /root]# mkisofs -RJ -o image.iso /burndirectory/ [[email protected] /root]# mkisofs -J -o image.iso /burndirectory The options (-RJ) will preserve long filenames, casing and Rock Ridge extensions (long mixed-case filenames and symbolic links for *nix). -J Generate Joliet directory records … Read more