PDA

View Full Version : .ISO To dvd



namingishard
09-27-2005, 11:48 AM
When i try and burn the .ISO to a dvd i get this error,
The file "KNOPPIX_V4.0DVD-2005-08-16-EN.iso" is larger then 2 GB and therefore cannot be stored in an ISO file system.
Please use UDF file system to write such large files. This can be done by selecting another compilation type."
What exactly does this mean 0-o...

Harry Kuhman
09-27-2005, 12:25 PM
therefore cannot be stored in an ISO file system.
Read the downloading FAQ. The message is absolutely right and makes perfect sense. You don't burn the ISO to a DVD. Follow the documentation link near the top of this page to find the faq.

Dave_Bechtel
09-28-2005, 01:42 AM
--Commandline solution (as root) - substitute your .iso, path included for "filename.iso"



time growisofs -dvd-compat -Z /dev/cdrom=filename.iso


Example:
time growisofs -dvd-compat -Z /dev/cdrom=/mnt/hda1/knoppix.iso



therefore cannot be stored in an ISO file system.
Read the downloading FAQ. The message is absolutely right and makes perfect sense. You don't burn the ISO to a DVD. Follow the documentation link near the top of this page to find the faq.