우리 연구실에는 웹 인터페이스를 통해 액세스할 수 있는 NAS 서버가 있으며 192.168.1.100
관리자 패널에서 NFS를 활성화했습니다.
그럼 내가 그랬어
sudo aptitude install nfs-common
sudo mount -t nfs4 192.168.2.254:/gwas_data /media/thecus
결과:
mount.nfs4: Connection timed out
운영체제는 우분투 14.04이다. 어떤 아이디어가 있나요?
답변1
- 만들다사람들폴더(이 예에서는 FMBData)
- 공유하려면 NFS를 클릭하세요.
- 호스트 이름을 Linux 시스템의 IP(예: 192.168.1.111)로 설정하세요.
- Linux 시스템에서는 ,
sudo apt-get install nfs-common
,sudo mkdir /media/thecus
.sudo mount -t nfs4 192.168.1.100:FMBData /media/thecus
전면 화면에서 서버의 WAN IP를 확인할 수 있습니다.
스크린샷: