새소식

인기 검색어

💻 Linux

CentOS7 NFS mount

  • -
반응형
# CentOS7_Third > Ubuntu 마운트
Ubuntu mount
apt -y install nfs-kernel-server

systemctl restart nfs-server
systemctl enable nfs-server

systemctl stop firewalld

mkdir /share
chmod 707 /share
cd /share
touch test1

vim /etc/exports
	> /share 192.168.111.*(rw,sync) 

systemctl restart nfs-server
exportfs -v

CentOS7_Third
systemctl restart nfs-server
systemctl status nfs-server
systemctl enable nfs-server

shomount -e 192.168.111.134

mount -t nfs 192.168.111.134:/share /mnt/share2 # 192.168.111.134의 /share폴더와 /mnt/share2폴더 마운트
df # 마운트 확인
반응형

'💻 Linux' 카테고리의 다른 글

CentOS7 Samba 이기종 공유 폴더  (0) 2022.04.21
CentOS7 NFS 리눅스 윈도우 마운트  (0) 2022.04.20
CentOS7 NFS mount  (0) 2022.04.20
CentOS7 CLI 환경 FTP  (0) 2022.04.20
CentOS7 pure-ftpd  (0) 2022.04.20
Contents

포스팅 주소를 복사했습니다

이 글이 도움이 되었다면 공감 부탁드립니다.