• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Yeah!! back up but image storage issue?

    Scheduled Pinned Locked Moved
    FOG Problems
    2
    3
    1.7k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • B
      buercky
      last edited by

      Fog .32 install on 40 GB VMware partition. It originally locked up due to full hard drive after image upload, could not get back into the GUI after, locked up mysql. I deleted the image and was able to get back in after a reboot.
      I added another 800GB virtual disk to the server. my question is, in the GUI is there a way to direct saving the new uploaded image file to the new 800 GB drive? if so how do i direct it to there?
      the drives are as follows: Size:
      /dev/sda3 mounted on / ext3 40 GB
      /dev/sda1 mounted on /boot ext2 89M
      /dev/sdb1 mounted on /images ext2 794 GB

      Right now under image management in the GUI the default path starts /images/“editable box” [B]/Images/ is not editable.[/B]
      does this mean it will store on the right drive?

      Thanks for any help

      1 Reply Last reply Reply Quote 0
      • C
        chad-bisd Moderator
        last edited by

        Again, [url]http://www.fogproject.org/wiki/index.php/Moving_your_images_directory/Adding_Storage_to_the_Images_directory#Moving_images_folder_to_new_storage[/url]

        If you’d rather do it through the UI, it’s not that hard.

        [LIST=1]
        []Rename /images to /images1: sudo mv /images /images1
        [
        ]Make a new directory /images: sudo mkdir /images
        []Format the drive in Disk Utility, MBR
        [
        ]Create partition, Type ext4, name images or whatever
        []sudo nano -w /etc/fstab
        [
        ]add a line for the new disk to be mounted to /images: [code]/dev/sdb1 /images ext4 rw 0 0[/code]
        []restart the server or mount the /images manually. I would restart just to make sure.
        [
        ]copy/move the image files files from /images1 to /images
        []sudo touch /images/.mntcheck
        [
        ]sudo touch /images/dev/.mntcheck
        []sudo chown -R fog /images
        [
        ]sudo chmod -R 755 /images
        [*]sudo chmod -R 777 /images/dev
        [/LIST]


        If you would like to make a donation to the Fog project, please do so [U][COLOR=#0000ff][URL='http://sourceforge.net/dona…

        1 Reply Last reply Reply Quote 0
        • B
          buercky
          last edited by

          Thank You Chad I did do this at your last suggestion and that is how i was able to add the new virtual drive.
          Guess i missed the last move step but its working!!

          Thank you for all your help

          1 Reply Last reply Reply Quote 0
          • 1 / 1
          • First post
            Last post

          204

          Online

          12.0k

          Users

          17.3k

          Topics

          155.2k

          Posts
          Copyright © 2012-2024 FOG Project