[EMAIL PROTECTED] (Robert Fox) writes: > I have the latest MKCD installed (mkcd-3.3.5-1mdk) > > I ran the following: > > [root@amda7v Cooker]# mkcd --discsize 734000000 -a /mnt/hd/cooker -t > /mnt/disk/iso > > This is what I got: > > [root@amda7v Cooker]# ll > total 3305312 > -rw-r--r-- 1 root root 833716224 Sep 21 22:56 1-Cooker.iso > -rw-r--r-- 1 root root 733511680 Sep 21 22:59 2-Cooker.iso > -rw-r--r-- 1 root root 732626944 Sep 21 23:02 3-Cooker.iso > -rw-r--r-- 1 root root 735117312 Sep 21 23:05 4-Cooker.iso > -rw-r--r-- 1 root root 349667328 Sep 21 23:06 5-Cooker.iso > > Why is the first CD so large? I specified 734000000 as the size. I > also used the -c 3 option which should have only made 3 cds and not 5
There is obvioulsy something wrong. I am testing right now. Regarding the -c option, you must put it in the -a scope, because -a is a sub functions with its own parameters. The recommended syntax is: mkcd --discsize 734000000 -t /mnt/disk/iso -a -c 3 /mnt/hd/cooker -- Warly
