• Skip to main content

Uly.me

cloud engineer

  • Home
  • About
  • Archives

NFS Client

June 10, 2019

Services to check.

chkconfig nfs on
service rpcbind start
service nfs start
mount -a

chkconfig nfs on service rpcbind start service nfs start mount -a

If missing, install it.

yum install nfs-utils nfs-utils-lib

yum install nfs-utils nfs-utils-lib

Mount it.

mount -a
mount 192.168.1.200:/home /mnt/nfs/home

mount -a mount 192.168.1.200:/home /mnt/nfs/home

Add to /etc/fstab.

10.10.10.10:/home on /mnt/nfs/home type nfs (rw,noatime,nolock,bg,nfsvers=2,intr,tcp,actimeo=1800,addr=10.10.10.10)

10.10.10.10:/home on /mnt/nfs/home type nfs (rw,noatime,nolock,bg,nfsvers=2,intr,tcp,actimeo=1800,addr=10.10.10.10)

Filed Under: Linux Tagged With: fstab, mount, nfs, nfs-utils, rpcbind

Search This Website

Subscribe Via Email

  • Home
  • About
  • Archives

Copyright © 2023