Can't change the owner of a folder
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
1
down vote
favorite
I want to change the owner of a folder. The path to to that folder is /mnt/8A30AA8B30AA7DB7/Books
. I want to take the ownership of that folder to change the permissions. The folder currently belongs to root. I tried the following connamds but none seem to work.
chown apoorv_potnis -R Books
sudo chown apoorv_potnis:apoorv_potnis -R Books
sudo chown apoorv_potnis:apoorv_potnis -R /mnt/8A30AA8B30AA7DB7/Books
sudo chown -R apoorv_potnis: /mnt/8A30AA8B30AA7DB7/Books
The terminal displays chown: changing ownership of '/mnt/8A30AA8B30AA7DB7/Books': Read-only file system
and other files in the folder but does not actually change the ownership. Whenever I check the properties of that folder or the sub-folders, the owner is shown to be root and I cannot change the permissions or delete any file of that folder. How can I take the ownership of the folder? I'm using Ubuntu 18.04 with dual boot Windows 10.
permissions 18.04 automount chmod chown
 |Â
show 1 more comment
up vote
1
down vote
favorite
I want to change the owner of a folder. The path to to that folder is /mnt/8A30AA8B30AA7DB7/Books
. I want to take the ownership of that folder to change the permissions. The folder currently belongs to root. I tried the following connamds but none seem to work.
chown apoorv_potnis -R Books
sudo chown apoorv_potnis:apoorv_potnis -R Books
sudo chown apoorv_potnis:apoorv_potnis -R /mnt/8A30AA8B30AA7DB7/Books
sudo chown -R apoorv_potnis: /mnt/8A30AA8B30AA7DB7/Books
The terminal displays chown: changing ownership of '/mnt/8A30AA8B30AA7DB7/Books': Read-only file system
and other files in the folder but does not actually change the ownership. Whenever I check the properties of that folder or the sub-folders, the owner is shown to be root and I cannot change the permissions or delete any file of that folder. How can I take the ownership of the folder? I'm using Ubuntu 18.04 with dual boot Windows 10.
permissions 18.04 automount chmod chown
1
askubuntu.com/questions/197459/â¦
â damadam
May 18 at 13:57
1
askubuntu.com/questions/692758/â¦
â damadam
May 18 at 14:10
1
I've encountered similar problem on auto-mounted partition. The answer of Greg Kramida helped me a lot, you can find it here askubuntu.com/a/958491/830248
â user7547272
May 18 at 14:16
2
Clue:Read-only file system
.. you can not update or delete from a Read-only file system.
â Soren A
May 18 at 14:23
1
Is this NTFS, not a Linux format. You can only use chown on Linux formats. Windows formats get default permissions only from mount. And if NTFS and read only probably Windows fast start or hibernation. See: askubuntu.com/questions/843153/⦠& askubuntu.com/questions/145902/â¦
â oldfred
May 18 at 14:40
 |Â
show 1 more comment
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I want to change the owner of a folder. The path to to that folder is /mnt/8A30AA8B30AA7DB7/Books
. I want to take the ownership of that folder to change the permissions. The folder currently belongs to root. I tried the following connamds but none seem to work.
chown apoorv_potnis -R Books
sudo chown apoorv_potnis:apoorv_potnis -R Books
sudo chown apoorv_potnis:apoorv_potnis -R /mnt/8A30AA8B30AA7DB7/Books
sudo chown -R apoorv_potnis: /mnt/8A30AA8B30AA7DB7/Books
The terminal displays chown: changing ownership of '/mnt/8A30AA8B30AA7DB7/Books': Read-only file system
and other files in the folder but does not actually change the ownership. Whenever I check the properties of that folder or the sub-folders, the owner is shown to be root and I cannot change the permissions or delete any file of that folder. How can I take the ownership of the folder? I'm using Ubuntu 18.04 with dual boot Windows 10.
permissions 18.04 automount chmod chown
I want to change the owner of a folder. The path to to that folder is /mnt/8A30AA8B30AA7DB7/Books
. I want to take the ownership of that folder to change the permissions. The folder currently belongs to root. I tried the following connamds but none seem to work.
chown apoorv_potnis -R Books
sudo chown apoorv_potnis:apoorv_potnis -R Books
sudo chown apoorv_potnis:apoorv_potnis -R /mnt/8A30AA8B30AA7DB7/Books
sudo chown -R apoorv_potnis: /mnt/8A30AA8B30AA7DB7/Books
The terminal displays chown: changing ownership of '/mnt/8A30AA8B30AA7DB7/Books': Read-only file system
and other files in the folder but does not actually change the ownership. Whenever I check the properties of that folder or the sub-folders, the owner is shown to be root and I cannot change the permissions or delete any file of that folder. How can I take the ownership of the folder? I'm using Ubuntu 18.04 with dual boot Windows 10.
permissions 18.04 automount chmod chown
edited May 19 at 7:34
asked May 18 at 13:52
Apoorv Potnis
1498
1498
1
askubuntu.com/questions/197459/â¦
â damadam
May 18 at 13:57
1
askubuntu.com/questions/692758/â¦
â damadam
May 18 at 14:10
1
I've encountered similar problem on auto-mounted partition. The answer of Greg Kramida helped me a lot, you can find it here askubuntu.com/a/958491/830248
â user7547272
May 18 at 14:16
2
Clue:Read-only file system
.. you can not update or delete from a Read-only file system.
â Soren A
May 18 at 14:23
1
Is this NTFS, not a Linux format. You can only use chown on Linux formats. Windows formats get default permissions only from mount. And if NTFS and read only probably Windows fast start or hibernation. See: askubuntu.com/questions/843153/⦠& askubuntu.com/questions/145902/â¦
â oldfred
May 18 at 14:40
 |Â
show 1 more comment
1
askubuntu.com/questions/197459/â¦
â damadam
May 18 at 13:57
1
askubuntu.com/questions/692758/â¦
â damadam
May 18 at 14:10
1
I've encountered similar problem on auto-mounted partition. The answer of Greg Kramida helped me a lot, you can find it here askubuntu.com/a/958491/830248
â user7547272
May 18 at 14:16
2
Clue:Read-only file system
.. you can not update or delete from a Read-only file system.
â Soren A
May 18 at 14:23
1
Is this NTFS, not a Linux format. You can only use chown on Linux formats. Windows formats get default permissions only from mount. And if NTFS and read only probably Windows fast start or hibernation. See: askubuntu.com/questions/843153/⦠& askubuntu.com/questions/145902/â¦
â oldfred
May 18 at 14:40
1
1
askubuntu.com/questions/197459/â¦
â damadam
May 18 at 13:57
askubuntu.com/questions/197459/â¦
â damadam
May 18 at 13:57
1
1
askubuntu.com/questions/692758/â¦
â damadam
May 18 at 14:10
askubuntu.com/questions/692758/â¦
â damadam
May 18 at 14:10
1
1
I've encountered similar problem on auto-mounted partition. The answer of Greg Kramida helped me a lot, you can find it here askubuntu.com/a/958491/830248
â user7547272
May 18 at 14:16
I've encountered similar problem on auto-mounted partition. The answer of Greg Kramida helped me a lot, you can find it here askubuntu.com/a/958491/830248
â user7547272
May 18 at 14:16
2
2
Clue:
Read-only file system
.. you can not update or delete from a Read-only file system.â Soren A
May 18 at 14:23
Clue:
Read-only file system
.. you can not update or delete from a Read-only file system.â Soren A
May 18 at 14:23
1
1
Is this NTFS, not a Linux format. You can only use chown on Linux formats. Windows formats get default permissions only from mount. And if NTFS and read only probably Windows fast start or hibernation. See: askubuntu.com/questions/843153/⦠& askubuntu.com/questions/145902/â¦
â oldfred
May 18 at 14:40
Is this NTFS, not a Linux format. You can only use chown on Linux formats. Windows formats get default permissions only from mount. And if NTFS and read only probably Windows fast start or hibernation. See: askubuntu.com/questions/843153/⦠& askubuntu.com/questions/145902/â¦
â oldfred
May 18 at 14:40
 |Â
show 1 more comment
2 Answers
2
active
oldest
votes
up vote
2
down vote
accepted
As commented by user7547272 and oldfred, I disabled Fast Startup and hibernation on Windows 10, ran chown
and chmod
. Then I followed what was written in this post and my problem was solved.
add a comment |Â
up vote
1
down vote
It sounds as though the directory is mounted as Read Only, instead of Read Write.
Unmount the directory, remount it as R/W
Review the man pages on mount for further details.
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
accepted
As commented by user7547272 and oldfred, I disabled Fast Startup and hibernation on Windows 10, ran chown
and chmod
. Then I followed what was written in this post and my problem was solved.
add a comment |Â
up vote
2
down vote
accepted
As commented by user7547272 and oldfred, I disabled Fast Startup and hibernation on Windows 10, ran chown
and chmod
. Then I followed what was written in this post and my problem was solved.
add a comment |Â
up vote
2
down vote
accepted
up vote
2
down vote
accepted
As commented by user7547272 and oldfred, I disabled Fast Startup and hibernation on Windows 10, ran chown
and chmod
. Then I followed what was written in this post and my problem was solved.
As commented by user7547272 and oldfred, I disabled Fast Startup and hibernation on Windows 10, ran chown
and chmod
. Then I followed what was written in this post and my problem was solved.
answered May 19 at 7:23
Apoorv Potnis
1498
1498
add a comment |Â
add a comment |Â
up vote
1
down vote
It sounds as though the directory is mounted as Read Only, instead of Read Write.
Unmount the directory, remount it as R/W
Review the man pages on mount for further details.
add a comment |Â
up vote
1
down vote
It sounds as though the directory is mounted as Read Only, instead of Read Write.
Unmount the directory, remount it as R/W
Review the man pages on mount for further details.
add a comment |Â
up vote
1
down vote
up vote
1
down vote
It sounds as though the directory is mounted as Read Only, instead of Read Write.
Unmount the directory, remount it as R/W
Review the man pages on mount for further details.
It sounds as though the directory is mounted as Read Only, instead of Read Write.
Unmount the directory, remount it as R/W
Review the man pages on mount for further details.
answered May 18 at 15:34
Bruce Lytle
242
242
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1037767%2fcant-change-the-owner-of-a-folder%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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
1
askubuntu.com/questions/197459/â¦
â damadam
May 18 at 13:57
1
askubuntu.com/questions/692758/â¦
â damadam
May 18 at 14:10
1
I've encountered similar problem on auto-mounted partition. The answer of Greg Kramida helped me a lot, you can find it here askubuntu.com/a/958491/830248
â user7547272
May 18 at 14:16
2
Clue:
Read-only file system
.. you can not update or delete from a Read-only file system.â Soren A
May 18 at 14:23
1
Is this NTFS, not a Linux format. You can only use chown on Linux formats. Windows formats get default permissions only from mount. And if NTFS and read only probably Windows fast start or hibernation. See: askubuntu.com/questions/843153/⦠& askubuntu.com/questions/145902/â¦
â oldfred
May 18 at 14:40