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

Partitions is not shrinking in windows 10

Scheduled Pinned Locked Moved Solved
Windows Problems
5
19
5.9k
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.
  • G
    george1421 Moderator @Tom Elliott
    last edited by george1421 Jan 18, 2017, 9:08 PM Jan 19, 2017, 3:06 AM

    @Tom-Elliott Do you think we should have the OP setup a debug capture/deploy to get the output of lsblk ? This way we have a solid idea what the partition structure looks like?

    It could also be akin to the issue that you coded for in the postinstall script where the disk structure is a bit different between win7 and win10. On win7 p2 was the 😄 drive and on win10 p3 was the 😄 drive.

    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!

    T 1 Reply Last reply Jan 19, 2017, 3:21 AM Reply Quote 1
    • T
      Tom Elliott @george1421
      last edited by Jan 19, 2017, 3:21 AM

      @george1421 lsblk would definitely help us with seeing how the partitions are defined.

      That said, from what I’m gathering of this thread, the issue is specifically only because we were always making partition 1 (unless it was literally the only partition) a fixed size.

      So if the windows 10 in this thread is:
      465 gb to /dev/sda1
      450mb to /dev/sda2
      It would not be able to (properly) shrink because we were implicitly making partition 1 on any hdd a fixed partition.

      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

      W 1 Reply Last reply Jan 19, 2017, 1:58 PM Reply Quote 0
      • T
        Tom Elliott @Wayne Workman
        last edited by Jan 19, 2017, 12:56 PM

        @Wayne-Workman The fact that the statement is showing it is really in resizable I think the GUI checks (while useful) would not prove any more helpful.

        The message the OP is seeing is:
        “Not shrinking (fixed size)”.

        This message ONLY comes from resizable images.

        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
        • W
          Wayne Workman @Tom Elliott
          last edited by Jan 19, 2017, 1:58 PM

          @Tom-Elliott said in Partitions is not shrinking in windows 10:

          So if the windows 10 in this thread is:
          465 gb to /dev/sda1
          450mb to /dev/sda2
          It would not be able to (properly) shrink because we were implicitly making partition 1 on any hdd a fixed partition.

          I’ve never seen a disk laid out like this. But I think the less assumptive the code is, the better.

          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 Jan 19, 2017, 5:30 PM Reply Quote 0
          • T
            Tom Elliott @Wayne Workman
            last edited by Jan 19, 2017, 5:30 PM

            @Wayne-Workman I haven’t either, but the OP is installing windows 10 on a legacy system using, more or less, a single partition layout as described earlier. It may have been setup manually rather than letting windows do its think naturally (or there’d likely be at least one more partition).

            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 0
            • T
              Tom Elliott @coop90
              last edited by Jan 19, 2017, 5:30 PM

              @coop90 Have you had a chance to try the wget and new inits to see if capturing the disk is now working for you?

              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 0
              • C
                coop90
                last edited by Jan 20, 2017, 3:14 PM

                I wont be able to try until Monday.

                I am not so familiar with linux, where/how can I run the wget commands?

                Q 1 Reply Last reply Jan 20, 2017, 3:15 PM Reply Quote 0
                • Q
                  Quazz Moderator @coop90
                  last edited by Quazz Jan 20, 2017, 9:16 AM Jan 20, 2017, 3:15 PM

                  @coop90 There’s a program named Terminal (on Ubuntu you can search for this by clicking on the icon top left and typing, assuming default theme). Paste them in there

                  C 1 Reply Last reply Jan 20, 2017, 3:26 PM Reply Quote 1
                  • C
                    coop90 @Quazz
                    last edited by Jan 20, 2017, 3:26 PM

                    @Quazz Thanks! I will try on Monday and report back.

                    T 1 Reply Last reply Jan 20, 2017, 9:52 PM Reply Quote 0
                    • T
                      Tom Elliott @coop90
                      last edited by Jan 20, 2017, 9:52 PM

                      @coop90 https://news.fogproject.org/fog-1-3-4-rc-1/

                      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

                      C 1 Reply Last reply Jan 23, 2017, 1:55 PM Reply Quote 0
                      • C
                        coop90 @Tom Elliott
                        last edited by Jan 23, 2017, 1:55 PM

                        @Tom-Elliott The resize worked correctly. Thank you for quickly finding the solution!

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

                        183

                        Online

                        12.0k

                        Users

                        17.3k

                        Topics

                        155.2k

                        Posts
                        Copyright © 2012-2024 FOG Project