1. Just install you harddrive.
2. Boot up computer and log in.
3. Use 'dmesg | grep hd' to see what your harddrive is called.  Like hdb,
hdc, or hdd.
4. Create partitions with fdisk /dev/hdb.  You'll make 1 or more partitions
called /dev/hdb1, /dev/hdb2, /dev/hdb3, etc.
5. Format them with 'mke2fs'.  Ie, # mke2fs -j /dev/hdb2
6. add the mount to /etc/fstab and mount it now.  Ie, # mount /dev/hdb2
/new_directory.

-eric wood


Brent L. Cox wrote:
> Does anyone know how to mount and format an additionl
> hardware other than the on the system is running on.


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to