Windows allows you to assign a certain letter to an external disk drive (using diskmgmt.msc). Whenever the device is plugged in again, it assigns this same letter again.

How does Windows identify this device as being the same? What kind of (unique?) identifier does it use?

link|improve this question
feedback

migrated from serverfault.com Aug 18 '10 at 13:41

This question came from our site for system administrators and desktop support professionals.

2 Answers

It will use a Universally unique identifier (UUID). You can find out more about UUIDs here. The UUID of the device will be associated with the drive letter.

link|improve this answer
Yeah, i know about UUIDs. But where exactly is this UUID? Is it part of any file system, part of NTFS, part of whatever? – Christian Aug 18 '10 at 8:12
AFAIK it's in the footer on the drive. – Shinrai Aug 18 '10 at 14:32
feedback

The file system includes a (statistically) unique id. I assume Windows remembers those.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown