Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I have a 60 Gig Hard Drive that has never been used (although its about 6 months old) that I installed as a slave drive.
Everything seemed to be OK, the BIOS autodetected the HD and set it up correctly.
So I put a couple of VFAT partitions on it to transfer data to and from XP/Debian. No problems so far.
So then I tried to make a couple of Linux ext3 partitions with Partition Magic to get ready to install Debian. Now all of a sudden XP is taking 30 minutes to load and continually hitting the second HD. If I completely unplug the second HD, it boots up right away. XP seems to have marked the drives as NTFS even though they are ext3.
Does XP check all the drives at boot up and if so is there a way to tell it not to check certain drives?
XP chokes on large drives initialized with Linux. I think it's an LBA/geometry issue. Linux, on the other hand, will complain about the geometry (if initialized with XP) but still recognizes the partitions. So, my solution was to initialize and partition under XP but format as ext3 with Linux.
Personal preference with no technical credentials to back it up:
For dual-boot, I like 3 drives: 1 for Linux, 1 for Windows, 1 for data. generally, no amount of screwing around with one will hurt the other two. Data disk is formatted FAT32 which all Linux distros seem to read with no hassle.
I recommend that you do not use Partition Magic to format partitions. Let the OS utilities do that. Only use Partition Magic to help you create, merge, and split partitions. There is QTpartd that will do the same for free. Yes, it does NTFS partitions, but I have not tried it. As with all disk utilities, always backup.
Quote:
I think it's an LBA/geometry issue. Linux, on the other hand, will complain about the geometry (if initialized with XP) but still recognizes the partitions.
Incorrect, Windows will complain about the geometry because it is dependent on the BIOS, but not Linux. It must be a SUSE thing. For Linux partitions make sure the partitions are id as 83 then Windows will not get confused. Windows should be stating the Linux partition as unformatted but not NTFS.
My experience with windoze is, if it finds a partition not formatted for windoze, it will offer you to oportunity to fsck-up and reformat to windoze. Be careful; be very careful, when you see one of those dialogues pop up.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.