HTFC Forums

H.T.F.C.

How To Fix Computers





Go Back   HTFC Forums > Software Newsgroups > Windows XP

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Display Modes
  #1  
Old 06-07-2007, 08:03 AM
Ant
 
Posts: n/a
Default 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.
Reply With Quote
Sponsored Links
Fix your Windows Problems - FAST.
FREE Safe Scan Registry Check. Locate & Fix Errors in Minutes!
  #2  
Old 06-07-2007, 08:14 AM
Uwe Sieber
 
Posts: n/a
Default 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


Uwe

Reply With Quote
  #3  
Old 06-07-2007, 09:14 AM
Ant
 
Posts: n/a
Default 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.
Reply With Quote
  #4  
Old 06-07-2007, 09:14 AM
Ant
 
Posts: n/a
Default Re: How do I know which disk drive it is based on Windows' eventlogs?

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.

--
"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.
Reply With Quote
  #5  
Old 06-07-2007, 09:36 AM
Paul
 
Posts: n/a
Default 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".

"How to Distinguish a Physical Disk Device from an Event Message"
http://support.microsoft.com/kb/159865/en-us

Paul
Reply With Quote
  #6  
Old 06-07-2007, 09:39 AM
Noozer
 
Posts: n/a
Default 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!!!


Reply With Quote
  #7  
Old 06-07-2007, 09:40 AM
Ant
 
Posts: n/a
Default 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.
Reply With Quote
  #8  
Old 06-07-2007, 09:45 AM
Ant
 
Posts: n/a
Default 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)


Um, http://img441.imageshack.us/img441/5...agementox1.gif
doesn't show D: drive in HDD #2 -- it's in #1. [confused]


> 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.
Reply With Quote
  #9  
Old 06-07-2007, 10:54 AM
Paul
 
Posts: n/a
Default 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?


OK, found another utility for you :-)

http://www.chrysocome.net/dd

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.

Paul
Reply With Quote
  #10  
Old 06-07-2007, 10:54 AM
Uwe Sieber
 
Posts: n/a
Default 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.


Uwe

Reply With Quote
Sponsored Links
Fix your Windows Problems - FAST.
FREE Safe Scan Registry Check. Locate & Fix Errors in Minutes!
Reply


Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Readyboost and Optical Disk Drive Errors (Event ID: 51) wchp Windows Vista 5 05-11-2007 01:41 PM
Disk cleanup in a Spanish based Windows XP. Where is it? cleo715 Windows XP 5 05-09-2007 01:53 AM
windows Vista Event Logs access through WMI ( Applications and Services Logs) beeess Windows Vista 0 04-17-2007 07:00 PM
Event Logs/Event Viewer Alton Davis Windows XP 3 04-15-2007 11:44 PM
Windows Logs off automatically. Genesis Windows XP 1 04-05-2007 12:55 AM


All times are GMT. The time now is 09:55 PM.


Powered by vBulletin® Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
© 2004 - 2007 Web-S-Sense Pty. Ltd. Usenet and forums posts © their respective authors.
Ad Management by RedTyger