1. NFS client에서 mount 경로 생성후
[root@localhost /]# mkdir /nasBackup
2. mount
[root@localhost /]# mount -t nfs 192.168.0.0:/mnt/disk1 /nasBackup
3. mount 확인
[root@localhost /]# df -h
4. umount
[root@localhost /]# umount -f /backup
5. umount 확인
[root@localhost /]# df -h
'Tool > NAS' 카테고리의 다른 글
Installing the FreeNAS Image Directly to a USB Drive (0) | 2020.04.26 |
---|---|
NAS / Freenas8 / CIFS / samba (0) | 2020.04.26 |
NAS / cron job / backup / ftp (0) | 2020.04.26 |
NAS / freenas / cron job 으로 백업(sftp 서버로접속) (0) | 2020.04.24 |