Linux

NFS Server

Install

CentOS(RHEL)

yum -y install nfs-utils 

ubuntu

sudo apt-get install nfs-kernel-server

Server設定

  1. vi /etc/idmapd.conf
    Domain = tar3.net
  2. sudo vi /etc/exports
    /var/log/squid3  192.168.1.0/255.255.255.0(rw,no_root_squash)
  3. おまじない
    sudo mount -t nfsd nfsd /proc/fs/nfs

起動

sudo service nfs-kernel-server restart

Client設定

Install(Ubuntu)

sudo apt-get install nfs-common

Install(RHEL, CentOS, AlmaLinux?, RockeyLinux?)

sudo dnf install nfs-utils

マウント・コマンド

sudo mount -t nfs serverName:/mnt/hogehoge /mnt/hogehoge -o rw,nfsvers=3 

fstab

serverName:/mnt/hogehoge /mnt/hogehoge nfs rw,nfsvers=3  0 0

トラブル

nfs 4(server) <-> nfs 3(client), mount.nfs: access denied by server while mounting


トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS