PC Review


Reply
Thread Tools Rate Thread

CD-RW and DVD-RW drives appear as hard disk drives in 'My Computer'

 
 
Keith
Guest
Posts: n/a
 
      19th Feb 2005
After moving my system (XP1800+, A7M266, 9600XT, 1 Gb DDR, 2 x Seagate
HDD, Pioneer DVD-RW, LiteOn DVD-R) into a new case, I noticed that for
some reason my two optical drives are now listed as hard disk drives
under 'My Computer' in Windows XP Pro.

I've checked and reattached the cables, and tried uninstalling and
reinstalling the CD/DVD drives (both on the secondary IDE channel) -
this seemed to fix the problem but when I next rebooted the computer,
they were listed once again as hard disk drives.

I'd appreciate any suggestions.

Keith
 
Reply With Quote
 
 
 
 
Ron Sommer
Guest
Posts: n/a
 
      19th Feb 2005
How are they detected in the Bios?
--
Ron Sommer

"Keith" <(E-Mail Removed)> wrote in message
news:42171574$(E-Mail Removed)...
> After moving my system (XP1800+, A7M266, 9600XT, 1 Gb DDR, 2 x Seagate
> HDD, Pioneer DVD-RW, LiteOn DVD-R) into a new case, I noticed that for
> some reason my two optical drives are now listed as hard disk drives under
> 'My Computer' in Windows XP Pro.
>
> I've checked and reattached the cables, and tried uninstalling and
> reinstalling the CD/DVD drives (both on the secondary IDE channel) - this
> seemed to fix the problem but when I next rebooted the computer, they were
> listed once again as hard disk drives.
>
> I'd appreciate any suggestions.
>
> Keith


 
Reply With Quote
 
Keith
Guest
Posts: n/a
 
      19th Feb 2005
Ron Sommer wrote:
> How are they detected in the Bios?



They're detected fine, and the drives seem to work OK in Windows XP,
just not sure why they would show up as 'Hard Disk Drives' rather than
under 'Devices With Removable Storage'.

I can't think what might've changed other than me moving the board and
drives into a new case.
 
Reply With Quote
 
R. McCarty
Guest
Posts: n/a
 
      19th Feb 2005
Look in the Registry and make sure the devices are properly listed
in the appropriate category:
HKey_Local_Machine\System\CurrentControlSet\Enum\IDE

When you expand that key - you should see all of your IDE based
peripherals there.

"Keith" <(E-Mail Removed)> wrote in message
news:421747b7$(E-Mail Removed)...
> Ron Sommer wrote:
>> How are they detected in the Bios?

>
>
> They're detected fine, and the drives seem to work OK in Windows XP, just
> not sure why they would show up as 'Hard Disk Drives' rather than under
> 'Devices With Removable Storage'.
>
> I can't think what might've changed other than me moving the board and
> drives into a new case.



 
Reply With Quote
 
Keith
Guest
Posts: n/a
 
      19th Feb 2005
Thanks, had a look there just now. The devices are properly listed there
ie. CdRomLITEON..., CdRomPIONEER... (the 2 optical drives), DiskST...,
DiskST (the 2 hard disk drives).

But still all the drives appear under Hard Disk Drives in My Computer!

I've just tried to have a look at the drives using the Logical Disk
Manager in Windows XP administrative tools - but can't start the logical
disk management service - 'Error 2 - the system cannot find the file
specified'. (When I try to start the Logical Disk Management
Administrative service, I get the following error: 1068 - the dependency
service or group failed to start, which is strange because under
properties *this* service has no dependencies listed!)

I also tried using 'sfc /scannow' in the hope that it would fix things -
to no avail.

Keith


R. McCarty wrote:
> Look in the Registry and make sure the devices are properly listed
> in the appropriate category:
> HKey_Local_Machine\System\CurrentControlSet\Enum\IDE
>
> When you expand that key - you should see all of your IDE based
> peripherals there.
>

 
Reply With Quote
 
R. McCarty
Guest
Posts: n/a
 
      19th Feb 2005
You need to check your Services & their Start modes. I would look
at Removable Storage driver and make sure it's started. It's default
mode is manual.
While you are at it, I would check the System Event Log for errors.

"Keith" <(E-Mail Removed)> wrote in message
news:42175200$(E-Mail Removed)...
> Thanks, had a look there just now. The devices are properly listed there
> ie. CdRomLITEON..., CdRomPIONEER... (the 2 optical drives), DiskST...,
> DiskST (the 2 hard disk drives).
>
> But still all the drives appear under Hard Disk Drives in My Computer!
>
> I've just tried to have a look at the drives using the Logical Disk
> Manager in Windows XP administrative tools - but can't start the logical
> disk management service - 'Error 2 - the system cannot find the file
> specified'. (When I try to start the Logical Disk Management
> Administrative service, I get the following error: 1068 - the dependency
> service or group failed to start, which is strange because under
> properties *this* service has no dependencies listed!)
>
> I also tried using 'sfc /scannow' in the hope that it would fix things -
> to no avail.
>
> Keith
>
>
> R. McCarty wrote:
>> Look in the Registry and make sure the devices are properly listed
>> in the appropriate category:
>> HKey_Local_Machine\System\CurrentControlSet\Enum\IDE
>>
>> When you expand that key - you should see all of your IDE based
>> peripherals there.
>>



 
Reply With Quote
 
Keith
Guest
Posts: n/a
 
      19th Feb 2005
Removable Storage driver is running as manual mode. I've had a look at
the system event log and can see a number of repeated errors relating to
the service control manager (event ID 7023):

"The Logical Disk Manager service terminated with the following error:
The system cannot find the file specified."

These errors have been repeated in the event log as I've tried (and
failed) to start the service.

Any ideas on how to get the service working - and whether that might
explain why my CD/DVD drives appear as hard disk drives in My Computer?

Thanks,

Keith



R. McCarty wrote:
> You need to check your Services & their Start modes. I would look
> at Removable Storage driver and make sure it's started. It's default
> mode is manual.
> While you are at it, I would check the System Event Log for errors.
>
>

 
Reply With Quote
 
R. McCarty
Guest
Posts: n/a
 
      19th Feb 2005
Logical Disk Manager runs via SvcHost. It's also set to be dependant
on Plug&Play and Remote Procedure Call services.

In almost all cases, you should never have any errors in the System
log. I can't say for sure, but your miss-identified CD/DVD's is likely
a Service related error.

The cleanest approach is to clear both Event logs, shut down and
reboot. As soon as the PC is back up - revisit the logs and note the
sequence of errors. The 1st error in the System log should direct
you to the cause, as other errors may spawn from that first one.

"Keith" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Removable Storage driver is running as manual mode. I've had a look at the
> system event log and can see a number of repeated errors relating to the
> service control manager (event ID 7023):
>
> "The Logical Disk Manager service terminated with the following error:
> The system cannot find the file specified."
>
> These errors have been repeated in the event log as I've tried (and
> failed) to start the service.
>
> Any ideas on how to get the service working - and whether that might
> explain why my CD/DVD drives appear as hard disk drives in My Computer?
>
> Thanks,
>
> Keith
>
>
>
> R. McCarty wrote:
>> You need to check your Services & their Start modes. I would look
>> at Removable Storage driver and make sure it's started. It's default
>> mode is manual.
>> While you are at it, I would check the System Event Log for errors.
>>


 
Reply With Quote
 
Keith
Guest
Posts: n/a
 
      19th Feb 2005
Okay, strange, rebooted and left the computer running for a few hours -
and not one error in the System log. A lot or perhaps all of the errors
on the old log were probably due to me trying to start the logical disk
management service. Still can't start it though, and the CD/DVD drives
still show as hard disk drives.




R. McCarty wrote:
> Logical Disk Manager runs via SvcHost. It's also set to be dependant
> on Plug&Play and Remote Procedure Call services.
>
> In almost all cases, you should never have any errors in the System
> log. I can't say for sure, but your miss-identified CD/DVD's is likely
> a Service related error.
>
> The cleanest approach is to clear both Event logs, shut down and
> reboot. As soon as the PC is back up - revisit the logs and note the
> sequence of errors. The 1st error in the System log should direct
> you to the cause, as other errors may spawn from that first one.
>

 
Reply With Quote
 
Keith
Guest
Posts: n/a
 
      20th Feb 2005
Solved it, booted into Safe Mode, where the drives appeared as normal,
deleted the drives from Device Manager and rebooted normally into
Windows - they now show up properly as "devices with removable storage"
under My Computer.

Thanks for the suggestions.


Keith wrote:
> After moving my system (XP1800+, A7M266, 9600XT, 1 Gb DDR, 2 x Seagate
> HDD, Pioneer DVD-RW, LiteOn DVD-R) into a new case, I noticed that for
> some reason my two optical drives are now listed as hard disk drives
> under 'My Computer' in Windows XP Pro.
>
> I've checked and reattached the cables, and tried uninstalling and
> reinstalling the CD/DVD drives (both on the secondary IDE channel) -
> this seemed to fix the problem but when I next rebooted the computer,
> they were listed once again as hard disk drives.
>
> I'd appreciate any suggestions.
>
> Keith

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
I can't access my hard disk drives through My Computer Debbie Windows XP Help 10 25th Feb 2009 09:29 AM
Computer Hard Disk Drives anita.vishwas@gmail.com Computer Hardware 5 17th Sep 2008 06:23 PM
Computer Hard Disk Drives anita.vishwas@gmail.com DIY PC 0 16th Sep 2008 01:17 PM
setup did not find any hard disk drives installed in your computer poli Windows XP General 2 25th Mar 2008 08:52 PM
CD/DVD drives show up as Hard Disk Drives in My Computer Keith Windows XP Help 4 20th Feb 2005 04:35 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:37 AM.