Thanks for the reply, I got my hda1 drive mounted, which is the C:\ drive in windows, on my primary master. I also go the rest of that hard drive mounted because I recognize the folders in it. I am trying to get my slave mounted, which is about 100GB now that I took 15GB from it to make the ext2 partition for linux. I typed 'df' in the terminal and got this:
[root@localhost mnt]# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/hdb3 13994212 2150644 11132692 17% /
/dev/hdb2 101105 5948 89936 7% /boot
none 258580 0 258580 0% /dev/shm
/dev/hda1 101827168 53615648 48211520 53% /mnt/H
hda1 is the drive with the rest of my information on my slave (my d: partition in windows)
I was thinking that hdb3 is my 100GB partition, i can tell that hdb2 is the 15GB ext2 partition because themount is /boot
Am I right about this.. is hdb3 my 100GB partition? and if it is, I tried to mount it and I get this:
[root@localhost mnt]# mount -t vfat /dev/hdb3 /mnt/C
mount: /dev/hdb3 already mounted or /mnt/C busy
mount: according to mtab, /dev/hdb3 is mounted on /
What's goin' on here? I'm going to play around with it for a while so I'll keep this thread updated if anything happens. I found a handy DOS to linux command guide and I am in heaven right now! I can move freely
edit: How would I unmount a drive?
edit2: got it working, went to hardware browser and found out it was hdb1, thanks for all the help, i think i'm good to carry on by myself now, hopefully