| Mounting a Hard Drive (Need Help) I'm using Fedora 3 on a SCSI (sda) and have a second IDE hard drive that I have plugged into my computer. It is formatted as a Linux hard drive, and has all my music on it (It used to be a Windows NTFS, so the computer shop backed up my music and formatted the hard drive as a Linux drive, and dumped the music back onto it again).
I know that in order to access this IDE drive on the Gnome desktop I have to open a terminal window and use the "mount" command, but I'm not sure where the folder that contains my music hard drive is located. I thought it was supposed to be in /dev/hda, and I would therefore have to do something like this:
mkdir /musicdrive
mount /dev/hda /musicdrive
but apparently it doesn't work! I can't even find my hard drive in the file tree. Where exactly am I supposed to be looking?
Thank you for your time,
Alex |