Lubuntu 18.04 and Windows 8.1 dual boot, cannot delete files in windows from Linux
![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
0
down vote
favorite
On a dual boot laptop with Windows 8.1 and Lubuntu 18.04, Partitions C and D are on the same HDD. I can see the D folder under the name Data in /media, and I can access every single file, but I cannot delete nor add anything to it.
If I access it from the Lubuntu GUI file manager, it says that permissions are set to anyone. If I check their permissions with ls -lah
I see they are all 777, but I still can't delete anything because it says that it is a read-only file system. I even tried mounting the /media to a folder in /opt but it says that it's not a block device (simple mount device).
After that I tried the "sudo mount -t ntfs-3g -o rw /dev/sda6 /opt/d/" it returned
Mount is denied because the NTFS volume is already exclusively opened.
The volume may be already mounted, or another software may use it
which could be identified for example by the help of the 'fuser'
command.
Any ideas on how I can regain control of my partition? I gotta put up with it for a while before doing a format on it
dual-boot mount lubuntu ntfs media
 |Â
show 1 more comment
up vote
0
down vote
favorite
On a dual boot laptop with Windows 8.1 and Lubuntu 18.04, Partitions C and D are on the same HDD. I can see the D folder under the name Data in /media, and I can access every single file, but I cannot delete nor add anything to it.
If I access it from the Lubuntu GUI file manager, it says that permissions are set to anyone. If I check their permissions with ls -lah
I see they are all 777, but I still can't delete anything because it says that it is a read-only file system. I even tried mounting the /media to a folder in /opt but it says that it's not a block device (simple mount device).
After that I tried the "sudo mount -t ntfs-3g -o rw /dev/sda6 /opt/d/" it returned
Mount is denied because the NTFS volume is already exclusively opened.
The volume may be already mounted, or another software may use it
which could be identified for example by the help of the 'fuser'
command.
Any ideas on how I can regain control of my partition? I gotta put up with it for a while before doing a format on it
dual-boot mount lubuntu ntfs media
1
useremount
or firstlyumount
and thenmount
again
â Kulfy
May 25 at 20:53
1
Also check if Windows fast start up is on. Its in both Windows 8 & 10 and updates will turn it back on again, so you may need to turn it off again, even if you originally did. askubuntu.com/questions/843153/⦠& askubuntu.com/questions/145902/â¦
â oldfred
May 25 at 21:30
When you leave Windows, do you select "Hibernate" ? If so, it can lock up that drive, just like Windows 'fast start'.
â K7AAY
May 25 at 22:17
Sorry all it took me such a long time to answer. @oldfred 's solution worked for me .. would you like to post it as an answer so I can upvote and mark the answer as correct?
â morcillo
May 27 at 14:49
I do not know if new answer here or just upvotes on links that have correct answers is preferred?
â oldfred
May 27 at 20:20
 |Â
show 1 more comment
up vote
0
down vote
favorite
up vote
0
down vote
favorite
On a dual boot laptop with Windows 8.1 and Lubuntu 18.04, Partitions C and D are on the same HDD. I can see the D folder under the name Data in /media, and I can access every single file, but I cannot delete nor add anything to it.
If I access it from the Lubuntu GUI file manager, it says that permissions are set to anyone. If I check their permissions with ls -lah
I see they are all 777, but I still can't delete anything because it says that it is a read-only file system. I even tried mounting the /media to a folder in /opt but it says that it's not a block device (simple mount device).
After that I tried the "sudo mount -t ntfs-3g -o rw /dev/sda6 /opt/d/" it returned
Mount is denied because the NTFS volume is already exclusively opened.
The volume may be already mounted, or another software may use it
which could be identified for example by the help of the 'fuser'
command.
Any ideas on how I can regain control of my partition? I gotta put up with it for a while before doing a format on it
dual-boot mount lubuntu ntfs media
On a dual boot laptop with Windows 8.1 and Lubuntu 18.04, Partitions C and D are on the same HDD. I can see the D folder under the name Data in /media, and I can access every single file, but I cannot delete nor add anything to it.
If I access it from the Lubuntu GUI file manager, it says that permissions are set to anyone. If I check their permissions with ls -lah
I see they are all 777, but I still can't delete anything because it says that it is a read-only file system. I even tried mounting the /media to a folder in /opt but it says that it's not a block device (simple mount device).
After that I tried the "sudo mount -t ntfs-3g -o rw /dev/sda6 /opt/d/" it returned
Mount is denied because the NTFS volume is already exclusively opened.
The volume may be already mounted, or another software may use it
which could be identified for example by the help of the 'fuser'
command.
Any ideas on how I can regain control of my partition? I gotta put up with it for a while before doing a format on it
dual-boot mount lubuntu ntfs media
edited May 25 at 22:00
![](https://i.stack.imgur.com/IfEQx.jpg?s=32&g=1)
![](https://i.stack.imgur.com/IfEQx.jpg?s=32&g=1)
K7AAY
3,73221443
3,73221443
asked May 25 at 20:51
morcillo
1015
1015
1
useremount
or firstlyumount
and thenmount
again
â Kulfy
May 25 at 20:53
1
Also check if Windows fast start up is on. Its in both Windows 8 & 10 and updates will turn it back on again, so you may need to turn it off again, even if you originally did. askubuntu.com/questions/843153/⦠& askubuntu.com/questions/145902/â¦
â oldfred
May 25 at 21:30
When you leave Windows, do you select "Hibernate" ? If so, it can lock up that drive, just like Windows 'fast start'.
â K7AAY
May 25 at 22:17
Sorry all it took me such a long time to answer. @oldfred 's solution worked for me .. would you like to post it as an answer so I can upvote and mark the answer as correct?
â morcillo
May 27 at 14:49
I do not know if new answer here or just upvotes on links that have correct answers is preferred?
â oldfred
May 27 at 20:20
 |Â
show 1 more comment
1
useremount
or firstlyumount
and thenmount
again
â Kulfy
May 25 at 20:53
1
Also check if Windows fast start up is on. Its in both Windows 8 & 10 and updates will turn it back on again, so you may need to turn it off again, even if you originally did. askubuntu.com/questions/843153/⦠& askubuntu.com/questions/145902/â¦
â oldfred
May 25 at 21:30
When you leave Windows, do you select "Hibernate" ? If so, it can lock up that drive, just like Windows 'fast start'.
â K7AAY
May 25 at 22:17
Sorry all it took me such a long time to answer. @oldfred 's solution worked for me .. would you like to post it as an answer so I can upvote and mark the answer as correct?
â morcillo
May 27 at 14:49
I do not know if new answer here or just upvotes on links that have correct answers is preferred?
â oldfred
May 27 at 20:20
1
1
use
remount
or firstly umount
and thenmount
againâ Kulfy
May 25 at 20:53
use
remount
or firstly umount
and thenmount
againâ Kulfy
May 25 at 20:53
1
1
Also check if Windows fast start up is on. Its in both Windows 8 & 10 and updates will turn it back on again, so you may need to turn it off again, even if you originally did. askubuntu.com/questions/843153/⦠& askubuntu.com/questions/145902/â¦
â oldfred
May 25 at 21:30
Also check if Windows fast start up is on. Its in both Windows 8 & 10 and updates will turn it back on again, so you may need to turn it off again, even if you originally did. askubuntu.com/questions/843153/⦠& askubuntu.com/questions/145902/â¦
â oldfred
May 25 at 21:30
When you leave Windows, do you select "Hibernate" ? If so, it can lock up that drive, just like Windows 'fast start'.
â K7AAY
May 25 at 22:17
When you leave Windows, do you select "Hibernate" ? If so, it can lock up that drive, just like Windows 'fast start'.
â K7AAY
May 25 at 22:17
Sorry all it took me such a long time to answer. @oldfred 's solution worked for me .. would you like to post it as an answer so I can upvote and mark the answer as correct?
â morcillo
May 27 at 14:49
Sorry all it took me such a long time to answer. @oldfred 's solution worked for me .. would you like to post it as an answer so I can upvote and mark the answer as correct?
â morcillo
May 27 at 14:49
I do not know if new answer here or just upvotes on links that have correct answers is preferred?
â oldfred
May 27 at 20:20
I do not know if new answer here or just upvotes on links that have correct answers is preferred?
â oldfred
May 27 at 20:20
 |Â
show 1 more comment
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f1040410%2flubuntu-18-04-and-windows-8-1-dual-boot-cannot-delete-files-in-windows-from-lin%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
use
remount
or firstlyumount
and thenmount
againâ Kulfy
May 25 at 20:53
1
Also check if Windows fast start up is on. Its in both Windows 8 & 10 and updates will turn it back on again, so you may need to turn it off again, even if you originally did. askubuntu.com/questions/843153/⦠& askubuntu.com/questions/145902/â¦
â oldfred
May 25 at 21:30
When you leave Windows, do you select "Hibernate" ? If so, it can lock up that drive, just like Windows 'fast start'.
â K7AAY
May 25 at 22:17
Sorry all it took me such a long time to answer. @oldfred 's solution worked for me .. would you like to post it as an answer so I can upvote and mark the answer as correct?
â morcillo
May 27 at 14:49
I do not know if new answer here or just upvotes on links that have correct answers is preferred?
â oldfred
May 27 at 20:20