Installing A New Hard drive
Appearance
For JFS you will need
yum -y install jfsutils.i386
What drive are there?[edit | edit source]
/sbin/fdisk -l
First Partition the Drive[edit | edit source]
/sbin/fdisk /dev/sdd
- Use n to create the partition.
- Use w to Write the partition.
Format the Drive[edit | edit source]
To format the drive with the lable of '/mythtv' as jfs run
/sbin/mkfs.jfs -L /mythtv1 /dev/sdd