Burning CDs from the command line

I needed to burn some files to a CD recently and had to go through some searching and trial-and-error before finding the right tools and options, so here goes what I turned out to use, for future reference: to build the ISO: mkisofs -o <image.iso> -V <volume-label> -l -J -joliet-long -R <directory> This enables the […]