LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Dual Booting w/ two hard drives- Help! (https://www.linuxquestions.org/questions/linux-hardware-18/dual-booting-w-two-hard-drives-help-155235/)

/home/dick 03-08-2004 10:38 PM

Dual Booting w/ two hard drives- Help!
 
Ok so I got Red Hat v9 on IDE0 and WinXP on IDE1 and it works fine. They can boot seperately. The only problem is that WinXp doesn't recognize the IDE0 hard drive that RH9 is on, it thinks that its a removeable media drive. And lRH9 isn't mounting the WinXP hard drive. How do I get them to recognize eachother?

mardanian 03-08-2004 10:47 PM

well xp will not recognize ext3 nor you can read from it., however you can mount your xp partition in Rh with

#mount -t vfat /dev/hda1 /mnt/windows

replace the hda1 with actaully Xp partition and creates the "windows" directory under /mnt

enjoy :)

win32sux 03-08-2004 10:47 PM

to get windows to recognize linux partitions i think you'll need "third-party" software...

also, it's not advisable to be messing with your linux partitions from windows for obvious reasons...

mounting windows in linux: is your windows partition fat32 or ntfs???

read this thread:

http://www.linuxquestions.org/questi...hreadid=155163

Aramus 03-10-2004 03:48 AM

Use explore2fs in windows to read and copy files from linux to win


All times are GMT -5. The time now is 07:30 AM.