File type inode/x-corrupted











up vote
1
down vote

favorite












My system had an unexpected shutdown.



Now when I open the file from pcmanfm or nautilus I get file corrupted error. Strangely the files are accessible just fine if I launch pcmanfmas root user. The permissions on the file is -rw-rw-rw-



What is happening here?



As user kshitiz:



enter image description here



As root user:



enter image description here










share|improve this question


























    up vote
    1
    down vote

    favorite












    My system had an unexpected shutdown.



    Now when I open the file from pcmanfm or nautilus I get file corrupted error. Strangely the files are accessible just fine if I launch pcmanfmas root user. The permissions on the file is -rw-rw-rw-



    What is happening here?



    As user kshitiz:



    enter image description here



    As root user:



    enter image description here










    share|improve this question
























      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      My system had an unexpected shutdown.



      Now when I open the file from pcmanfm or nautilus I get file corrupted error. Strangely the files are accessible just fine if I launch pcmanfmas root user. The permissions on the file is -rw-rw-rw-



      What is happening here?



      As user kshitiz:



      enter image description here



      As root user:



      enter image description here










      share|improve this question













      My system had an unexpected shutdown.



      Now when I open the file from pcmanfm or nautilus I get file corrupted error. Strangely the files are accessible just fine if I launch pcmanfmas root user. The permissions on the file is -rw-rw-rw-



      What is happening here?



      As user kshitiz:



      enter image description here



      As root user:



      enter image description here







      filesystems data-recovery ext4 file-manager






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Oct 29 '15 at 9:16









      Kshitiz Sharma

      3,029104258




      3,029104258






















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          0
          down vote













          Maybe late but this sometimes happen when nested permissions violate each other.
          For example suppose we have this folders structure:



          Folder1 :
          File1


          Meaning we have File1 inside Folder1. Now if I set permission for Folder1 as:



          chmod 444 Folder1


          and for File1:



          chmod 777 File1


          the OS detects a violation and the file manager can't access File1. Because permission of File1 is outside the permitted scope of Folder1.



          So check the containing folder and also the file itself.
          Good luck






          share|improve this answer




























            up vote
            0
            down vote













            I had this same problem with a flash drive. In order to get it to work I had to set the permissions this way /



            chmod 771 foldername


            I hope that this is helpful for you. It was terrible when I thought that the files and folders on my 128GB flashdrive were corrupted.






            share|improve this answer





















              Your Answer








              StackExchange.ready(function() {
              var channelOptions = {
              tags: "".split(" "),
              id: "106"
              };
              initTagRenderer("".split(" "), "".split(" "), channelOptions);

              StackExchange.using("externalEditor", function() {
              // Have to fire editor after snippets, if snippets enabled
              if (StackExchange.settings.snippets.snippetsEnabled) {
              StackExchange.using("snippets", function() {
              createEditor();
              });
              }
              else {
              createEditor();
              }
              });

              function createEditor() {
              StackExchange.prepareEditor({
              heartbeatType: 'answer',
              convertImagesToLinks: false,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: null,
              bindNavPrevention: true,
              postfix: "",
              imageUploader: {
              brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
              contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
              allowUrls: true
              },
              onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              });


              }
              });














               

              draft saved


              draft discarded


















              StackExchange.ready(
              function () {
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f239450%2ffile-type-inode-x-corrupted%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes








              up vote
              0
              down vote













              Maybe late but this sometimes happen when nested permissions violate each other.
              For example suppose we have this folders structure:



              Folder1 :
              File1


              Meaning we have File1 inside Folder1. Now if I set permission for Folder1 as:



              chmod 444 Folder1


              and for File1:



              chmod 777 File1


              the OS detects a violation and the file manager can't access File1. Because permission of File1 is outside the permitted scope of Folder1.



              So check the containing folder and also the file itself.
              Good luck






              share|improve this answer

























                up vote
                0
                down vote













                Maybe late but this sometimes happen when nested permissions violate each other.
                For example suppose we have this folders structure:



                Folder1 :
                File1


                Meaning we have File1 inside Folder1. Now if I set permission for Folder1 as:



                chmod 444 Folder1


                and for File1:



                chmod 777 File1


                the OS detects a violation and the file manager can't access File1. Because permission of File1 is outside the permitted scope of Folder1.



                So check the containing folder and also the file itself.
                Good luck






                share|improve this answer























                  up vote
                  0
                  down vote










                  up vote
                  0
                  down vote









                  Maybe late but this sometimes happen when nested permissions violate each other.
                  For example suppose we have this folders structure:



                  Folder1 :
                  File1


                  Meaning we have File1 inside Folder1. Now if I set permission for Folder1 as:



                  chmod 444 Folder1


                  and for File1:



                  chmod 777 File1


                  the OS detects a violation and the file manager can't access File1. Because permission of File1 is outside the permitted scope of Folder1.



                  So check the containing folder and also the file itself.
                  Good luck






                  share|improve this answer












                  Maybe late but this sometimes happen when nested permissions violate each other.
                  For example suppose we have this folders structure:



                  Folder1 :
                  File1


                  Meaning we have File1 inside Folder1. Now if I set permission for Folder1 as:



                  chmod 444 Folder1


                  and for File1:



                  chmod 777 File1


                  the OS detects a violation and the file manager can't access File1. Because permission of File1 is outside the permitted scope of Folder1.



                  So check the containing folder and also the file itself.
                  Good luck







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Nov 29 '15 at 10:22









                  CS.

                  11




                  11
























                      up vote
                      0
                      down vote













                      I had this same problem with a flash drive. In order to get it to work I had to set the permissions this way /



                      chmod 771 foldername


                      I hope that this is helpful for you. It was terrible when I thought that the files and folders on my 128GB flashdrive were corrupted.






                      share|improve this answer

























                        up vote
                        0
                        down vote













                        I had this same problem with a flash drive. In order to get it to work I had to set the permissions this way /



                        chmod 771 foldername


                        I hope that this is helpful for you. It was terrible when I thought that the files and folders on my 128GB flashdrive were corrupted.






                        share|improve this answer























                          up vote
                          0
                          down vote










                          up vote
                          0
                          down vote









                          I had this same problem with a flash drive. In order to get it to work I had to set the permissions this way /



                          chmod 771 foldername


                          I hope that this is helpful for you. It was terrible when I thought that the files and folders on my 128GB flashdrive were corrupted.






                          share|improve this answer












                          I had this same problem with a flash drive. In order to get it to work I had to set the permissions this way /



                          chmod 771 foldername


                          I hope that this is helpful for you. It was terrible when I thought that the files and folders on my 128GB flashdrive were corrupted.







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Oct 18 '17 at 22:03









                          nametable

                          1




                          1






























                               

                              draft saved


                              draft discarded



















































                               


                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function () {
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f239450%2ffile-type-inode-x-corrupted%23new-answer', 'question_page');
                              }
                              );

                              Post as a guest















                              Required, but never shown





















































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown

































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown







                              Popular posts from this blog

                              Morgemoulin

                              Scott Moir

                              Souastre