Why my chmod do not work even use root user?notify-send does not work with root on Ubuntu 14.04External HDD not mounted error for backup with LuckyBackupVirtual Host showing error 11001 even after chown and chmodchmod not working in a non super userMySQL duplicate root user
Outlining the climax made me lose interest in writing the actual story
Is 忍者/忍び also used for women?
Size Does Matter (at least referring to bottles)
Why do new jet engines cost billions to design?
What is the communications range of a standard Starfleet combadge?
Is there a mechanic for a PC to learn the relative strength of an opponent, stat-wise?
What is smallest addressable value in an octal number called?
What can be found in towers of Tower Bridge?
Is using RSA with SHA-1 considered as secure as HMAC-SHA-1?
Does the sun cross other spiral arms in its movement around the galaxy's center?
How to respond to requests to retest, in hope that the bug is gone?
When does "The Mandalorian" take place?
Is there a bulletproof way to know a file has been successfully decrypted?
Weird Power Outage in Certain Rooms- Condominium
Heavy condensation inside car during winter. Tried multiple things, but no results!
Mostly pluses and minuses: says Grandpa
Should I turn off kernel logging (and how?) if I'm running off an SSD?
grep extract number range
What would be the price of Adamantine Plate armor?
How can a person Insulate copper wire in a medieval world?
Why are the connecting flights within Azores free?
:wq command not found
Did someone help Quentin pass the exam?
Is there any math conjecture that would cause a lot of damage if disproven?
Why my chmod do not work even use root user?
notify-send does not work with root on Ubuntu 14.04External HDD not mounted error for backup with LuckyBackupVirtual Host showing error 11001 even after chown and chmodchmod not working in a non super userMySQL duplicate root user
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I can not add permissions to the files/directory:
root@xxy-linux:/media/xxy/4ACA0758CA073FA5/Software# chmod +x stacks2.4/
root@xxy-linux:/media/xxy/4ACA0758CA073FA5/Software# ll
total 8
drwx------ 1 xxy xxy 344 8月 12 15:01 ./
drwx------ 1 xxy xxy 4096 7月 3 11:58 ../
drwx------ 1 xxy xxy 0 8月 12 14:44 SRA/
drwx------ 1 xxy xxy 0 7月 27 20:45 stacks2.4/
drwx------ 1 xxy xxy 4096 8月 12 14:48 stacks-2.41/
root@xxy-linux:/media/xxy/4ACA0758CA073FA5/Software# pwd
/media/xxy/4ACA0758CA073FA5/Software
root@xxy-linux:/media/xxy/4ACA0758CA073FA5/Software# chmod 777 stacks-2.41/
root@xxy-linux:/media/xxy/4ACA0758CA073FA5/Software# ll
total 8
drwx------ 1 xxy xxy 344 8月 12 15:01 ./
drwx------ 1 xxy xxy 4096 7月 3 11:58 ../
drwx------ 1 xxy xxy 0 8月 12 14:44 SRA/
drwx------ 1 xxy xxy 0 7月 27 20:45 stacks2.4/
drwx------ 1 xxy xxy 4096 8月 12 14:48 stacks-2.41/
Why my chmod do not work even use root user?
Edit-01
this is the list:
root@xxy-linux:/media/xxy/4ACA0758CA073FA5/Software/stacks-2.41# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 447.1G 0 disk
├─sda1 8:1 0 549M 0 part /media/xxy/boot
└─sda2 8:2 0 446.6G 0 part /media/xxy/DA9004FE9004E33D
sdb 8:16 0 447.1G 0 disk
├─sdb1 8:17 0 93.2G 0 part /
├─sdb2 8:18 0 1K 0 part
├─sdb5 8:21 0 18.6G 0 part [SWAP]
└─sdb6 8:22 0 335.3G 0 part /home
sdc 8:32 0 7.3T 0 disk
├─sdc1 8:33 0 128M 0 part
└─sdc2 8:34 0 7.3T 0 part /media/xxy/4ACA0758CA073FA5
sdd 8:48 0 7.3T 0 disk
├─sdd1 8:49 0 128M 0 part
└─sdd2 8:50 0 7.3T 0 part /media/xxy/B08813218812E61E
Edit-02
this is the mount:
xxy@xxy-linux[xiayun] mount | grep 4ACA [ 3:44afternoon]
/dev/sdc2 on /media/xxy/4ACA0758CA073FA5 type fuseblk (rw,nosuid,nodev,allow_other,default_permissions,blksize=4096)
14.04
|
show 1 more comment
I can not add permissions to the files/directory:
root@xxy-linux:/media/xxy/4ACA0758CA073FA5/Software# chmod +x stacks2.4/
root@xxy-linux:/media/xxy/4ACA0758CA073FA5/Software# ll
total 8
drwx------ 1 xxy xxy 344 8月 12 15:01 ./
drwx------ 1 xxy xxy 4096 7月 3 11:58 ../
drwx------ 1 xxy xxy 0 8月 12 14:44 SRA/
drwx------ 1 xxy xxy 0 7月 27 20:45 stacks2.4/
drwx------ 1 xxy xxy 4096 8月 12 14:48 stacks-2.41/
root@xxy-linux:/media/xxy/4ACA0758CA073FA5/Software# pwd
/media/xxy/4ACA0758CA073FA5/Software
root@xxy-linux:/media/xxy/4ACA0758CA073FA5/Software# chmod 777 stacks-2.41/
root@xxy-linux:/media/xxy/4ACA0758CA073FA5/Software# ll
total 8
drwx------ 1 xxy xxy 344 8月 12 15:01 ./
drwx------ 1 xxy xxy 4096 7月 3 11:58 ../
drwx------ 1 xxy xxy 0 8月 12 14:44 SRA/
drwx------ 1 xxy xxy 0 7月 27 20:45 stacks2.4/
drwx------ 1 xxy xxy 4096 8月 12 14:48 stacks-2.41/
Why my chmod do not work even use root user?
Edit-01
this is the list:
root@xxy-linux:/media/xxy/4ACA0758CA073FA5/Software/stacks-2.41# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 447.1G 0 disk
├─sda1 8:1 0 549M 0 part /media/xxy/boot
└─sda2 8:2 0 446.6G 0 part /media/xxy/DA9004FE9004E33D
sdb 8:16 0 447.1G 0 disk
├─sdb1 8:17 0 93.2G 0 part /
├─sdb2 8:18 0 1K 0 part
├─sdb5 8:21 0 18.6G 0 part [SWAP]
└─sdb6 8:22 0 335.3G 0 part /home
sdc 8:32 0 7.3T 0 disk
├─sdc1 8:33 0 128M 0 part
└─sdc2 8:34 0 7.3T 0 part /media/xxy/4ACA0758CA073FA5
sdd 8:48 0 7.3T 0 disk
├─sdd1 8:49 0 128M 0 part
└─sdd2 8:50 0 7.3T 0 part /media/xxy/B08813218812E61E
Edit-02
this is the mount:
xxy@xxy-linux[xiayun] mount | grep 4ACA [ 3:44afternoon]
/dev/sdc2 on /media/xxy/4ACA0758CA073FA5 type fuseblk (rw,nosuid,nodev,allow_other,default_permissions,blksize=4096)
14.04
1
What is the file system type?
– Yaron
Aug 12 at 7:36
see my edit post, its part System Type.
– 244boy
Aug 12 at 7:38
Nope, some of the details are missing :) Try runningmount | grep 4ACA
– Yaron
Aug 12 at 7:43
Updated my post.
– 244boy
Aug 12 at 7:48
"Why my chmod do not work even use root user?" Why do you expect fuseblk=ntfs to be POSIX compliant?
– Rinzwind
Aug 12 at 7:48
|
show 1 more comment
I can not add permissions to the files/directory:
root@xxy-linux:/media/xxy/4ACA0758CA073FA5/Software# chmod +x stacks2.4/
root@xxy-linux:/media/xxy/4ACA0758CA073FA5/Software# ll
total 8
drwx------ 1 xxy xxy 344 8月 12 15:01 ./
drwx------ 1 xxy xxy 4096 7月 3 11:58 ../
drwx------ 1 xxy xxy 0 8月 12 14:44 SRA/
drwx------ 1 xxy xxy 0 7月 27 20:45 stacks2.4/
drwx------ 1 xxy xxy 4096 8月 12 14:48 stacks-2.41/
root@xxy-linux:/media/xxy/4ACA0758CA073FA5/Software# pwd
/media/xxy/4ACA0758CA073FA5/Software
root@xxy-linux:/media/xxy/4ACA0758CA073FA5/Software# chmod 777 stacks-2.41/
root@xxy-linux:/media/xxy/4ACA0758CA073FA5/Software# ll
total 8
drwx------ 1 xxy xxy 344 8月 12 15:01 ./
drwx------ 1 xxy xxy 4096 7月 3 11:58 ../
drwx------ 1 xxy xxy 0 8月 12 14:44 SRA/
drwx------ 1 xxy xxy 0 7月 27 20:45 stacks2.4/
drwx------ 1 xxy xxy 4096 8月 12 14:48 stacks-2.41/
Why my chmod do not work even use root user?
Edit-01
this is the list:
root@xxy-linux:/media/xxy/4ACA0758CA073FA5/Software/stacks-2.41# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 447.1G 0 disk
├─sda1 8:1 0 549M 0 part /media/xxy/boot
└─sda2 8:2 0 446.6G 0 part /media/xxy/DA9004FE9004E33D
sdb 8:16 0 447.1G 0 disk
├─sdb1 8:17 0 93.2G 0 part /
├─sdb2 8:18 0 1K 0 part
├─sdb5 8:21 0 18.6G 0 part [SWAP]
└─sdb6 8:22 0 335.3G 0 part /home
sdc 8:32 0 7.3T 0 disk
├─sdc1 8:33 0 128M 0 part
└─sdc2 8:34 0 7.3T 0 part /media/xxy/4ACA0758CA073FA5
sdd 8:48 0 7.3T 0 disk
├─sdd1 8:49 0 128M 0 part
└─sdd2 8:50 0 7.3T 0 part /media/xxy/B08813218812E61E
Edit-02
this is the mount:
xxy@xxy-linux[xiayun] mount | grep 4ACA [ 3:44afternoon]
/dev/sdc2 on /media/xxy/4ACA0758CA073FA5 type fuseblk (rw,nosuid,nodev,allow_other,default_permissions,blksize=4096)
14.04
I can not add permissions to the files/directory:
root@xxy-linux:/media/xxy/4ACA0758CA073FA5/Software# chmod +x stacks2.4/
root@xxy-linux:/media/xxy/4ACA0758CA073FA5/Software# ll
total 8
drwx------ 1 xxy xxy 344 8月 12 15:01 ./
drwx------ 1 xxy xxy 4096 7月 3 11:58 ../
drwx------ 1 xxy xxy 0 8月 12 14:44 SRA/
drwx------ 1 xxy xxy 0 7月 27 20:45 stacks2.4/
drwx------ 1 xxy xxy 4096 8月 12 14:48 stacks-2.41/
root@xxy-linux:/media/xxy/4ACA0758CA073FA5/Software# pwd
/media/xxy/4ACA0758CA073FA5/Software
root@xxy-linux:/media/xxy/4ACA0758CA073FA5/Software# chmod 777 stacks-2.41/
root@xxy-linux:/media/xxy/4ACA0758CA073FA5/Software# ll
total 8
drwx------ 1 xxy xxy 344 8月 12 15:01 ./
drwx------ 1 xxy xxy 4096 7月 3 11:58 ../
drwx------ 1 xxy xxy 0 8月 12 14:44 SRA/
drwx------ 1 xxy xxy 0 7月 27 20:45 stacks2.4/
drwx------ 1 xxy xxy 4096 8月 12 14:48 stacks-2.41/
Why my chmod do not work even use root user?
Edit-01
this is the list:
root@xxy-linux:/media/xxy/4ACA0758CA073FA5/Software/stacks-2.41# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 447.1G 0 disk
├─sda1 8:1 0 549M 0 part /media/xxy/boot
└─sda2 8:2 0 446.6G 0 part /media/xxy/DA9004FE9004E33D
sdb 8:16 0 447.1G 0 disk
├─sdb1 8:17 0 93.2G 0 part /
├─sdb2 8:18 0 1K 0 part
├─sdb5 8:21 0 18.6G 0 part [SWAP]
└─sdb6 8:22 0 335.3G 0 part /home
sdc 8:32 0 7.3T 0 disk
├─sdc1 8:33 0 128M 0 part
└─sdc2 8:34 0 7.3T 0 part /media/xxy/4ACA0758CA073FA5
sdd 8:48 0 7.3T 0 disk
├─sdd1 8:49 0 128M 0 part
└─sdd2 8:50 0 7.3T 0 part /media/xxy/B08813218812E61E
Edit-02
this is the mount:
xxy@xxy-linux[xiayun] mount | grep 4ACA [ 3:44afternoon]
/dev/sdc2 on /media/xxy/4ACA0758CA073FA5 type fuseblk (rw,nosuid,nodev,allow_other,default_permissions,blksize=4096)
14.04
14.04
edited Aug 12 at 7:45
244boy
asked Aug 12 at 7:30
244boy244boy
1233 bronze badges
1233 bronze badges
1
What is the file system type?
– Yaron
Aug 12 at 7:36
see my edit post, its part System Type.
– 244boy
Aug 12 at 7:38
Nope, some of the details are missing :) Try runningmount | grep 4ACA
– Yaron
Aug 12 at 7:43
Updated my post.
– 244boy
Aug 12 at 7:48
"Why my chmod do not work even use root user?" Why do you expect fuseblk=ntfs to be POSIX compliant?
– Rinzwind
Aug 12 at 7:48
|
show 1 more comment
1
What is the file system type?
– Yaron
Aug 12 at 7:36
see my edit post, its part System Type.
– 244boy
Aug 12 at 7:38
Nope, some of the details are missing :) Try runningmount | grep 4ACA
– Yaron
Aug 12 at 7:43
Updated my post.
– 244boy
Aug 12 at 7:48
"Why my chmod do not work even use root user?" Why do you expect fuseblk=ntfs to be POSIX compliant?
– Rinzwind
Aug 12 at 7:48
1
1
What is the file system type?
– Yaron
Aug 12 at 7:36
What is the file system type?
– Yaron
Aug 12 at 7:36
see my edit post, its part System Type.
– 244boy
Aug 12 at 7:38
see my edit post, its part System Type.
– 244boy
Aug 12 at 7:38
Nope, some of the details are missing :) Try running
mount | grep 4ACA
– Yaron
Aug 12 at 7:43
Nope, some of the details are missing :) Try running
mount | grep 4ACA
– Yaron
Aug 12 at 7:43
Updated my post.
– 244boy
Aug 12 at 7:48
Updated my post.
– 244boy
Aug 12 at 7:48
"Why my chmod do not work even use root user?" Why do you expect fuseblk=ntfs to be POSIX compliant?
– Rinzwind
Aug 12 at 7:48
"Why my chmod do not work even use root user?" Why do you expect fuseblk=ntfs to be POSIX compliant?
– Rinzwind
Aug 12 at 7:48
|
show 1 more comment
1 Answer
1
active
oldest
votes
It doesn't work since it's an NTFS file system which doesn't support the POSIX/Linux permission method.
add a comment
|
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
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',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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/4.0/"u003ecc by-sa 4.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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1165106%2fwhy-my-chmod-do-not-work-even-use-root-user%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
It doesn't work since it's an NTFS file system which doesn't support the POSIX/Linux permission method.
add a comment
|
It doesn't work since it's an NTFS file system which doesn't support the POSIX/Linux permission method.
add a comment
|
It doesn't work since it's an NTFS file system which doesn't support the POSIX/Linux permission method.
It doesn't work since it's an NTFS file system which doesn't support the POSIX/Linux permission method.
answered Aug 12 at 7:51
YaronYaron
5043 silver badges16 bronze badges
5043 silver badges16 bronze badges
add a comment
|
add a comment
|
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1165106%2fwhy-my-chmod-do-not-work-even-use-root-user%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
1
What is the file system type?
– Yaron
Aug 12 at 7:36
see my edit post, its part System Type.
– 244boy
Aug 12 at 7:38
Nope, some of the details are missing :) Try running
mount | grep 4ACA
– Yaron
Aug 12 at 7:43
Updated my post.
– 244boy
Aug 12 at 7:48
"Why my chmod do not work even use root user?" Why do you expect fuseblk=ntfs to be POSIX compliant?
– Rinzwind
Aug 12 at 7:48