FOG + external storage
-
Hello,
I am trying to set up a FOG server with an external storage (NAS).
Am I supposed to mount the image folder from the NAS to the FOG server (/images) and then re-export it ?Thanks
-
Try following this FOG wiki article [url]http://www.fogproject.org/wiki/index.php?title=Change_NFS_location[/url]
-
[LIST=1]
[]stop nfs deamon on FOG server
[]move /images to /images_old
[]on your NAS, export the location that you want to contain your images and images/dev folders. It needs pretty much full permissions from the FOG server, which I think most NAS let you specifiy by IP.
[]on the FOG server, mount the NFS locations as /images and /images/dev respectively
[]start nfs deamon on FOG server
[]copy /images_old contents back to /images
[*]touch .mntcheck in /images and /images/dev
[/LIST] -
Hello,
Thank for your answers.
@chad-bisd I followed the steps as you said. But I get the following error
[CODE]exportfs -a
exportfs: /images/dev does not support NFS export
exportfs: /images does not support NFS export[/CODE]It seems it’s not possible to re-export nffs-shared folders.
-
[quote=“igor012, post: 10164, member: 1777”]Hello,
Thank for your answers.
@chad-bisd I followed the steps as you said. But I get the following error
[CODE]exportfs -a
exportfs: /images/dev does not support NFS export
exportfs: /images does not support NFS export[/CODE]It seems it’s not possible to re-export nffs-shared folders.[/quote]
Stuck on this for days.
No solution…
-
Hi,
a tutorial done under windows but similar to linux:
[url]http://fogproject.org/forum/threads/how-to-setup-a-fog-storage-node-without-installing-fog.4294/[/url]Greetz X23