[Linux] NAS Mount
//패키지 설치
#yum install -y nfs-utils
//NAS Mount
#mount -t nfs [NAS IP주소]:[공유 폴더 경로] [마운트할 경로]
//재부팅후 자동 Mount 처리 --> /etc/fstab에 등록
// XXX.XXX.XXX.XXX:/path 마운트폴더 nfs defaults 0 0
//패키지 설치
#yum install -y nfs-utils
//NAS Mount
#mount -t nfs [NAS IP주소]:[공유 폴더 경로] [마운트할 경로]
//재부팅후 자동 Mount 처리 --> /etc/fstab에 등록
// XXX.XXX.XXX.XXX:/path 마운트폴더 nfs defaults 0 0