O/S Deployment Thread, Expanding fog server in Technical; Like a giddy child with a new toy at Christmas, I went wild when we first found fog and I ...
Like a giddy child with a new toy at Christmas, I went wild when we first found fog and I installed it on a spare workstation.
Now I am regretting how good it is as I need more images but don't have enough space on my 40 Gig HD.
Is there any way I could store my client images on another machine, be it linux or windows.
you should be able to use the storage management window on the fog management page (sixth icon from the left on the top bar) to define where images are placed...
defaultly fog stores its images in "/images" you could copy the images onto a bigger hard drive and mount it to /images, or make a folder inside /images that was new a HDD.
You could also set up another machine as a FOG storage node, and store some images on it
Just to show more ignorance on my behalf, is it easy to mount another hard drive into a linux box?
Would I just install it as usual and then use the mount or is it mnt command?
Yeah the best way would be to use a FOG storage node. Install fog on another machine with a large drive in and only select the storage node option. There are guides on the fog site FOG :: A Computer Cloning Solution - Home Not only do you get a bigger drive but you would get load balancing as well doing it this way.
oh and they have implemented Windows 7 in the next release
I have a very large Direct attached storage device attached to a mac server (4TB). I guess i could work out how to mount a share from that and then put my images there.
In fact I think I'll give that a go this morning as it seems very quiet this morning, famous last words.
I have a very large Direct attached storage device attached to a mac server (4TB). I guess i could work out how to mount a share from that and then put my images there.
In fact I think I'll give that a go this morning as it seems very quiet this morning, famous last words.
Just export an NFS share from your Mac box and then mount that somewhere on the Linux box. Add the details to /etc/fstab and it will mount at boot time too.
I'm just doing this with FOG under Debian 5 (so pretty much the same setup as for Ubuntu). I have mounted the new drive within the /images folder, and it shows up there and I can navigate to it fine. However, FOG doesn't recognise that there is new space there. Is there something that needs to be done to the directory to make it work as an extension to /images? (sorry for minor hijack)
Just export an NFS share from your Mac box and then mount that somewhere on the Linux box. Add the details to /etc/fstab and it will mount at boot time too.
Ok I can mount the drive from an nfs share from the terminal
Code:
mount -t nfs 10.60.28.53:/volumes/promise/fog_images /mnt/fog_images
but can't work out the syntax for doing that in fstab. Could someone point me in the right direction for that please?
Last edited by reggiep; 19th March 2009 at 11:07 AM.