PDA

View Full Version : Xp and iso and MS


Bill Cunningham[_2_]
August 15th 15, 08:32 PM
Does anyone happen to know if MS uses an altercation of the ISO 9660
standard? I did a raw dump of XP (I guess I can do that) just to look at the
format. It's a ISO 9660 file. But does MS add to the standard it's own
formatting ? I guess some companies and organizations do.

Bill

Paul
August 16th 15, 01:11 AM
Bill Cunningham wrote:
> Does anyone happen to know if MS uses an altercation of the ISO 9660
> standard? I did a raw dump of XP (I guess I can do that) just to look at the
> format. It's a ISO 9660 file. But does MS add to the standard it's own
> formatting ? I guess some companies and organizations do.
>
> Bill

Use disktype to scan the ISO.

http://disktype.sourceforge.net/

I did manage to get the Cygwin version running,
but it doesn't behave exactly the same.

*******

This is a sample of the output from
scanning a Microsoft DVD.

*******
--- 7100.0.090421-1700_x86fre_client_en-us_retail_ultimate-grc1culfrer_en_dvd.iso
Regular file, size 2.357 GiB (2530975744 bytes)
UDF file system
Sector size 2048 bytes
Volume name "<5500><4400><4600><2000><5600><6F00><6C00><7500><6D00><6500>"
UDF version 1.02
ISO9660 file system
Volume name "GRC1CULFRER_EN_DVD"
Publisher "MICROSOFT CORPORATION"
Preparer "MICROSOFT CORPORATION, ONE MICROSOFT WAY, REDMOND WA 98052, (425) 882-8080"
Application "CDIMAGE 2.54 (01/01/2005 TM)"
Data size 2.357 GiB (2530975744 bytes, 1235828 blocks of 2 KiB)
El Torito boot record, catalog at 22
Bootable non-emulated image, starts at 663, preloads 4 KiB
Platform 0x00 (x86), System Type 0x00 (Empty)
*******

AFAIK, it means the disc has two headers and a set of shared
files. It's a UDF/ISO bridged file system or something. At
the time, I didn't bother to research it.

Paul

Bill Cunningham[_2_]
August 16th 15, 01:36 AM
"Paul" > wrote in message
...
> Bill Cunningham wrote:
>> Does anyone happen to know if MS uses an altercation of the ISO 9660
>> standard? I did a raw dump of XP (I guess I can do that) just to look at
>> the format. It's a ISO 9660 file. But does MS add to the standard it's
>> own formatting ? I guess some companies and organizations do.
>>
>> Bill
>
> Use disktype to scan the ISO.
>
> http://disktype.sourceforge.net/
>
> I did manage to get the Cygwin version running,
> but it doesn't behave exactly the same.
>
> *******
>
> This is a sample of the output from
> scanning a Microsoft DVD.
>
> *******
> ---
> 7100.0.090421-1700_x86fre_client_en-us_retail_ultimate-grc1culfrer_en_dvd.iso
> Regular file, size 2.357 GiB (2530975744 bytes)
> UDF file system
> Sector size 2048 bytes
> Volume name
> "<5500><4400><4600><2000><5600><6F00><6C00><7500><6D00><6500>"
> UDF version 1.02
> ISO9660 file system
> Volume name "GRC1CULFRER_EN_DVD"
> Publisher "MICROSOFT CORPORATION"
> Preparer "MICROSOFT CORPORATION, ONE MICROSOFT WAY, REDMOND WA 98052,
> (425) 882-8080"
> Application "CDIMAGE 2.54 (01/01/2005 TM)"
> Data size 2.357 GiB (2530975744 bytes, 1235828 blocks of 2 KiB)
> El Torito boot record, catalog at 22
> Bootable non-emulated image, starts at 663, preloads 4 KiB
> Platform 0x00 (x86), System Type 0x00 (Empty)
> *******
>
> AFAIK, it means the disc has two headers and a set of shared
> files. It's a UDF/ISO bridged file system or something. At
> the time, I didn't bother to research it.

Well I used dd and did a raw dump. Byte for byte. File said it's an ISO.
It didn't gvie anymore info. I will check into diskpart.

Bill

Google