Blog"Lees hier meer over onze laatste oplossingen op ICT gebied"

Displaying the Volume GUID of a volume

18 november, 2014 at 10:57 AM

The use of letters to identity volumes and partitions in Windows is something we have inherited from MS-DOS. Drive letters are still used today due to their ubiquity and for compatibility. However, the Windows operating system does not depend on them. Instead Windows uses a GUID to identify each volume or partition. (Windows Home Server, which is actually a custom version of Windows Server 2003 has done away with the use of drive letters completely.)This GUID is called the Volume GUID or the Unique Volume Name. The Volume GUID is assigned the first time the OS encounters a volume and it does not change. This ensures that Windows can always uniquely identify a volume, even though its drive letter has changed.

On systems with a lot of storage you will often run out of drive letters for your partitions and volumes. You can work around this by using mount points e.g., but you can also reference the volume by its GUID directly. This is actually the recommended practice in some situations. When configuring highly available virtual servers in Hyper-V with Windows Failover Clustering, for example.

So how do we find the Volume GUID? The easiest way I have discovered is by the use of the mountvol.exe utility. Running mountvol.exewithout any arguments will show you help for the utility, but also the current Volume GUID to drive letter/mount point relationships.

012609_2007_Displayingt1

To prove that the volume GUIDs really are the “true” path to the volume, copy one of the strings and past it into Explorer or the Run dialog.

012609_2007_Displayingt2

Press enter and you will see the contents of the volume displayed.

012609_2007_Displayingt3

(Notice the question mark by the drive icon in the navigation bar and the info pane.)

You can also see all the volume GUIDs for every volume the OS has ever seen under the registry key: HKEY_LOCAL_MACHINE\SYSTEM\MountedDevices

012609_2007_Displayingt4

At this location you will also find the “regular” drive letter assignments. They have the form \DosDevices\. If you compare the data in this key for the Volume GUID and the DOS drive letter for a given volume, you will see that they match meaning that they point to the same volume.

Strangely enough, the Swiss army knife of disk and volume management in Windows; diskpart.exe can’t display the Volume GUID. This is something that will change in future releases, hopefully. Diskpart can, however, display another interesting piece of data which resembles the Volume GUID, namely the disk signature. Just as volumes have unique IDs, so do disks (or what Windows perceives as disks). The DETAIL command in diskpart will display the disk signature as the Disk ID. It is an 8 digit hexadecimal number.

The string \\?\ is present in all volume GUIDs and it tells Windows to turn off path parsing. Windows NT/2000/XP/Vista have a maximum path length of 255 characters. It is possible to use more that 255 characters by prefixing the path with \\?\. This enables you to use paths that are up to 32,000 characters long, and is called using the “wide” version of a function. The \\?\ itself is ignored as part of the path. E.g.:

“\\?\C:\Users\Aquaman\Documents\test.docx” will be processed as “C:\ Users\Aquaman\Documents\test.docx”

Various problems with the Volume GUID may occur under some circumstances making Windows unable to boot or access the volume. Some of these situations are documented here: http://support.microsoft.com/kb/959573

 

DOS
If we wanna browse the root of the volume guid – syntax would be as #dir \\?\VolumeGUID\\  (a backslash appended to the Volume GUID) and we wanna browse a DIR using Disk guid — then we don’t need to append that extra BackSlash – such as #dir \\?\VolumeGUID\windows – would yield listing of windows DIR from the VolumeGUID

Info Source – http://virtuallyaware.wordpress.com/2008/07/23/volume-guids-ways-to-viewaccess-the-files-within/

 

Source articel:http://morgansimonsen.wordpress.com/2009/01/26/displaying-the-volume-guid-of-a-volume/

 



Labels:
Categorie:

Commentaar

Keer terug naar het overzicht

Contactinformatie

ICTwijs

Achter 't Holthuis 34

7391 TN Twello

Tel: 06 - 38812310

E-mail: info@ictwijs.nl

Teruggebeld worden?

Indien u teruggebeld wilt worden kunt u hieronder uw telefoonnummer achterlaten. Wij zullen dan zo spoedig mogelijk contact met u opnemen.

Offerte & Informatie

Een geheel vrijblijvende offerte of meer informatie aanvragen behoort ook tot de mogelijkheden. Vul hiervoor ons contactformulier in.