Storage with NFS share on NetGear ReadyNAS
-
Add NAS on the same network of the FOG server.
In my case, FOG server has IP 192.168.0.50 and NAS has 192.168.0.55.On the ReadyNAS web interface
You should see the new directory on the ReadyNAS web interface
To mount it add FOG server boot, edit the /etc/fstab file and add this line
192.168.0.55:/data/images /images2 nfs defaults 0 0
-
Reboot and check auto mount working (create a file or a directory as previous test from manual mount)
-
Change owner of the /images2 directory with command
chown fogproject:root /images2
-