์ƒˆ์†Œ์‹

์ธ๊ธฐ ๊ฒ€์ƒ‰์–ด

๐Ÿ’ป 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

ํฌ์ŠคํŒ… ์ฃผ์†Œ๋ฅผ ๋ณต์‚ฌํ–ˆ์Šต๋‹ˆ๋‹ค

์ด ๊ธ€์ด ๋„์›€์ด ๋˜์—ˆ๋‹ค๋ฉด ๊ณต๊ฐ ๋ถ€ํƒ๋“œ๋ฆฝ๋‹ˆ๋‹ค.