Show Table of Contents
Your Red Hat account gives you access to your profile, preferences, and services, depending on your status.
If you are a new customer, register now for access to product evaluations and purchasing capabilities.
Need access to an account?If your company has an existing Red Hat account, your organization administrator can grant you access.
For your security, if you’re on a public computer and have finished using your Red Hat services, please be sure to log out.
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.
Here are the common uses of Markdown.
~~~
Code surrounded in tildes is easier to read
~~~
[Red Hat Customer Portal](https://access.redhat.com)