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

Not NTFS Partition error 34 during capture

Scheduled Pinned Locked Moved Solved
Windows Problems
4
22
5.5k
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.
  • T
    Tom Elliott @John Sartoris
    last edited by Aug 3, 2017, 4:14 PM

    @john-sartoris Way too many pictures with minimal text inbetween makes it hard to follow.

    That all said.

    /dev/sda2 does not have a partition table.

    FOG’s capture system works as such:

    Get the current layout.
    Attempt to shrink partitions as possible/required. (All partitions)
    Once all partitions are shrunk, get the partition table of the disk.
    The problem seems to be something with /dev/sda2 though we don’t know what. Something is causing partclone to not even be able to mount /dev/sda2.

    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

    J 1 Reply Last reply Aug 3, 2017, 5:32 PM Reply Quote 0
    • J
      John Sartoris @Tom Elliott
      last edited by Aug 3, 2017, 5:32 PM

      @tom-elliott

      @tom-elliott said in Not NTFS Partition error 34 during capture:

      @john-sartoris Way too many pictures with minimal text inbetween makes it hard to follow.

      Sorry about that. I figured that would be the best way to capture the sequence of output from fog. The actual problem isn’t giving much information. Hopefully something else inline would stand out to someone with more detailed experience.

      1 Reply Last reply Reply Quote 0
      • S
        Sebastian Roth Moderator
        last edited by Aug 3, 2017, 5:38 PM

        @John-Sartoris Maybe provide more information on the partition layout. See in d1.partitions and d1.minimum.partitions in the image directory on your server.

        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

        J 1 Reply Last reply Aug 3, 2017, 6:44 PM Reply Quote 0
        • J
          John Sartoris @Sebastian Roth
          last edited by Aug 3, 2017, 6:44 PM

          @sebastian-roth said in Not NTFS Partition error 34 during capture:

          @John-Sartoris Maybe provide more information on the partition layout. See in d1.partitions and d1.minimum.partitions in the image directory on your server.

          d1.minimum.partitions is not in the /images/dev/082… upload folder

          d1.partitions

          label: dos
          label-id: 0x86308630
          device: /dev/sda
          unit: sectors
          
          /dev/sda1 : start=        2048, size=     1024000, type=7, bootable
          /dev/sda2 : start=     1026048, size=   523259904, type=7
          
          
          1 Reply Last reply Reply Quote 0
          • S
            Sebastian Roth Moderator
            last edited by Aug 3, 2017, 7:39 PM

            @john-sartoris said in Not NTFS Partition error 34 during capture:

            d1.minimum.partitions is not in the /images/dev/082… upload folder

            This is because the image is set to non-resizable right now. Nevertheless the partition layout is pretty straight forward and I can’t think of why this wouldn’t work with resizable. At least when looking at the partitions. Possibly there is something going wrong when FOG does shrink the partitions before capturing those. You might want to try ntfsfix -b -d /dev/sda2 in another debug upload session. This is what FOG is doing when it says “Clearing ntfs flag”.

            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
            • Q
              Quazz Moderator
              last edited by Aug 4, 2017, 8:23 AM

              It’s reporting 2 NTFS partitions. Is this correct with your partition layout?

              A default Windows installation will only have one.

              J 1 Reply Last reply Aug 4, 2017, 11:28 AM Reply Quote 0
              • J
                John Sartoris @Quazz
                last edited by Aug 4, 2017, 11:28 AM

                @quazz said in Not NTFS Partition error 34 during capture:

                It’s reporting 2 NTFS partitions. Is this correct with your partition layout?

                A default Windows installation will only have one.

                If you manually create a full disk partition during the installer, 1 is correct. If you install to a blank disk, the installer will create 2. The first being 100-500mb depending on version. It has been this way since Win7, I think. This small partition is the “Active” boot partition and to the best of my knowledge is used for booting bitlocker encrypted partitions. The primary boot files and some system level things need to remain unencrypted. Fog has specific rules to leave these small partitions basically untouched.

                Q 1 Reply Last reply Aug 4, 2017, 11:31 AM Reply Quote 0
                • Q
                  Quazz Moderator @John Sartoris
                  last edited by Aug 4, 2017, 11:31 AM

                  @john-sartoris That partition should be FAT32.

                  J 1 Reply Last reply Aug 4, 2017, 11:33 AM Reply Quote 0
                  • J
                    John Sartoris @Quazz
                    last edited by Aug 4, 2017, 11:33 AM

                    @quazz said in Not NTFS Partition error 34 during capture:

                    @john-sartoris That partition should be FAT32.

                    Not on anything that I have encountered. The EFI partition will be fat32, but the boot has always been NTFS for me. I haven’t gotten into efi much on windows machines.

                    Q 1 Reply Last reply Aug 4, 2017, 11:45 AM Reply Quote 0
                    • Q
                      Quazz Moderator @John Sartoris
                      last edited by Aug 4, 2017, 11:45 AM

                      @john-sartoris Hmm, seems they’ve switched back and forth between the two on several occassions, bah.

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

                      226

                      Online

                      12.0k

                      Users

                      17.3k

                      Topics

                      155.2k

                      Posts
                      Copyright © 2012-2024 FOG Project