Ah...I'm in a nightmare! I can't install anything from a cd-rom. It asks you what you want to open the program with and it and its either cancle or associate program with doesn't do anything. ah!!
Your drives are located in /mnt. You probably have /mnt/hda and /mnt/hdb as your hard drives and /mnt/cdrom as your cd drive. These are just guesses though. If you don't even have your second hard drive mounted there, then you'll have to do a little work. First, type
dmesg
at a command prompt and see what comes up. See if you can find where it displays information about hda and hdb (if that's what it is). If your second hard drive is /dev/hdb, then you can mount it when you need it. You have to know what filesystem it is and what not too. Generally it's:
mount -t <filesystem type> /dev/hdb /mnt/drive2
where <filesystem type> is something like vfat for fat32, xfs, reiserfs, ntfs... /dev/hdb is what linux sees the drive is (you can get this from dmesg), and /mnt/drive2 is the "mount point" where you want to be able to access it. You can of course rename it to whatever you want like /mnt/windows or /mnt/data depending on your preference.
If you want to set it to mount automatically at boot, then you'll have to edit your /etc/fstab file properly.
Some day I'll be rich and famous for inventing a device that allows you to stab people in the face over the internet.
oh, sorry. i already reinstalled windows, i'm going to install mandrake 9.2, hopefully the info you gave me will help me there too. i think i just didn't install linux correctly.
you seem to be pretty good with fedora. can i take a wild guess that you use it?
how would i go about to getting my wireless card to work? [http://www.usr.com/support/product-template.asp?prod=5410] I downloaded this driverloader thing from [http://www.linuxant.com/driverloader/wlan/full/downloads.php?PHPSESSID=37c5fa7e47d699a55fa9b72d1bd8afa8#generic]
and it "sucessfully" installed... i think. But when i tried to setup my ethernet hardware thing, it refused to recognize it. =( any ideas?
please keep in mind that i burned the iso images onto cds before i was told to burn the cds from the iso images. so, i don't exactly know what i'm doing lol. thanks for any help. =)
did you every try teh linux resource guide.. its something new called Google.com.
jsut look up mounting harddrives? or man mount? you can find how to do anything with google.
Willaim S. Huskey
Network Engineer
SAIC
"there are 10 types of people in this world. They who understand binary and they how do not"
Good plan on the mandrake. You'll like it much better...it's a lot more windows driven. However, I'd still go out and get a for dummies book on linux if you'd really like to know (those books helped me learn stuffs) more about linux.
----------
<b>It is always brave to say what everyone thinks. </b> <i>Georges Duhamel</i>
You are about to answer a thread that has been inactive for more than 6 months. If you still wish to proceed, please ensure that your posting is original and does not duplicate or overlap any prior responses to this thread.