|
Prev: What is SPIFFI
Next: Strange Screws
From: Mark Black on 11 Jan 2006 07:32 Hello. I've got 2 IDE hard drives and an external drive connected with USB2. I've recently got the following error "An error was detected on device \Device\Harddisk4\D during a paging operation." Does anyone know how I can tell which drive is Harddisk4? Thanks.
From: CJT on 11 Jan 2006 11:44 Mark Black wrote: > Hello. I've got 2 IDE hard drives and an external drive connected with USB2. > I've recently got the following error "An error was detected on device > \Device\Harddisk4\D during a paging operation." > Does anyone know how I can tell which drive is Harddisk4? > Thanks. > > It depends on the OS. Which one are you using for paging? -- The e-mail address in our reply-to line is reversed in an attempt to minimize spam. Our true address is of the form che...(a)prodigy.net.
From: Mark Black on 11 Jan 2006 12:48 "CJT" <abujlehc(a)prodigy.net> wrote in message news:43C535FE.4050709(a)prodigy.net... > Mark Black wrote: >> Hello. I've got 2 IDE hard drives and an external drive connected with >> USB2. >> I've recently got the following error "An error was detected on device >> \Device\Harddisk4\D during a paging operation." >> Does anyone know how I can tell which drive is Harddisk4? >> Thanks. >> >> > It depends on the OS. > > Which one are you using for paging? > > -- > The e-mail address in our reply-to line is reversed in an attempt to > minimize spam. Our true address is of the form che...(a)prodigy.net. Windows XP and the C drive. So it's the drive that has the paging file on it then?
From: CJT on 11 Jan 2006 17:19 Mark Black wrote: > "CJT" <abujlehc(a)prodigy.net> wrote in message > news:43C535FE.4050709(a)prodigy.net... > >>Mark Black wrote: >> >>>Hello. I've got 2 IDE hard drives and an external drive connected with >>>USB2. >>>I've recently got the following error "An error was detected on device >>>\Device\Harddisk4\D during a paging operation." >>>Does anyone know how I can tell which drive is Harddisk4? >>>Thanks. >>> >>> >> >>It depends on the OS. >> >>Which one are you using for paging? >> >>-- >>The e-mail address in our reply-to line is reversed in an attempt to >>minimize spam. Our true address is of the form che...(a)prodigy.net. > > > Windows XP and the C drive. So it's the drive that has the paging file on it > then? > > The error message would seem to suggest so. But XP might move in mysterious ways. -- The e-mail address in our reply-to line is reversed in an attempt to minimize spam. Our true address is of the form che...(a)prodigy.net.
From: Antoine Leca on 13 Jan 2006 10:07
In news:43c4faf4$0$23279$db0fefd9(a)news.zen.co.uk, Mark Black va escriure: > Hello. I've got 2 IDE hard drives and an external drive connected > with USB2. I've recently got the following error "An error was > detected on device \Device\Harddisk4\D during a paging operation." > Does anyone know how I can tell which drive is Harddisk4? As Administrator, run DISKPART. Command LISt DISk will list you the disks. Then with SELect DISk 4 then DETails DISk you'll see what partitions are available. Diskpart is not installed with 2000, you'll have to download it. It's a MS free tool, originally from the Resource kit I believe. Documentation is available on the web too. Beware, there are a lot of dangerous commands (but LIST and DETAILS are fairly safe). Antoine |