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

Additional disk space is not showing up on Fog server

Scheduled Pinned Locked Moved Solved
FOG Problems
5
33
8.0k
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.
  • S
    sjensen @Wayne Workman
    last edited by Mar 3, 2017, 2:28 PM

    @Wayne-Workman
    Here you go.

    4_1488551293945_linux 6.PNG 3_1488551293945_linux 5.PNG 2_1488551293945_linux 4.PNG 1_1488551293945_linux 3.PNG 0_1488551293945_linux 2.PNG

    1 Reply Last reply Reply Quote 0
    • S
      sjensen @Tom Elliott
      last edited by Mar 3, 2017, 2:31 PM

      @Tom-Elliott
      Its already done. I used Gparted live cd.

      T 1 Reply Last reply Mar 3, 2017, 2:33 PM Reply Quote 0
      • T
        Tom Elliott @sjensen
        last edited by Tom Elliott Mar 3, 2017, 8:41 AM Mar 3, 2017, 2:33 PM

        @sjensen I think, then, all you need is

        vgextend FOGserver-vg /dev/FOGserver-vg/root
        

        Edited as I copied from another site, and forgot to modify the vg_tecmint portion.

        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

        Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

        Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

        S 1 Reply Last reply Mar 3, 2017, 2:44 PM Reply Quote 3
        • S
          sjensen @Tom Elliott
          last edited by Mar 3, 2017, 2:44 PM

          @Tom-Elliott said in Additional disk space is not showing up on Fog server:

          vgextend FOGserver-vg /dev/FOGserver-vg/root

          Sorry im still new to linux where would i place that at?

          G T 2 Replies Last reply Mar 3, 2017, 2:45 PM Reply Quote 0
          • G
            george1421 Moderator @sjensen
            last edited by george1421 Mar 3, 2017, 8:49 AM Mar 3, 2017, 2:45 PM

            @sjensen linux console…

            What may be confusing you is that linux (here) is using LVM (logical volume manager) to manage your disks. It doesn’t have an equivalent in the windows realm. But LVM is an abstract layer between the hardware and the OS. If you close one eye and squint with the other one, one might says its a kind to a disk virtualization layer. Between the hardware and the OS. (even if the system is running as a virtual machine). LVM allows you to add more disks to an operating system without needing to reformat your hard drive to extend it. Granted its much easier now with linux running on a vm to extend the vmdk and add space, when you are talking about physical servers, it a bit harder. That is where LVM comes into play.

            Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

            1 Reply Last reply Reply Quote 1
            • T
              Tom Elliott @sjensen
              last edited by Mar 3, 2017, 2:54 PM

              @sjensen Open a terminal.

              Gain root: (If ubuntu typically sudo -i).

              Once at the root prompt, run the command.

              Root prompt looks similar to:

              [root@fogserver ~] #
              

              Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

              Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

              Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

              S 1 Reply Last reply Mar 3, 2017, 3:04 PM Reply Quote 0
              • S
                sjensen @Tom Elliott
                last edited by Mar 3, 2017, 3:04 PM

                @Tom-Elliott
                ok done

                T G 2 Replies Last reply Mar 3, 2017, 3:10 PM Reply Quote 0
                • T
                  Tom Elliott @sjensen
                  last edited by Mar 3, 2017, 3:10 PM

                  @sjensen Did it work?

                  Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                  Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                  Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                  S 1 Reply Last reply Mar 3, 2017, 3:13 PM Reply Quote 1
                  • G
                    george1421 Moderator @sjensen
                    last edited by Mar 3, 2017, 3:10 PM

                    @sjensen now do you see the additional space when you do a df -h ?

                    Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

                    1 Reply Last reply Reply Quote 1
                    • S
                      sjensen @Tom Elliott
                      last edited by Mar 3, 2017, 3:13 PM

                      @Tom-Elliott 0_1488554008764_Capture6.PNG

                      1 Reply Last reply Reply Quote 0
                      • T
                        Tom Elliott
                        last edited by Mar 3, 2017, 3:18 PM

                        Did you expand the originating volume, or did you add a new HDD to the VM?

                        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                        Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                        Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                        S 1 Reply Last reply Mar 3, 2017, 3:27 PM Reply Quote 0
                        • S
                          sjensen @Tom Elliott
                          last edited by Mar 3, 2017, 3:27 PM

                          @Tom-Elliott

                          1. i added more disk space from the hyper v console
                          2. booted into gparted live cd and extended the volumes.
                          3. rebooted
                          J W 2 Replies Last reply Mar 3, 2017, 3:37 PM Reply Quote 0
                          • J
                            Junkhacker Developer @sjensen
                            last edited by Mar 3, 2017, 3:37 PM

                            @sjensen it might be easier to follow these instructions to resize your LVM, you’ve already done part of this, but i’m sure you can figure out what needs to be done yet. https://blog.vbonhomme.fr/extend-a-lvm-partition-after-increasing-its-virtual-disk-on-virtualbox/

                            signature:
                            Junkhacker
                            We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

                            S 1 Reply Last reply Mar 3, 2017, 8:44 PM Reply Quote 2
                            • W
                              Wayne Workman @sjensen
                              last edited by Mar 3, 2017, 7:37 PM

                              @sjensen I’d also recommend against gparted in this particular case. To do what you need manually it’s only a couple standard linux commands.

                              Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
                              Daily Clean Installation Results:
                              https://fogtesting.fogproject.us/
                              FOG Reporting:
                              https://fog-external-reporting-results.fogproject.us/

                              S 1 Reply Last reply Mar 3, 2017, 8:35 PM Reply Quote 0
                              • S
                                sjensen @Wayne Workman
                                last edited by Mar 3, 2017, 8:35 PM

                                @Wayne-Workman it’s a little late for that Wayne. I’ve used Gparted already. It seemed like a good solution.

                                1 Reply Last reply Reply Quote 0
                                • S
                                  sjensen @Junkhacker
                                  last edited by Mar 3, 2017, 8:44 PM

                                  @Junkhacker Would this work for a Hyper-v machine too?

                                  J 1 Reply Last reply Mar 3, 2017, 9:59 PM Reply Quote 0
                                  • J
                                    Junkhacker Developer @sjensen
                                    last edited by Mar 3, 2017, 9:59 PM

                                    @sjensen your virtual machine doesn’t know it’s a virtual machine, so what hypervisor you’re using is irrelevant. everything in the steps past gparted (which you say you’ve already done) is relevant

                                    signature:
                                    Junkhacker
                                    We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

                                    S 2 Replies Last reply Mar 6, 2017, 1:56 PM Reply Quote 1
                                    • S
                                      sjensen @Junkhacker
                                      last edited by Mar 6, 2017, 1:56 PM

                                      @Junkhacker Thank you for the link. If I understand this correctly, gparted resized the partition, now I have to go in and make changes so Ubuntu sees that I extended the hard drive space. Is basically what needs to happen? Please bare with me I am new to Linux, i’m still learning. Any advice is appreciated.

                                      W 1 Reply Last reply Mar 6, 2017, 2:09 PM Reply Quote 0
                                      • W
                                        Wayne Workman @sjensen
                                        last edited by Mar 6, 2017, 2:09 PM

                                        @sjensen If you run that list of commands again that I posted previously, we can see exactly how it is now and give you guidance on what to do.

                                        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
                                        Daily Clean Installation Results:
                                        https://fogtesting.fogproject.us/
                                        FOG Reporting:
                                        https://fog-external-reporting-results.fogproject.us/

                                        T 1 Reply Last reply Mar 6, 2017, 2:10 PM Reply Quote 0
                                        • T
                                          Tom Elliott @Wayne Workman
                                          last edited by Mar 6, 2017, 2:10 PM

                                          @Wayne-Workman https://forums.fogproject.org/topic/9636/additional-disk-space-is-not-showing-up-on-fog-server/11#

                                          Just trying to help.

                                          Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                                          Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                                          Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                                          1 Reply Last reply Reply Quote 1
                                          • 1
                                          • 2
                                          • 1 / 2
                                          1 / 2
                                          • First post
                                            20/33
                                            Last post

                                          246

                                          Online

                                          12.0k

                                          Users

                                          17.3k

                                          Topics

                                          155.2k

                                          Posts
                                          Copyright © 2012-2024 FOG Project