there are usually four ports on the standard pc if you are using IDE
primary master = hda
primary slave = hdb
secondary master = hdc
secondary slave = hdd
with that in mind use the one you want for hdx below
mkdir /pathtomountnewdrive
mount /dev/hdx -t ext2 /pathtomountnewdrive
update /etc/fstab to make it mount on boot if you want
/dev/hdx /pathtomountnewdrive ext2 defaults 0 0
Last edited by DavidPhillips; 11-25-2001 at 08:28 PM.
|