Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
7
rated 0 times [  7] [ 0]  / answers: 1 / hits: 4057  / 2 Years ago, tue, march 22, 2022, 4:36:03

I recently moved some files from ntfs to ext4 in my external disk. I am not able to run executable files after I convert it to ext4.




  1. Below is the fstab entry I use to mount the ext4 partition.



    UUID={UUID} {path} ext4 rw,async,suid,dev,exec,user 1 1

  2. Below is the permission for the file I am trying to run



    -rwxrwxrwx 1 {myid} {myid} 73015 Oct  9 09:38 eclipse

  3. When I try to run the program from command line, I get following error message
    bash: ./eclipse: Permission denied


  4. When I try to run the program from Nautilus, I get a message that 'There is no application installed for executable files'.


  5. I checked the permissions tab in the file properties and the 'Allow executing file as program' bit is set.



More From » mount

 Answers
1

The issue got resolved by changing the mount option from 'user' to 'nouser'. I have not idea why though...


[#29005] Wednesday, March 23, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
saucdisr

Total Points: 4
Total Questions: 102
Total Answers: 117

Location: Ecuador
Member since Thu, Jun 4, 2020
4 Years ago
;