Jump to content

Recommended Posts

Posted

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.

 

Has anyone done this?

 

thanks

Posted

Can you mount a windows share ?

 

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...

Posted

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

Posted

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?

Posted
another internal drive?

 

most linux distros would mount it themselves these days - what distro are you using?

 

Ubuntu desktop edition!

 

I have not even tried yet, but wasn't sure how easy it would be. I guess I should trust linux a bit more.

Posted

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 :tinfoil3:

Posted

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. :p

Posted
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. :p

 

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.

Posted
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)
Posted (edited)
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

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? :o

Edited by reggiep
Posted (edited)

/dev/sdb1 /images/imagedisk ext3 defaults,errors=remount-ro 0 1

 

This is the line added to my fstab (as root). My HDD is a SCSI and show as sdb, yours may differ. Should be the same otherwise.

Edited by 3s-gtech
Posted
If you could mount the share, and it shows up in /dev/ as a disk, I'd think so. Otherwise, not sure - I've been using Linux for four days ;) (though I'm a quick learner).
Posted (edited)

I went for IPADDRESS:/share/name /images/nfs/ nfs in the end. Worked for me!

 

Thanks for all the help.

Edited by reggiep
  • 10 months later...
Posted

Hi there im very new all linux and seems to be having the sam problems with my fog server as some of the others on this posting.

 

i was just wondering, if could install fog on a larger hard drive in the same machine in order to add the a new storage node.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...