VOGONS

Common searches


First post, by Myloch

User metadata
Rank Oldbie
Rank
Oldbie

I have a legacy pc with dos 6.2 and 2 cdrom drives. How can I change the cdrom that receives the first letter (d: in my example) from mscdex/cdrom driver? Or I have to physically remove the ribbon cable/switch the jumpers?

Reply 1 of 6, by Gamecollector

User metadata
Rank Oldbie
Rank
Oldbie

Your low-lewel cd-rom driver in config.sys create 2 devices in ms-dos. MSCD000 and MSCD001 as example.
Now just use the /d and /l command-line switches for mscdex:
mscdex /d:mscd000 /l:d /d:mscd001 /l:e

Last edited by Gamecollector on 2010-10-18, 01:41. Edited 1 time in total.

Reply 2 of 6, by Myloch

User metadata
Rank Oldbie
Rank
Oldbie

Nope. It just creates 1 (mscd000 as example) (and it found 2 cdrom devices) and it assign the drive letter sequentially. I use generic cdrom driver oakcdrom.sys
So unluckily what you said doesn't work.

Reply 3 of 6, by Gamecollector

User metadata
Rank Oldbie
Rank
Oldbie

1) Try another driver, gcdrom.sys as example (plus this driver support SATA devices in DOS). If I remember correctly, this driver has /C switch.
So, in config .sys you have something like
device=gcdrom.sys /d:mscd000 /c1
device=gcdrom.sys /d:macd001 /c2
c1, c2 - IDE channels with cd-drives...
Then - mscdex with /d and /l switches...
2) Try /p switch with oakcdrom.sys.

Asus P4P800 SE/Pentium4 3.2E/2 Gb DDR400B,
Radeon HD3850 Agp (Sapphire), Catalyst 14.4 (XpProSp3).
Voodoo2 12 MB SLI, Win2k drivers 1.02.00 (XpProSp3).

Reply 4 of 6, by Davros

User metadata
Rank l33t
Rank
l33t

use the master slave jumpers
dos assigns letters via :

primary ide master
secondary ide master
primary ide slave
secondary ide slave

http://support.microsoft.com/?kbid=51978

Guardian of the Sacred Five Terabyte's of Gaming Goodness

Reply 5 of 6, by Myloch

User metadata
Rank Oldbie
Rank
Oldbie

thanks for the help Gamecollector but still no luck.
And I have 2 cdrom drives on the same ide channel. I'll simply switch the master/slave jumpers on the 2 drives. Reading that microsoft document, the only solution. thanks Davros

Reply 6 of 6, by Gamecollector

User metadata
Rank Oldbie
Rank
Oldbie

I just don't have 2 CD-drives in my old PC - only 1. If I found another IDE CD-drive for testing - I tell you the results.

Asus P4P800 SE/Pentium4 3.2E/2 Gb DDR400B,
Radeon HD3850 Agp (Sapphire), Catalyst 14.4 (XpProSp3).
Voodoo2 12 MB SLI, Win2k drivers 1.02.00 (XpProSp3).