>First I hook up my HDD, then when booted, I give these commands:
>mkdir /mnt/newdisk (OR whatever you like!)
>mount /dev/hdb6 /mnt/newdisk
The hdb referred to the disk where I happened to see it:
YOU have to look with 'dmesg | more' to see what yours is called.
Or: hda=1st primary, hdb=2nd on primary, hdc=1st on secondary, hdd=2 on secondary. But dmesg is easier.
The partition where your data lives COULD be 6 but no guarantee. It depends what is on it at present
Use 'fdisk /dev/hdX' to see the partitions, use the p to print the table.Mine looks like this: ( DO BE CAREFULL, DO NOT WRITE TO YOUR DISK. USE WITH CARE)
/dev/hdb1 = boot
/dev/hdb2 = Extended
/dev/hdb5 = Linux Swap
/dev/hdb6 = Linux <- this is where the action and your data is..
Don't worry about the fstab entry yet, first get to the point where you can see it manually. If you mess up, than all you do is reboot & try again.
Once you get the hang of seeing it where you like (as in the previous example) then you can experiment putting it in an ibay. Look at the documentation for adding an extra disk. You can still use that, just skip the formatting bits.
sorry for the 2 second replies, me at work too...
kees