parted utility to create a partition to use for the document root directory. Note that it is possible to create multiple document root directories on different disk partitions.
mkfs command to create an ext3 file system on the partition you created in the previous step. Specify the drive letter and the partition number. For example:
# mkfs -t ext3 /dev/sde3
# mount /dev/sde3 /var/www/html
/etc/fstab file because only the cluster software can mount and unmount file systems used in a service.