What's the difference between burning an ISO and copying a DVD's contents?

10

1

Is converting a DVD to an ISO, and then burning that ISO onto another DVD exactly the same thing as copying all the files from one DVD to another? What about if instead of copying to another DVD, I copied to a USB flash drive (i.e. DVD > USB), would it still be the same thing as DVD > ISO > USB?

If they are the same, then why does Microsoft have a specific tool for copying the Windows 7 ISO onto a USB flash drive? Couldn't I use any tool that extracts an ISO and copy the resulting files onto a USB flash drive? Or if I had the original DVD, couldn't I copy the files from the DVD directly to the USB flash drive without bothering with Microsoft's utility at all?

Senseful

Posted 2011-02-16T20:53:11.147

Reputation: 3 285

Answers

7

The major advantage of an ISO is that burning it as an image preserves the bootloader, where extracting and burning the contents does not. The bootloader needs to go on a specific part of the CD/DVD/USB drive for it to be bootable. Just burning the contents does not do this.

The other advantage is that you can make a checksum of the entire ISO instead of each file it contains. That can be used to make sure that the download happened without error.

MDMarra

Posted 2011-02-16T20:53:11.147

Reputation: 19 580

you can checksum a folder too... – jiggunjer – 2016-01-07T08:36:02.273

1"Just burning the contents does not do this." You mean just copying? – Det – 2016-02-24T05:46:42.560

2

For music CD's or (most) software installation programs (like MS Office), there is no difference between copying the files or using a specialized ISO burner.

The Windows DVD has to be bootable, so the computer can boot from it. Usually, the computer starts (boots) from a harddisk, on which the OS is installed. That is possible because the first physical sector (MBR, Master Boot Record) contains code that loads the bootloader.

A CD/DVD has similar functionality. This "mark as bootable" will not be copied if you copy & paste the files, therefore you'll need an ISO burner which preserves this property.

Lekensteyn

Posted 2011-02-16T20:53:11.147

Reputation: 5 236

For music CDs and video DVDs there is most definitely a difference. – jiggunjer – 2016-01-07T08:37:30.500

Also optical media doesn't have an MBR, but a boot record that works a bit differently. – jiggunjer – 2016-01-07T08:45:08.047

1

The ISO creation preserves the file structure, along with the files of the DVD. This is what allows bootable CDs/DVDs to remain bootable when burned to an ISO and then back to its media, similar to burning the CD/DVD directly. The utility to convert the ISO to USB should in turn preserve the correct file structure of the DVD onto the USB.

TBH, I am not 100% sure all of the technicals details behind it, but I just know that the ISO preserves many things that a direct file copy does not.

DaBaer

Posted 2011-02-16T20:53:11.147

Reputation: 754

I'm a bit confused... when I copy folders/files from one folder to another in Explorer, it preserves the same folder/file structure in the new folder. Are you referring to some other file structure? – Senseful – 2011-02-16T21:03:22.587

http://en.wikipedia.org/wiki/File_system A file system is deeper than just the structure of your folders and files. It gets very deep and tenuous to explain, so I am linking the wikipedia on it. – DaBaer – 2011-02-16T21:06:10.510