people say, that files > 2GB violate some standards. Unfortunately almost all movies are between 2 - 4GB.
here is my workaround (on linux): dd if=/dev/zero of=myfs bs=1k count=4000k mkudffs --media-type=dvd --udfrev=0x0102 myfs mount -o loop -t udf myfs /mnt/udf cp movie.mpeg /mnt/udf/ umount /mnt/udf With this filesystem the DVD is recognized on Windows as 'Linux-UDF'. If you use an udf-revision 2.x the dvd is not recognized on Windows. Edmund Oleg Yakovlev wrote:
Hi, All
I can't create the image using mkisofs large them 2047 MB. But the cdrecord can creates files any size (image from DVD, for example).
SunBlade2000, Solaris8 + all MU + all recommended patches, latest mkisofs.
Help, please. What is wrong? Or I do wrong something?
-- http://www.edmund-mergl.de fon: +49 711 7456112 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

