On Mon, Jun 12, 2000 at 12:54:45PM -0700, Ken Arck wrote:
> Hi all
>
> Not exactly a ham related Linux question but... I'm looking for info on
> adding an additional hard drive to a machine that's already partitioned,
> without changing any of that.
>
> The HOWTOs I've seen don't address this particular scenario.
There's not that much to address. If you make the second drive your
slave on the primary IDE interface, it will be /dev/hdb. The first drive
on the secondary interface is /dev/hdc and the second is /dev/hdd. All
you need to do is partition the drive with fdisk, create the necessary
file system(s) with mke2fs and mount the partitions.
--n7xy