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.
/nfsshare
directory.
[root@z1 ~]# mkdir /nfsshare
ext4
file system that you created in Section 3.2, “Configuring an LVM Volume with an ext4 File System” on the /nfsshare
directory.
[root@z1 ~]# mount /dev/my_vg/my_lv /nfsshare
exports
directory tree on the /nfsshare
directory.
[root@z1 ~]#mkdir -p /nfsshare/exports
[root@z1 ~]#mkdir -p /nfsshare/exports/export1
[root@z1 ~]#mkdir -p /nfsshare/exports/export2
exports
directory for the NFS clients to access. For this example, we are creating test files named clientdatafile1
and clientdatafile2
.
[root@z1 ~]#touch /nfsshare/exports/export1/clientdatafile1
[root@z1 ~]#touch /nfsshare/exports/export2/clientdatafile2
[root@z1 ~]#umount /dev/my_vg/my_lv
[root@z1 ~]#vgchange -an my_vg
Here are the common uses of Markdown.
~~~
Code surrounded in tildes is easier to read
~~~
[Red Hat Customer Portal](https://access.redhat.com)