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
ディレクトリーを作成します。
[root@z1 ~]# mkdir /nfsshare
[root@z1 ~]# mount /dev/my_vg/my_lv /nfsshare
/nfsshare
ディレクトリー内に exports
ディレクトリーツリーを作成します。
[root@z1 ~]#mkdir -p /nfsshare/exports
[root@z1 ~]#mkdir -p /nfsshare/exports/export1
[root@z1 ~]#mkdir -p /nfsshare/exports/export2
exports
ディレクトリーに置きます。この例では、clientdatafile1
および 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)