NFS
をテンプレートにして作成
[
トップ
] [
タイトル一覧
|
ページ一覧
|
新規
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
* Network File System [#a0038be9]
*** Rocky Linux 8 [#c36bc708]
**** Server [#wdc8fdc4]
dnf install nfs-utils
vi /etc/exports
systemctl enable nfs-server
systemctl start nfs-server
**** Client [#l8fca22b]
dnf install nfs-utils
systemctl enable nfs-client
systemctl start nfs-client
vi /etc/fstab
終了行:
* Network File System [#a0038be9]
*** Rocky Linux 8 [#c36bc708]
**** Server [#wdc8fdc4]
dnf install nfs-utils
vi /etc/exports
systemctl enable nfs-server
systemctl start nfs-server
**** Client [#l8fca22b]
dnf install nfs-utils
systemctl enable nfs-client
systemctl start nfs-client
vi /etc/fstab
ページ名: