Uly.me

cloud engineer

  • Home
  • About
  • Archives
Home/Linux/NFS Client

June 10, 2019

NFS Client

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

Have content delivered to your mail. Subscribe below.

About Me

I'm Ulysses, Cloud Engineer at Cardinal Health based in Columbus. This blog is about Linux and Cloud technology. When off the grid, I enjoy riding my electric skateboard. I've surfed, snowboarded and played the saxophone in the past. I hope you find this website helpful. It's powered by WordPress and hosted on AWS LightSail.

  • Cloud
  • Linux
  • Git

Copyright © 2012–2021