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.
Dear folks, I have now successfully set up my Debian system and things are starting to go well (shouldn't say that...)
I'm using kernel 2.6 and have another IDE drive which has windows 98 on it and some datafiles I'd like to access from Linux. I've configured the drives as master (the linux debian dist.) and slave using the jumpers and the m/c bios recognises this. The system boots ok into debian. The other drive runs up but I can't see it from Linux.
Create a directory such as /mnt/windows, then you should simply do "mount /dev/hdb1 /mnt/windows" which should pick up the first partition of your slave drive on the primary controller (what a mouthful!).
Also, which user are you trying to mount as? You could at "-t vfat" to manually tell mount the filesyste, but it should be able to figure out it's FAT32 on its own.
Try this command (in terminal [konsole] window): dmesg |grep hd
It will give you information about attached drives (IDE/ATA...). You must first find what is your HDD name (hdaXX - first HDD on first IDE channel on you MB, hdbXX - second HDD on first IDE channel, [XX - number of partition] ), then you could use fouldsy's instructions
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.