"Richard Chase" <[EMAIL PROTECTED]> writes: > I tried to use mkcd2 with the -a option and the directory .../cooker/ but I got the >errors: > > mkisofs: No space left on device. Unable to open disc image file > ERROR: disc 2 is too small (2048 < ARRAY(0x823f314) (new disc size 1361997952) > ERROR: disc 3 is too small (2048 < ARRAY(0x823f314) (new disc size 1361997952)
preferably use mkcds if you do not want to have path pb (in the present case you seem to run the script from a location where you do not have write permissions). > --Rich > > BTW: (Spence) I also retried mkcds again after installing > perl-RPM. It executed, but had errors related to mkisofs. It > created some files called cooker<x>.iso, but they appear to be text > files (in the KDE2 interface) I will try to burn them anyway. mkcd2 does not create live directory when it copies file before creating the ISOs, but it creates files to list files to copy in the ISO, because the shell limit the number of arguments in a command line. If you have pb where these files are created, set the TMPDIR variable to a location where it does not matter (/tmp or ~/tmp). -- Warly
