How do I know which disk drive it is based on Windows' event logs?
Example: An error was detected on device \Device\Harddisk3\D during a
paging operation.
Is this labelling based on the order in My Computer's Manage -> Disk
Management? Because I don't see a Disk 3. So I am confused on how
Windows label disk drives. I do have three physical HDDs with seven
total drives/partitions (C: to I + two CD/DVD drives (M: and N.
Thank you in advance.
--
"Everyone knows an ant can't move a rubber tree plant." --Motto of FTL
Foundation (in Isaac Asimov book)
/\___/\
/ /\ /\ \ Phillip (Ant) @ http://antfarm.ma.cx (Personal Web Site)
| |o o| | Ant's Quality Foraged Links (AQFL): http://aqfl.net
\ _ / Remove ANT from e-mail address: philpi@earthlink.netANT
( ) or ANTant@zimage.com
Ant is currently not listening to any songs on his home computer.
Re: How do I know which disk drive it is based on Windows' eventlogs?
Ant wrote:
> Example: An error was detected on device \Device\Harddisk3\D during a
> paging operation.
>
> Is this labelling based on the order in My Computer's Manage -> Disk
> Management? Because I don't see a Disk 3. So I am confused on how
> Windows label disk drives. I do have three physical HDDs with seven
> total drives/partitions (C: to I + two CD/DVD drives (M: and N.
\Device\Harddisk3\D is a cutted string, a complete version
would be like \Device\Harddisk4\DP(1)0-0+d which is usually
the 'DOS device name' or 'symbolic link' of is a removable
flash drive.
Search with my commandline tool ListUsbDrives for this name,
then you know the drive in question, which appartenly doesn't
work stable: http://www.uwe-sieber.de/files/listusbdrives.zip
Re: How do I know which disk drive it is based on Windows' eventlogs?
On 6/7/2007 12:14 AM PT, Uwe Sieber wrote:
> Ant wrote:
>> Example: An error was detected on device \Device\Harddisk3\D during a
>> paging operation.
>>
>> Is this labelling based on the order in My Computer's Manage -> Disk
>> Management? Because I don't see a Disk 3. So I am confused on how
>> Windows label disk drives. I do have three physical HDDs with seven
>> total drives/partitions (C: to I + two CD/DVD drives (M: and N.
>
> \Device\Harddisk3\D is a cutted string, a complete version
> would be like \Device\Harddisk4\DP(1)0-0+d which is usually
> the 'DOS device name' or 'symbolic link' of is a removable
> flash drive.
> Search with my commandline tool ListUsbDrives for this name,
> then you know the drive in question, which appartenly doesn't
> work stable:
> http://www.uwe-sieber.de/files/listusbdrives.zip
Uwe, I don't have any USB storage devices hooked up. Here's the result:
ListUsbDrives V1.6
Lists attached USB drives and their USB port names for USBDLM
and FireWire drives and CardReaders
Freeware by Uwe Sieber - www.uwe-sieber.de
No USB drives found
Press any key to close
--
"Remember, ants are only waiting for you to die..." --unknown
/\___/\
/ /\ /\ \ Phillip (Ant) @ http://antfarm.ma.cx (Personal Web Site)
| |o o| | Ant's Quality Foraged Links (AQFL): http://aqfl.net
\ _ / Remove ANT from e-mail address: philpi@earthlink.netANT
( ) or ANTant@zimage.com
Ant is currently not listening to any songs on his home computer.
> Example: An error was detected on device \Device\Harddisk3\D during a
> paging operation.
>
> Is this labelling based on the order in My Computer's Manage -> Disk
> Management? Because I don't see a Disk 3. So I am confused on how
> Windows label disk drives. I do have three physical HDDs with seven
> total drives/partitions (C: to I + two CD/DVD drives (M: and N.
>
> Thank you in advance.
--
"If someone makes you angry, I think the thing to do is tie them down to
the ground, cover them in honey, and then release a swarm of killer ants
on them. That way, you can hit them over and over again and say, 'Hey!
I'm just trying to help!' and they can't really get mad at you." --R.M.
Weiner
/\___/\
/ /\ /\ \ Phillip (Ant) @ http://antfarm.ma.cx (Personal Web Site)
| |o o| | Ant's Quality Foraged Links (AQFL): http://aqfl.net
\ _ / Remove ANT from e-mail address: philpi@earthlink.netANT
( ) or ANTant@zimage.com
Ant is currently not listening to any songs on his home computer.
Re: How do I know which disk drive it is based on Windows' eventlogs?
Ant wrote:
> A screen shot of Computer Management showing all my drives:
> http://img441.imageshack.us/img441/5...agementox1.gif
>
>
> On 6/7/2007 12:03 AM PT, Ant wrote:
>
>> Example: An error was detected on device \Device\Harddisk3\D during a
>> paging operation.
>>
>> Is this labelling based on the order in My Computer's Manage -> Disk
>> Management? Because I don't see a Disk 3. So I am confused on how
>> Windows label disk drives. I do have three physical HDDs with seven
>> total drives/partitions (C: to I + two CD/DVD drives (M: and N.
>>
>> Thank you in advance.
Did you try searching the KB. Maybe there are some hints in there.
The search term I tried was "\Device\Harddisk".
Re: How do I know which disk drive it is based on Windows' event logs?
"Ant" <philpi@earthlink.netANT> wrote in message
news:OYfcDINqHHA.1244@TK2MSFTNGP04.phx.gbl...
> Example: An error was detected on device \Device\Harddisk3\D during a
> paging operation.
DOH!!! I was just digging around for the exact same message myself.
"Harddisk3" means the third drive, which would be "Disk 2" in the Disk
Management (it counts from 0).
Also the "D" should be the drive letter of the affected drive (Disk 2 in the
Disk Management)
I don't think it's a hardware fault with the drive, but possibly a problem
with the nForce SATA controller.
My drive is a Western Digital 36gig Raptop, the only SATA drive in my
system. Mainboard is a DFI nF4 LanParty Ultra-D. Latest nForce drivers from
nVidia.
If you look at your event viewer carefully, you should see that the events,
when the start happening, are almost exactly 15 minutes and 30 seconds
apart!!!
I would REALLY like to know what's causing this myself!!!
Re: How do I know which disk drive it is based on Windows' eventlogs?
On 6/7/2007 1:36 AM PT, Paul wrote:
> Ant wrote:
>> A screen shot of Computer Management showing all my drives:
>> http://img441.imageshack.us/img441/5...agementox1.gif
>>
>>
>> On 6/7/2007 12:03 AM PT, Ant wrote:
>>
>>> Example: An error was detected on device \Device\Harddisk3\D during a
>>> paging operation.
>>>
>>> Is this labelling based on the order in My Computer's Manage -> Disk
>>> Management? Because I don't see a Disk 3. So I am confused on how
>>> Windows label disk drives. I do have three physical HDDs with seven
>>> total drives/partitions (C: to I + two CD/DVD drives (M: and N.
>>>
>>> Thank you in advance.
>
> Did you try searching the KB. Maybe there are some hints in there.
> The search term I tried was "\Device\Harddisk".
>
> "How to Distinguish a Physical Disk Device from an Event Message"
> http://support.microsoft.com/kb/159865/en-us
Thanks, but it is still confusing. I know it's one of the harddisk
drives, but which one? Is D my drive letter (D?
--
"I could crush him like an ant. But it would be too easy. No, revenge is
a dish best served cold. I'll bide my time until... Oh, what the hell,
I'll just crush him like an ant." --Mr. Burns, The Simpsons ("Blood
Feud" Episode 7F22)
/\___/\
/ /\ /\ \ Phillip (Ant) @ http://antfarm.ma.cx (Personal Web Site)
| |o o| | Ant's Quality Foraged Links (AQFL): http://aqfl.net
\ _ / Remove ANT from e-mail address: philpi@earthlink.netANT
( ) or ANTant@zimage.com
Ant is currently not listening to any songs on his home computer.
Re: How do I know which disk drive it is based on Windows' eventlogs?
On 6/7/2007 1:39 AM PT, Noozer wrote:
>> Example: An error was detected on device \Device\Harddisk3\D during a
>> paging operation.
>
> DOH!!! I was just digging around for the exact same message myself.
>
> "Harddisk3" means the third drive, which would be "Disk 2" in the Disk
> Management (it counts from 0).
Ah!
> Also the "D" should be the drive letter of the affected drive (Disk 2 in the
> Disk Management)
> I don't think it's a hardware fault with the drive, but possibly a problem
> with the nForce SATA controller.
>
> My drive is a Western Digital 36gig Raptop, the only SATA drive in my
> system. Mainboard is a DFI nF4 LanParty Ultra-D. Latest nForce drivers from
> nVidia.
>
> If you look at your event viewer carefully, you should see that the events,
> when the start happening, are almost exactly 15 minutes and 30 seconds
> apart!!!
Not with mine since they were almost by seconds (three in total):
:44
:42
:41
> I would REALLY like to know what's causing this myself!!!
Heh.
--
"The tiny ant dares to enter the lion's ear." --Armenian
/\___/\
/ /\ /\ \ Phillip (Ant) @ http://antfarm.ma.cx (Personal Web Site)
| |o o| | Ant's Quality Foraged Links (AQFL): http://aqfl.net
\ _ / Remove ANT from e-mail address: philpi@earthlink.netANT
( ) or ANTant@zimage.com
Ant is currently not listening to any songs on his home computer.
Re: How do I know which disk drive it is based on Windows' eventlogs?
Ant wrote:
> On 6/7/2007 1:36 AM PT, Paul wrote:
>
>> Ant wrote:
>>> A screen shot of Computer Management showing all my drives:
>>> http://img441.imageshack.us/img441/5...agementox1.gif
>>>
>>>
>>> On 6/7/2007 12:03 AM PT, Ant wrote:
>>>
>>>> Example: An error was detected on device \Device\Harddisk3\D during
>>>> a paging operation.
>>>>
>>>> Is this labelling based on the order in My Computer's Manage -> Disk
>>>> Management? Because I don't see a Disk 3. So I am confused on how
>>>> Windows label disk drives. I do have three physical HDDs with seven
>>>> total drives/partitions (C: to I + two CD/DVD drives (M: and N.
>>>>
>>>> Thank you in advance.
>>
>> Did you try searching the KB. Maybe there are some hints in there.
>> The search term I tried was "\Device\Harddisk".
>>
>> "How to Distinguish a Physical Disk Device from an Event Message"
>> http://support.microsoft.com/kb/159865/en-us
>
> Thanks, but it is still confusing. I know it's one of the harddisk
> drives, but which one? Is D my drive letter (D?
I downloaded dd version 0.5. Unzipped it.
Opened a command window. CDed to the download directory.
Tried...
dd --list
It dumps some info about NT internal block device names
and links. You don't have to use any of the other
functionality. Maybe the output shown in the command
window, will map a partition to a \Device\Harddisk\Partition.
Re: How do I know which disk drive it is based on Windows' eventlogs?
Ant wrote:
> On 6/7/2007 12:14 AM PT, Uwe Sieber wrote:
>
>> Ant wrote:
>>> Example: An error was detected on device \Device\Harddisk3\D during a
>>> paging operation.
>>>
>>> Is this labelling based on the order in My Computer's Manage -> Disk
>>> Management? Because I don't see a Disk 3. So I am confused on how
>>> Windows label disk drives. I do have three physical HDDs with seven
>>> total drives/partitions (C: to I + two CD/DVD drives (M: and N.
>>
>> \Device\Harddisk3\D is a cutted string, a complete version
>> would be like \Device\Harddisk4\DP(1)0-0+d which is usually
>> the 'DOS device name' or 'symbolic link' of is a removable
>> flash drive.
>> Search with my commandline tool ListUsbDrives for this name,
>> then you know the drive in question, which appartenly doesn't
>> work stable:
>> http://www.uwe-sieber.de/files/listusbdrives.zip
>
> Uwe, I don't have any USB storage devices hooked up.
The numbers you see in the disk management are the same
as mentioned in these \Device\Harddisk4\.. strings, so
apparently you had an additional drive attached when the
log entry had been made. I can be a harddrive too, I've
just seen that there are symbolic names as
\Device\Harddisk4\DP10 too used for removable and fixed
drives but I still think that it was an USB flash drive.