![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Other Operating systems FreeBSD, Unix, Sun, find support here. |
![]() |
|
|
Thread Tools |
|
|
#1 (permalink) |
|
Registered User
Join Date: Jul 2008
Posts: 1
OS: Win Media Center 2005
|
Virtual PC Win 3.11
i have Windows Virtual PC 2007 on my computer running Windows 3.11 and I wanted to know how to get my DVD RW drive to read on windows 3.11 it dosn't even detect it and the drive works on my system
|
|
|
|
|
|
#2 (permalink) |
|
Moderator Hardware Team
|
Re: Virtual PC Win 3.11
Hi, welcome to TSF
DVD drives weren't around at the time of Win3.1 so they're probably not fully supported, if at all. http://www.computing.net/answers/win...ack/12029.html
__________________
![]() New members: Subscribe to your thread (Thread Tools) to receive an instant email notification when you get a reply. TSF Folding@Home Team 85015 - details here |
|
|
|
|
|
#3 (permalink) |
|
TSF Enthusiast
Join Date: Aug 2008
Posts: 806
OS: Windows 2000 SP4 and Windows XP SP3
|
Re: Virtual PC Win 3.11
I think you can do it using MSCDEX.EXE and any (real mode) IDE CD-ROM driver you can lay your hands on.
You probably already have a copy of MSCDEX.EXE in your DOS folder (or maybe WINDOWS - it's been a while so my memory may be failing me). As for an IDE CD-ROM driver, I like the one that comes with Windows 98. It's named OAKCDROM.SYS. If you have an old Windows 98 CD it's in one of the CAB files (you can search through CAB files via Windows XP or Vista, just search the WIN98 folder for oakcdrom.sys). Like I said any other IDE CD-ROM driver may work (I used the Compaq one in the past: CPQIDECD.SYS). It doesn't matter where you put that file, but you have to specify the path in CONFIG.SYS. I'm going to assume you copied it to the DOS folder. Then you just modify CONFIG.SYS and AUTOEXEC.BAT like this: in CONFIG.SYS add the line DEVICE=C:\DOS\OAKCDROM.SYS /D:MSCD001 preferrably someplace after device=himem.sys in AUTOEXEC.BAT add the line C:\DOS\MSCDEX.EXE /D:MSCD001 /L:D Here's what all the mumjo-jumbo means. When you load the device oakcdrom.sys, the flag /d:mscd001 assigns it the name mscd001 (I just used the default name given on the Windows 98 boot floppy, but any other name works) When you run mscdex.exe, you have to specify the device name you assigned earlier. That's what the /d:mscd001 flag does: it specifies the device name is mscd001. Then you have to specify a drive letter. That's what the /L:D flag does. I just put D, but any other letter after your last hard disk drive letter would work (so for example if your hard disk partitions had letters C: D: and E:, any letter F: and up would work). There's one limitation though. I don't know how high up you can go, but you can't just put Z for example. If you want to use a high up drive letter, you have to add another line to config.sys LASTDRIVE=Z that allows for higher letter drives (could be any other letter, but say you specified N, you couldn't create a CD-ROM drive with letter O or later). Then you just reboot and start Windows and you should be able to access the CD-ROM drive in either DOS or Windows (just remember to click CD, use physical drive D in Virtual PC). P.S: If you're not sure how to edit autoexec.bat or config.sys, use the edit command. Go to the root directory CD \ then type edit autoexec.bat and edit config.sys to edit each in turn. You could also edit each of them using notepad in windows 3.1 |
|
|
|
|
|
#4 (permalink) |
|
Moderator Hardware Team
|
Re: Virtual PC Win 3.11
Thanks blah789. I haven't seen config and autoexec in years and forgot all about them. Your suggestion should work if Windows 3.1 and the burning software recognises the DVD drive.
__________________
![]() New members: Subscribe to your thread (Thread Tools) to receive an instant email notification when you get a reply. TSF Folding@Home Team 85015 - details here |
|
|
|
|
|
#5 (permalink) |
|
TSF Enthusiast
Join Date: Aug 2008
Posts: 806
OS: Windows 2000 SP4 and Windows XP SP3
|
Re: Virtual PC Win 3.11
One problem: When you get the cd-rom driver (oakcdrom.sys cpqidecd.sys or whatever else) how do you get it to the guest OS since windows 3.1 doesn't have any virtual machine additions? you could use a floppy if you have one, but what if you don't? The only way I can think of is create another virtual machine with a higher operating system, add the virtual hard disk that has windows 3.1 as hard disk 2, then copy the file over. lengthy if you don't already have another virtual os running.
i suppose it'd be easier to do it if you could create a floppy image, but i wouldn't know how to. |
|
|
|
![]() |
| Thread Tools | |
|
|