User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the Storage section within the Tech Talk category of DaniWeb, a massive community of 397,768 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,478 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Storage advertiser:
Views: 10666 | Replies: 34
Reply
Join Date: Mar 2005
Posts: 104
Reputation: belikemike is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
belikemike belikemike is offline Offline
Junior Poster

Dual hard drives

  #1  
Mar 13th, 2005
I have 2 hard drives in my pc. One is xp pro, the other win 98.
I just switch ribbons & reboot to a HD. Both set on cable select. I would like to have them perminantly hooked up and when I start my pc, have a choice of which HD to boot into.Can anyone tell me how. I have no idea.
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Dec 2003
Location: Marin County, CA
Posts: 6,439
Reputation: DMR will become famous soon enough DMR will become famous soon enough 
Rep Power: 18
Solved Threads: 340
Colleague
DMR's Avatar
DMR DMR is offline Offline
Wombat At Large

Re: Dual hard drives

  #2  
Mar 13th, 2005
It can be done, but exact "how" of it depends on a couple of things:

Have both drives always been installed in the computer? If so, and you installed XP on the secondary drive while 98 was present on the primary drive, you might be most of the way there. If not, you can still do it, but it will just take a bit more configuration work.
"May the Wombat of Happiness snuffle through your underbrush."
- Ancient Aborigine blessing


Please do not contact me by email or PM for help. We're all volunteers here, and only have so much free time to dedicate to our efforts.

However, if I've been working on a thread with you already, and seem to have "forgotten" your thread, please do send me a message. I try not to let things slip through the cracks, but it does happen sometimes.
Reply With Quote  
Join Date: Mar 2005
Posts: 104
Reputation: belikemike is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
belikemike belikemike is offline Offline
Junior Poster

Re: Dual hard drives

  #3  
Mar 13th, 2005
XP was loaded first. I then unplugged it and loaded WIN 98 an a 20 gig HD.
I just plug and unplug them as necessary. Maybe in this case they are both primaries.
XP just won't support some of the games my son and I like to play.
I await instructions from the pro's
Reply With Quote  
Join Date: Dec 2003
Location: Marin County, CA
Posts: 6,439
Reputation: DMR will become famous soon enough DMR will become famous soon enough 
Rep Power: 18
Solved Threads: 340
Colleague
DMR's Avatar
DMR DMR is offline Offline
Wombat At Large

Re: Dual hard drives

  #4  
Mar 14th, 2005
In a dual drive or dual partition boot scenario with XP and an older version of Windows, the usual method is to install the older Windows on the first partition/drive and to then install XP on the second. That way, XP would automatically detect the existing Windows installation and configure the dual booting for you automatically.

Since each operating system was installed independently of the other in your case, XP is unaware of the 98 installation. This means that you'll have to do some manual configuration in order to have XP's boot loader give you the option of booting either OS.

The following is probably the easiest method, as it only requires adding one entry to the existing XP bootloader configuration file. If it doesn't work there are other ways to make it happen, but try this first:

1. Make the Windows XP drive the Primary Master drive (C:), and make the 98 drive the Primary Slave (D:). I would suggest not using Cable Select, but instead hard-setting the Master/Slave jumpers on each drive to their appropriate positions. Double-check your jumper settings and cable connections before you proceed.


2. Boot the computer; it should boot directly into XP.


3. The file you need to edit is C:\boot.ini, which is a hidden system file. In order to see the file and edit it:

- Open Windows Explorer, and in the Folder Options->View settings under the Tools menu, select "show hidden files and folders", and uncheck "Hide protected operating system files" and "Hide extentions for known file types".

- Locate boot.ini in your C:\ directory and double-click on it; that should open the file in Windows Notepad. The contents of the file will look very similar to:

[boot loader]
   timeout=3
   default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
   [operating systems]
   multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP" /fastdetect


4. Edit the file by adding the entry "D:\="Windows 98" after the last existing line. The file will now look like:

[boot loader]
    timeout=3
    default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
    [operating systems]
    multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP" /fastdetect
    D:\="Windows 98"


5. Save the file and reboot. On reboot, you should be presented with a menu where you can choose which version of Windows to boot into.

-> Note that you might want to increase the "timeout=" value in boot.ini. That entry tells the XP how long (in seconds) to display the boot menu before automatically booting into the OS specified in the "default=" line. The default value is only 3 or 5 seconds, so if you want to boot into 98 but take your attention away from the computer at that point, you'll miss your window of opportunity and the computer happily continue to boot into XP.


Give the above a try and let us know the results.
"May the Wombat of Happiness snuffle through your underbrush."
- Ancient Aborigine blessing


Please do not contact me by email or PM for help. We're all volunteers here, and only have so much free time to dedicate to our efforts.

However, if I've been working on a thread with you already, and seem to have "forgotten" your thread, please do send me a message. I try not to let things slip through the cracks, but it does happen sometimes.
Reply With Quote  
Join Date: Mar 2005
Posts: 65
Reputation: cpopham is an unknown quantity at this point 
Rep Power: 4
Solved Threads: 0
cpopham cpopham is offline Offline
Junior Poster in Training

Re: Dual hard drives

  #5  
Mar 14th, 2005
Have you also considered running the games in XP in 98 mode? Right click the program and then click the properties, under compatibility you can select Windows 95, Windows 98 and others.

Chester
Reply With Quote  
Join Date: Mar 2005
Posts: 104
Reputation: belikemike is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
belikemike belikemike is offline Offline
Junior Poster

Re: Dual hard drives

  #6  
Mar 14th, 2005
Thank you all. Chester, your recomendation worked fine.
DMR, I would still like to hook both drives up. I unhid every folder and file and did several searches for boot.ini and found no results. I am running xp pro, not xp home if that makes a difference. Anything from this point on would be just for fun on my part.
I do appreciate everyones time and knowledge.
Reply With Quote  
Join Date: Dec 2003
Location: Marin County, CA
Posts: 6,439
Reputation: DMR will become famous soon enough DMR will become famous soon enough 
Rep Power: 18
Solved Threads: 340
Colleague
DMR's Avatar
DMR DMR is offline Offline
Wombat At Large

Re: Dual hard drives

  #7  
Mar 15th, 2005
Originally Posted by cpopham
Have you also considered running the games in XP in 98 mode? Right click the program and then click the properties, under compatibility you can select Windows 95, Windows 98 and others.

Chester
That can definitely work with some older applications. It may not though, depending on the specific games in question, as "compatibilty mode" isn't the same as running the programs in the true native environment they were designed to run under. Worth a try maybe, I suppose.
"May the Wombat of Happiness snuffle through your underbrush."
- Ancient Aborigine blessing


Please do not contact me by email or PM for help. We're all volunteers here, and only have so much free time to dedicate to our efforts.

However, if I've been working on a thread with you already, and seem to have "forgotten" your thread, please do send me a message. I try not to let things slip through the cracks, but it does happen sometimes.
Reply With Quote  
Join Date: Dec 2003
Location: Marin County, CA
Posts: 6,439
Reputation: DMR will become famous soon enough DMR will become famous soon enough 
Rep Power: 18
Solved Threads: 340
Colleague
DMR's Avatar
DMR DMR is offline Offline
Wombat At Large

Re: Dual hard drives

  #8  
Mar 15th, 2005
Originally Posted by belikemike
I unhid every folder and file and did several searches for boot.ini and found no results. I am running xp pro...

That's weird. From what you've said so far, XP Pro was installed when there were no other drives/partitions/operating systems present. If that's really the case, boot.ini should be in your root (C:\) directory, along with the other XP boot files such as ntldr, bootsect.dos, ntdetect, etc.
"May the Wombat of Happiness snuffle through your underbrush."
- Ancient Aborigine blessing


Please do not contact me by email or PM for help. We're all volunteers here, and only have so much free time to dedicate to our efforts.

However, if I've been working on a thread with you already, and seem to have "forgotten" your thread, please do send me a message. I try not to let things slip through the cracks, but it does happen sometimes.
Reply With Quote  
Join Date: Mar 2005
Posts: 104
Reputation: belikemike is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
belikemike belikemike is offline Offline
Junior Poster

Re: Dual hard drives

  #9  
Mar 15th, 2005
DRM, The boot.ini file was in the root dir. I'm not only blind, I also can't see.
I am going to follow your instr. and see if I can make it work. My win 98 hard drive
has a duel slave not a master slave. I will set it on dual s. Would the cd rom be set
as a master on it's own ribben. Master and slave HD s. set on ide 1 cd rom on 2
Reply With Quote  
Join Date: Dec 2003
Location: Marin County, CA
Posts: 6,439
Reputation: DMR will become famous soon enough DMR will become famous soon enough 
Rep Power: 18
Solved Threads: 340
Colleague
DMR's Avatar
DMR DMR is offline Offline
Wombat At Large

Re: Dual hard drives

  #10  
Mar 16th, 2005
Originally Posted by belikemike
My win 98 hard drive has a duel slave not a master slave. I will set it on dual s.
I don't understand what you're trying to say there; there's no such thing as "dual slave" or "master slave". Do you mean Secondary Slave as opposed to Primary Slave, perhaps?


Originally Posted by belikemike
Would the cd rom be set as a master on it's own ribben. Master and slave HD s. set on ide 1 cd rom on 2
Yup- exactly.
"May the Wombat of Happiness snuffle through your underbrush."
- Ancient Aborigine blessing


Please do not contact me by email or PM for help. We're all volunteers here, and only have so much free time to dedicate to our efforts.

However, if I've been working on a thread with you already, and seem to have "forgotten" your thread, please do send me a message. I try not to let things slip through the cracks, but it does happen sometimes.
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

DaniWeb Storage Marketplace
Thread Tools Display Modes

Similar Threads
Other Threads in the Storage Forum

All times are GMT -4. The time now is 4:21 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC