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

    Error(5): Could not map attribute 0x80 in inode 23779: Input/output error

    Scheduled Pinned Locked Moved
    FOG Problems
    2
    11
    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.
    • N
      nockdown
      last edited by nockdown

      We are trying to replace old PC with hdd 500Gb to new PC with sdd 240Gb. Old PC is in Windows domain. So we capture old big hdd, and then deploy in to small sdd. We’ve tested this procedure with such image settings:

      Image Type - Single disk (Resizable)
      Partition - Everything
      Replicate? - Yes
      Image  Manager - Partimage
      

      Two old big hdd were successfully migrated to new small sdd with such method.
      But next two drives captures were ended in failure:

      Collecting resizing constraints...
      Needed relocation: 2486382 (10185 MB)
      Schedule chkdsk for NTFS consistency check at Windows boot time ...
      Resetting $LogFile .. (this might take a while)
      Relocating needed data ...
      100.00 percent completed
      Updating $BadClust file ...
      Updating $Bitmap file ...
      ERROR(5): Could not map attribute 0x80 in inode 23779: Input/output error
      (shrinkPartition)
      

      How could we fix such error to successfully capture image?

      2.jpg 1.jpg

      1 Reply Last reply Reply Quote 0
      • S
        Sebastian Roth Moderator
        last edited by

        @nockdown From what you write and what we see in the pictures you are using an old version of FOG. Which version do you use exactly?

        I suggest you update to the latest version and then try again capturing again.

        Image Manager - Partimage

        Any reason you use Partimage? It’s the “older” tool while Partclone is the newer one.

        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

        N 2 Replies Last reply Reply Quote 1
        • N
          nockdown @Sebastian Roth
          last edited by

          @sebastian-roth , thank you for reply! I will try Partclone!

          Fog tells that:

          You are currently running version: 1.5.8
          Latest stable version is 1.5.9
          
          1 Reply Last reply Reply Quote 0
          • S
            Sebastian Roth Moderator
            last edited by

            @nockdown OK, while 1.5.8 is not new it’s still good to try out the latest FOS inits. This is what you see booting in the machines when you schedule a task and PXE boot it.

            I can imagine using partclone might be enough but if you still run into an issue come back and we’ll tell you how to get and install the latest FOS inits.

            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
            • S
              Sebastian Roth Moderator
              last edited by Sebastian Roth

              @nockdown Taking another look at the pictures I see this is not happening within partimage/partclone but earlier when partitions are being shrunken.

              Therefore switching to partclone won’t help you I reckon. I still think it’s good to do if you don’t have a specific reason to use partimage.

              For updating to the latest FOS inits run the following commands on your FOG server command shell:

              sudo -i
              cd /var/www/html/fog/service/ipxe/
              mv init.xz init.xz_old
              wget https://github.com/FOGProject/fos/releases/latest/download/init.xz
              mv init_32.xz init_32.xz_old
              wget https://github.com/FOGProject/fos/releases/latest/download/init_32.xz
              

              No reboot of your FOG server needed. Just PXE boot the machine into the task again. If you still run into an error please take a fresh picture and post that here.

              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
              • N
                nockdown @Sebastian Roth
                last edited by

                @sebastian-roth ,

                1. Changing Image Manager to Partclone hasn’t helped. The same error has occurred.
                2. After update fog server from 1.5.8 to 1.5.9 I tried Partclone and Partimage one more times. The both was ended with same error.
                1 Reply Last reply Reply Quote 0
                • S
                  Sebastian Roth Moderator
                  last edited by Sebastian Roth

                  @nockdown Please try updating the FOS init as suggested below.

                  Even though you might think it’s exactly the same error it’s still helpful to take a new picture of that and post here. More often than not we find very important information in those pictures that you might not know about.

                  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

                  N 1 Reply Last reply Reply Quote 1
                  • N
                    nockdown @Sebastian Roth
                    last edited by

                    @sebastian-roth ,

                    I’ve updated fog server as you suggested below. And I still run into this error.
                    4.jpg
                    The total score is 3:2. Three PC with big hdd disks were successfully captured and deployed to small ssd. Capturing another two big hdd disks ended with same error.
                    PS I successfully captured image from one of problematic PC with old acronis backup & recovery 10.0.12703.

                    1 Reply Last reply Reply Quote 0
                    • S
                      Sebastian Roth Moderator
                      last edited by

                      @nockdown Ok, then we have one more option, the so called CAPTURERESIZEPCT. Open the FOG web UI -> FOG Configuration -> FOG Settings -> General Settings tab. Increase the default value of 5 to maybe 8 and then try capture again.

                      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

                      N 1 Reply Last reply Reply Quote 1
                      • N
                        nockdown @Sebastian Roth
                        last edited by

                        @sebastian-roth ,

                        Thank you very much! Changing CAPTURERESIZEPCT option from 5 to 8 has helped to capture image.

                        The description to this option is “This setting defines the amount of padding applied to a partition before attempting resize the ntfs volume and capturing it”.

                        As I understand this option impacts to partition shrinking and so to image size. Am I right?

                        1 Reply Last reply Reply Quote 0
                        • S
                          Sebastian Roth Moderator
                          last edited by

                          @nockdown said in Error(5): Could not map attribute 0x80 in inode 23779: Input/output error:

                          As I understand this option impacts to partition shrinking and so to image size. Am I right?

                          Yes. Although it’s probably increasing the size of the image files on the server only by a fraction. Not to worry about I reckon.

                          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 / 1
                          • First post
                            Last post

                          179

                          Online

                          12.0k

                          Users

                          17.3k

                          Topics

                          155.2k

                          Posts
                          Copyright © 2012-2024 FOG Project