2 Hard Drives, WinXP & Ubuntu, Can't access either from other

Asked by Dave B

 I have 2 Hard Disks on my PC, 1 loaded with WinXP(ntfs), the other with Ubuntu 6.06. I also use a 3rd external Hard Drive (USB) and USB Flash cards. Windows and Ubuntu recognize everything BUT the hard drive that the other OS is installed on. Windows no longer even acknowledges the presence of the 2nd internal Hard Drive after I installed Ubuntu. My Ubuntu 'sees' my Windows Drive at least, but is unable to mount. I have determined that if I want to share any files from one drive to the other, I have to save it to one of my external drives then reboot into the other OS. Time consuming and agravating. I do not want to partition either drive unless absolutely nessissary (swap files???)

 How do I fix this? Mind you I am a total linux newby, I've been toying with the idea of abandoning Windows altogether for years but never had the courage till recently (Blue Screen of Death, Mal-ware, Viruses, Worms, etc...). I suffered a complete total system crash and ended up buying a new hard drive, motherboard & Processor (Core2Duo) and started over from scratch again, reinstalling Windows XP on my new hard drive. My old drive was still good so I reformated it and installed Ubuntu 6.06 on it, thinking that having each OS on it's own drive would reduce any conflicts, incompatabilities, or issues. And Ubuntu suprised the heck out of me too, but aside from accessing files from one to anther hard drive it has been a positive experience so far. Nearly all my files are on my XP drive, including my music collection (60Gbs & Counting) and I want to use them in Ubuntu.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Hanusz leszek
Solved:
Last query:
Last reply:
Revision history for this message
Cesare Tirabassi (norsetto) said :
#1

You can find some basic explanations here:

https://help.ubuntu.com/community/LinuxFilesystemsExplained

In a nutshell:

Windows doesn't care about Linux, it simply doesn't exist for it. If you want to see Linux from Win you have to use a 3rd party utility. I use and I'm quite happy with this:

http://prdownloads.sourceforge.net/ext2fsd/Ext2Fsd-0.31a.exe?download

Linux can read ntfs by default, and now, using ntfs-3g, also write:

https://help.ubuntu.com/community/MountingWindowsPartitions/ThirdPartyNTFS3G

This will soon be an integral part of the kernel.

Revision history for this message
Best Hanusz leszek (leszek-skynet) said :
#2

Thanks for your question.

to access your windows partition (read/write) on ubuntu:
https://help.ubuntu.com/community/MountingWindowsPartitions

to access linux ext3 partition on windows:
http://www.fs-driver.org/

Revision history for this message
Dave B (d-s-breen) said :
#3

Thanks Hanusz leszek, that solved my question.