CentOS7搭建NAS,包括NFSISCSI

Posted 项希盛的博客 - 飞儿传媒

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS7搭建NAS,包括NFSISCSI相关的知识,希望对你有一定的参考价值。

第一步:安装

 

更新系统

yum update

 

安装iftop

yum install epel-release
yum install iftop

 

安装NFS

yum install nfs-utils rpcbind

 

我的NFS配置文件

vi /etc/exports

内容是

#/home/vmdk/ 10.105.11.0/24(rw,no_root_squash,no_all_squash,sync,anonuid=501,anongid=501)
/home/nfs/vmdk/ 10.105.11.0/24(rw)
/home/nfs/vmdk-0/ 10.105.0.0/16(rw)
/home/nfs/vmdk-1/ 10.105.11.0/24(rw)

重新加载NFS配置 

exportfs -r

 

 

安装ISCSI target

yum install targetcli

 

以上是关于CentOS7搭建NAS,包括NFSISCSI的主要内容,如果未能解决你的问题,请参考以下文章

Linux中nfsiscsi共享服务的部署及安全优化详解

如何搭建ceph虚拟基础设施 windows环境

基于centos7搭建MySQL数据库

openwrt怎样搭建家庭nas

小白入门NAS—快速搭建私有云教程系列

《畅玩NAS》家庭 NAS 服务器搭建方案