Lubuntu 18.04 and Windows 8.1 dual boot, cannot delete files in windows from Linux

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








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







share|improve this question


















  • 1




    use remount or firstly umount 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














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







share|improve this question


















  • 1




    use remount or firstly umount 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












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







share|improve this question














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









share|improve this question













share|improve this question




share|improve this question








edited May 25 at 22:00









K7AAY

3,73221443




3,73221443










asked May 25 at 20:51









morcillo

1015




1015







  • 1




    use remount or firstly umount 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




    use remount or firstly umount 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















active

oldest

votes











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',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);








 

draft saved


draft discarded


















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



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes










 

draft saved


draft discarded


























 


draft saved


draft discarded














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













































































Popular posts from this blog

pylint3 and pip3 broken

Missing snmpget and snmpwalk

How to enroll fingerprints to Ubuntu 17.10 with VFS491