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

Wrong Image Size indicated in the image manager.

Scheduled Pinned Locked Moved
General Problems
4
44
9.1k
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.
  • P
    processor @george1421
    last edited by processor Apr 15, 2019, 8:51 AM Apr 15, 2019, 2:43 PM

    @george1421 said in Wrong Image Size indicated in the image manager.:

    Just for clarity the 12-17GB/m in the speed at which data is being written/captured to the local media. It really doesn’t indicate how much its data it moving.

    I’m aware of this, no worries.
    The times indicated are correct as I deploy a 30GB machine in around 2 minutes.

    So in my test I have deployed a dump of a disk indicated at 465GB on a 1TB disk.
    The image is deployed normally but instead of use the whole disk, a partition of 465GB has
    been created. (which is disk size of the source machine)

    There is only 384GB of data.

    So now I just tried the dump again from the 1TB disk.
    I did not see during the dump start that it would be done in RAW mode but I saw that the only present partition
    won’t be shunken, but I don’t know why.

    Any idea?

    Ps: Forget to write that used disks are SSD.

    PPs: I’m wondering if the first partition is not seen as reserved partition

    G 1 Reply Last reply Apr 15, 2019, 5:14 PM Reply Quote 0
    • G
      george1421 Moderator @processor
      last edited by Apr 15, 2019, 5:14 PM

      @processor It sure sounds like the disk is encrypted for some reason. If you want to debug this more we can. Take one of these computers where you are doing the capture from and schedule another capture but before you hit the submit task button tick the check box it says debug. Then pxe boot the target computer. After a few enter key presses you will be dropped to a linux command prompt.

      From there we will need to run a few commands to see what we can see.

      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!

      P 2 Replies Last reply Apr 15, 2019, 6:16 PM Reply Quote 0
      • P
        processor @george1421
        last edited by Apr 15, 2019, 6:16 PM

        @george1421 ok Thanks. It’ll be tomorrow as from their it’s already 8pm.
        If you already have few commands to run let me know.
        Did you see my PS in my previous post (about reserved partition)?
        I read this: https://forums.fogproject.org/topic/9318/partitions-is-not-shrinking-in-windows-10/14 and if I well understand a reserved partition will be set to a fixed size.

        1 Reply Last reply Reply Quote 0
        • P
          processor @george1421
          last edited by Apr 17, 2019, 3:04 PM

          @george1421 As I thought the only present partition is seen as reserved. Could it be possible that a main partition would also be a reserved partition or could it be seen as reserved by fog without being it?
          I’ll send a screenshot later.

          G 1 Reply Last reply Apr 17, 2019, 3:17 PM Reply Quote 0
          • G
            george1421 Moderator @processor
            last edited by Apr 17, 2019, 3:17 PM

            @processor Ah, it looks like I never followed through with the commands I wanted you to try.

            1. Boot into the FOS debug console.
            2. key in lsblk and post the output here.
            3. key in fdisk -l /dev/sda and post the output here.
            4. key in (assuming the second partition is the windows 😄 drive):
            mkdir /ntfs
            ntfs-3g -o force,rw /dev/sda2 /ntfs
            ls -la /ntfs
            
            1. Confirm the output of the ls -la appears to be the 😄 drive
            umount /ntfs
            
            1. Done.

            I’m going to suspect that the mount command either won’t complete or will give us garbage response.

            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 0
            • P
              processor
              last edited by Apr 17, 2019, 3:48 PM

              I can’t try right now because i’m not working but I can tell you there is no sda2, only sda1.
              Sda1 seen as reserved partition by fog client when I try to capture the disk.
              I’ll try what you ask tomorrow morning.

              G 1 Reply Last reply Apr 17, 2019, 4:18 PM Reply Quote 0
              • G
                george1421 Moderator @processor
                last edited by Apr 17, 2019, 4:18 PM

                @processor said in Wrong Image Size indicated in the image manager.:

                I can tell you there is no sda2, only sda1

                There is only one partition on that disk? This is a windows computer right? If there is no sda2 then just run the other commands, that will give us a better picture of your disk layout.

                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!

                P 1 Reply Last reply Apr 18, 2019, 10:40 AM Reply Quote 0
                • P
                  processor @george1421
                  last edited by Apr 18, 2019, 10:40 AM

                  @george1421

                  I did what you asked these are the screenshots :

                  63dade8a-d228-4a21-8384-80b058412de4-image.png

                  1c2fb802-ed92-4246-b385-911ae1caa58b-image.png

                  So as you see one partition, and it content is visible.

                  I did further tests :

                  -HD Base mode, with 1 reserved partition and an OS partition : Resizing OK
                  -HD Base mode, with 1 Partition only for the OS : Resizing KO, partition detected as reserver even if it’s not
                  -HD Dynamic mode, with 1 partition or more : Resizing OK, but with this message : ldm_parse_tocblock() cannot find tocblock, I don’t yet know if deploy work with the created image did not had time to test yet and it seems the capture is longer.

                  Any idea why FOG detected a solo win10 partition on a base disk as reserved?

                  G 1 Reply Last reply Apr 18, 2019, 11:39 AM Reply Quote 0
                  • G
                    george1421 Moderator @processor
                    last edited by george1421 Apr 18, 2019, 5:40 AM Apr 18, 2019, 11:39 AM

                    @processor While I see it, I don’t believe it. I’ve never seen a windows install with just a single partition (after Windows NT). Is there another disk in the system because the boot partition is missing or this is a strange MBR disk.
                    The fact that there is only one partition may be confusing FOG’s logic because the first partition of a windows disk is always fixed in size. How did you create this disk layout?

                    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!

                    P J 2 Replies Last reply Apr 18, 2019, 1:18 PM Reply Quote 0
                    • P
                      processor @george1421
                      last edited by Apr 18, 2019, 1:18 PM

                      @george1421
                      I don’t know, it’s been done by a colleague of mine. But as far as I know users here install base OS with genuine Microsoft sources, clicking next, next . But I think we have the same behavior with our 2K16 base capture.

                      Is there any possibility to avoid the detection as reserved partition by command line in debug mode for instance? Or do we have to rebuild the bases and the full images we’ve done with this unconventional disk organization?

                      Bad news for us converting base disk to dynamic make the capture resizable , but can’t deploy it on another machine.

                      1 Reply Last reply Reply Quote 0
                      • J
                        Junkhacker Developer @george1421
                        last edited by Apr 18, 2019, 1:39 PM

                        @george1421 said in Wrong Image Size indicated in the image manager.:

                        I’ve never seen a windows install with just a single partition (after Windows NT)

                        …but that was the standard for xp and 2000 pro. it was also easy to configure with windows 7, even though it wasn’t the default.

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

                        G 1 Reply Last reply Apr 18, 2019, 1:40 PM Reply Quote 0
                        • G
                          george1421 Moderator @Junkhacker
                          last edited by george1421 Apr 18, 2019, 7:42 AM Apr 18, 2019, 1:40 PM

                          @Junkhacker Right, but windows 10 should never do that. I’m not even sure I can make it create just one big partition. I know bitlocker as well as uefi system’s can’t boot from that disk structure.

                          My intuition is telling me to start over and do it right because this structure will bite you in the backside in the future like with a feature upgrade.

                          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!

                          P J 2 Replies Last reply Apr 18, 2019, 1:42 PM Reply Quote 0
                          • P
                            processor @george1421
                            last edited by Apr 18, 2019, 1:42 PM

                            @george1421
                            May be because we use Legacy boot and not UEFI?

                            J 1 Reply Last reply Apr 18, 2019, 1:43 PM Reply Quote 0
                            • J
                              Junkhacker Developer @george1421
                              last edited by Apr 18, 2019, 1:42 PM

                              @george1421 uefi systems definitely couldn’t use it, but i don’t see any reason it wouldn’t be possible with windows 10. sure wouldn’t recommend it though. it just really threw me off when you said you hadn’t seen single partition setups since NT

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

                              G 1 Reply Last reply Apr 18, 2019, 1:44 PM Reply Quote 0
                              • J
                                Junkhacker Developer @processor
                                last edited by Apr 18, 2019, 1:43 PM

                                @processor even with legacy boot, this is far from the default setup

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

                                1 Reply Last reply Reply Quote 0
                                • G
                                  george1421 Moderator @Junkhacker
                                  last edited by george1421 Apr 18, 2019, 7:45 AM Apr 18, 2019, 1:44 PM

                                  @Junkhacker said in Wrong Image Size indicated in the image manager.:

                                  single partition setups since NT

                                  FWIW: I believe NT and Win2000 use the same kernel. But I could be wrong there too, that was almost 20 years ago you know.

                                  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 0
                                  • P
                                    processor
                                    last edited by Apr 18, 2019, 1:49 PM

                                    OK, you are certainly both right. But this not help. As I did not made the bases I don’t know what happened.
                                    Now :

                                    • is there any way for this image to be compliant with FOG? (any way to recreate the system partition without breaking everything)

                                    • list item there any way make FOG not detect them as reserved?

                                    • list item Or the only option is to rebuild the source images?

                                    By the way many thanks for the interest you put in this subject 😉

                                    G 1 Reply Last reply Apr 18, 2019, 2:03 PM Reply Quote 0
                                    • G
                                      george1421 Moderator @processor
                                      last edited by george1421 Apr 18, 2019, 8:05 AM Apr 18, 2019, 2:03 PM

                                      @processor said in Wrong Image Size indicated in the image manager.:

                                      list item there any way make FOG not detect them as reserved?

                                      Lets start by removing this one from the list. The word “reserved” is a special word. If you look at the drive with windows running in the computer management applet. Does that partition say “Reserved”. If it label say OS or something else then we can remove the “reserved” line from your issue. Then its down to FOG treating the first partition as unsizable.

                                      is there any way for this image to be compliant with FOG?

                                      Its just not the matter of making it compliant with FOG, it’s not Microsoft best practices compliant. We probably can make fog do what we want, but you will have issues in the future with Microsoft upgrades. So the question is do you make it right now or latter. It really isn’t a fog question.

                                      @Developers if its the first partition thing, can we just mark the image as resizable in the image config files?

                                      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!

                                      J 1 Reply Last reply Apr 18, 2019, 2:11 PM Reply Quote 1
                                      • J
                                        Junkhacker Developer @george1421
                                        last edited by Apr 18, 2019, 2:11 PM

                                        @george1421 said in Wrong Image Size indicated in the image manager.:

                                        @Developers if its the first partition thing, can we just mark the image as resizable in the image config files?

                                        yeah, that should work.

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

                                        1 Reply Last reply Reply Quote 0
                                        • P
                                          processor
                                          last edited by Apr 18, 2019, 2:35 PM

                                          Great, how to do it? Is it something that I can do or is it something that can only be done by the devs?

                                          G 1 Reply Last reply Apr 18, 2019, 2:39 PM Reply Quote 0
                                          • 1
                                          • 2
                                          • 3
                                          • 3 / 3
                                          3 / 3
                                          • First post
                                            14/44
                                            Last post

                                          209

                                          Online

                                          12.0k

                                          Users

                                          17.3k

                                          Topics

                                          155.2k

                                          Posts
                                          Copyright © 2012-2024 FOG Project