AlmaLinux9 動的に NFS 共有をマウントする方法

環境
AlmaLinux release 9.2 (Turquoise Kodkod)

概要
NFS クライアントから NFS 共有をマウントします。
NFSサーバ  download.arkg.com
NFSクライアント node01.arkg.com

操作方法
1.autofsのインストール
# dnf -y install autofs

2.動的マウント設定内容を記載する
# vi /etc/auto.master

# 最終行に追記
/- /etc/auto.mount

3.マウントポイントの新規作成

# 新規作成 : [マウントポイント] [オプション] [ロケーション]
/mnt -fstype=nfs,rw download.arkg.com:/home/nfsshare

4.autofsの自動起動

# systemctl enable --now autofs

5.# マウントポイントへ移動して確認する

# cd /mnt
# df -hT
# grep /mnt /proc/mounts

 

AlmaLinux 9

Posted by arkgame