Config.php?
-
I am trying to follow this:
[url]http://www.topgearit.net/index.php?title=Change_FOG_Image_Storage_Location[/url]
because my /images is on the wrong/smaller partition. But I dont have a config.php in /var/www/html/fog/commons
Was it moved, or replaced with a different file?
-
What version of FOG are you using? What distro of Linux?
-
Centos 7. Fog 1.2.0
-
You could do that… I’ve never done it, and others would need to help you with that.
Is this FOG machine virtualized? If not, you could add a 2nd hard drive to it, and change where /images is mounted to.
If it is virtualized, how about storing all of your images in a SMB share on a windows server, or another Linux server? It’d be as simple as changing where /images is mounted to.
I’ve got SOME instructions on these two things… this page is incomplete, and is for Fedora 21 server: [url]http://fogproject.org/wiki/index.php/Fedora_21_Server[/url] Use at your own discretion.
-
[quote=“Wayne Workman, post: 45644, member: 28155”]You could do that… I’ve never done it, and others would need to help you with that.
Is this FOG machine virtualized? If not, you could add a 2nd hard drive to it, and change where /images is mounted to.
If it is virtualized, how about storing all of your images in a SMB share on a windows server, or another Linux server? It’d be as simple as changing where /images is mounted to.
I’ve got SOME instructions on these two things… this page is incomplete, and is for Fedora 21 server: [url]http://fogproject.org/wiki/index.php/Fedora_21_Server[/url] Use at your own discretion.[/quote]
I tried mounting another NFS share as the /images folder. It mounts fine. But now NFS won’t start. Citing exportfs errors. Do I need to edit my /etc/exports file?
-
If you’re mounting the NFS share as /images, is the actual location of that new NFS share located at /images?
-
Yes, if I go to /images it takes me to the mounted /images volume.