Mount NAS to Linux


In this tutorial i will share how to attach network-attached storage on server (NAS).

1. First you need to Install NFS server.

 

Ubuntu

# apt install nfs-kernel-server

# apt install nfs-common

 

Centos

# yum install nfs-utils

 

2. create a directory on the server for mounting NAS. Then following command below

# mount -t nfs 10.101.11.2:/Backups /mnt/qnap

 

Thankyou, see you next tutorial

1 Comments

Previous Post Next Post