I'm trying to make an iso containing a bunch of small text files and one large (3.4GB) file.<BR><BR>using the command<BR>'mkisofs -o portalImage.iso -vdlLR ./dvd'<BR>I get the error<BR>'non-existant ...
I'm running the following cmd:<BR><BR>mkisofs -r -l -o test.iso -R -J ./dir1 ./dir2 ./dir3<BR><BR>This works except it takes all of files in dir1, dir2, & dir3 and puts them into the root of the ...
Preparing a CD that displays proper file names whether it is mounted on a Unix system or on a Windows box requires little more than the proper set of arguments to the mkisofs command and software that ...