Ok guys, I have modded the fstab file to ext3.
Here's my next question though-
When I view the fstab file, it does not show the other partitions that are on the same drive as /home -
# Entry for /dev/sda1 :
UUID=e4c78aa0-44ca-4184-a8e6-3c6f25507570 / ext3 defaults 1 1
# Entry for /dev/sdc1 :
UUID=9748580c-b70e-4b96-94b3-6b6873a6ef4c /StorageDrive ext4 defaults 1 2
none /dev/pts devpts defaults 0 0
/dev/sr0 /media/cdrom auto umask=0,users,iocharset=utf8,noauto,ro,exec 0 0
none /proc proc defaults 0 0
none /tmp tmpfs defaults 0 0
# Entry for /dev/sda2 :
UUID=2ef4bf39-2a9f-4705-9dde-4b63e0bee12e swap swap defaults 0 0
# Entry for /dev/sdb1
UUID=312f0be9-5d2f-4e43-b7f2-cfd850bc63e3 /home ext3 defaults 1 2
When I run the blkid command, it says-
[hondo@localhost ~]$ blkid
/dev/sda2: LABEL="/swap" UUID="2ef4bf39-2a9f-4705-9dde-4b63e0bee12e" TYPE="swap"
/dev/sdc1: LABEL="StorageDrive" UUID="9748580c-b70e-4b96-94b3-6b6873a6ef4c" TYPE="ext4"
/dev/sda1: LABEL="/" UUID="e4c78aa0-44ca-4184-a8e6-3c6f25507570" SEC_TYPE="ext2" TYPE="ext3"
/dev/sdb1: LABEL="/home" UUID="312f0be9-5d2f-4e43-b7f2-cfd850bc63e3" SEC_TYPE="ext2" TYPE="ext3"
/dev/sdb2: LABEL="/WD-Storage" UUID="22bac2ba-3686-4842-964b-09eccdc0df24" SEC_TYPE="ext2" TYPE="ext3"
/dev/sdb3: LABEL="/WD-Backup" UUID="64217a16-4065-4129-af35-4910f073fbc8" SEC_TYPE="ext2" TYPE="ext3"
What do I need to add to the fstab file to include those 2 other partitions? (sdb2 & sdb3)-