Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Question about MediaID, GlobalCatalog, and GlobalCatalogBackup fil

Reply
Thread Tools Display Modes

Question about MediaID, GlobalCatalog, and GlobalCatalogBackup fil

 
 
IEURO
Guest
Posts: n/a

 
      10-03-2007
So far I am trying to implement a backup application in Windows Vista like
CompletePC backup utility. However, I still cannot figure out how to create
MediaID, GlobalCatalog, and GlobalCatalogBackup files in WindowsImageBackup
directory, and how CompletePC Restore locating VHD file. Therefore, is anyone
known where can download useful documents and give me some suggestions about
it? Is any program can open with GlobalCatalog, and GlobalCatalogBackup files?
 
Reply With Quote
 
 
 
 
IEURO
Guest
Posts: n/a

 
      10-03-2007
The data of the MediaId is as follows,
90 33 06 B9 7D AD 25 46 86 DF 50 A2 0C AD B4 77

Is anyone know how to obtain or generate this number from Windows Vista?



"IEURO" wrote:

> So far I am trying to implement a backup application in Windows Vista like
> CompletePC backup utility. However, I still cannot figure out how to create
> MediaID, GlobalCatalog, and GlobalCatalogBackup files in WindowsImageBackup
> directory, and how CompletePC Restore locating VHD file. Therefore, is anyone
> known where can download useful documents and give me some suggestions about
> it? Is any program can open with GlobalCatalog, and GlobalCatalogBackup files?

 
Reply With Quote
 
IEURO
Guest
Posts: n/a

 
      10-04-2007
The data of the MediaId is as follows,
90 33 06 B9 7D AD 25 46 86 DF 50 A2 0C AD B4 77


From my understanding, I think MediaID is a unique serial number and media
types are including: Flash, Hard Drives, CD, and DVD. meanwhile, I tried to
find possible related to MediaId in SDK and DDK. Finally, I got one of the
result was kind of related to MEDIA_ID which was AACS_MEDIA_ID structure in
Storage Devices of the Windows Driver Kit. The detail of the structure is as
follows,

typedef _AACS_MEDIA_ID {
UCHAR MediaID[16];
UCHAR MAC[16];
} AACS_MEDIA_ID, *PAACS_MEDIA_ID;

I am not sure, is it the value in the MediaId File? or is MediaId file
containing VDS device serial number? or is it id in VDS_DISK_PROP structure?

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Mediaid.bin Johann Welter Windows Vista General Discussion 1 07-04-2008 09:34 PM
how to rebuild mediaid.bin Zappy Windows Vista Performance 2 11-14-2007 07:26 PM
vista genral question and ultimate question pedro g Windows Vista General Discussion 7 02-10-2007 03:34 AM
Dual boot system question and family deal discount question Betatesterzz Windows Vista General Discussion 2 01-31-2007 01:25 PM
Another 32 to 64 bit question Robert Windows Vista General Discussion 1 06-09-2006 02:29 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59