How to copy files from Linux partition to windows partition (dual boot)?
![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
I have tried copying to mounted windows system, but error is such
cp /home/siim/aeg /run/media/siim/96A09DB9A09DA073
cp: cannot create regular file '/run/media/siim/96A09DB9A09DA073/aeg': Read-only file system
dual-boot windows
 |Â
show 1 more comment
up vote
0
down vote
favorite
I have tried copying to mounted windows system, but error is such
cp /home/siim/aeg /run/media/siim/96A09DB9A09DA073
cp: cannot create regular file '/run/media/siim/96A09DB9A09DA073/aeg': Read-only file system
dual-boot windows
Is the partition mounted as read-only? Add the output ofmount | grep /run/media
to your question.
â mwfearnley
Mar 29 at 19:15
I tried mount | grep /run/media. It doesn't give any output.
â Siim Kasepõld
Mar 30 at 12:10
I think it's read-only problem. Question itself went outdated, I got the file to windows thru internet. But I think it's a interesting what needs an answer, so other could search it on the internet
â Siim Kasepõld
Mar 30 at 12:27
OK. It looks like we need the output of justmount
on its own. Thegrep
bit was supposed to filter it down to file systems youâÂÂve mounted, but this suggests there werenâÂÂt any?
â mwfearnley
Mar 30 at 14:02
just same what fought, what you wanted. I went thru grep tutorial online, because it's long time passed, I used it back in school. I'll try mounting it. Great thanks.
â Siim Kasepõld
Apr 2 at 10:40
 |Â
show 1 more comment
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have tried copying to mounted windows system, but error is such
cp /home/siim/aeg /run/media/siim/96A09DB9A09DA073
cp: cannot create regular file '/run/media/siim/96A09DB9A09DA073/aeg': Read-only file system
dual-boot windows
I have tried copying to mounted windows system, but error is such
cp /home/siim/aeg /run/media/siim/96A09DB9A09DA073
cp: cannot create regular file '/run/media/siim/96A09DB9A09DA073/aeg': Read-only file system
dual-boot windows
dual-boot windows
asked Mar 29 at 15:44
Siim Kasepõld
1
1
Is the partition mounted as read-only? Add the output ofmount | grep /run/media
to your question.
â mwfearnley
Mar 29 at 19:15
I tried mount | grep /run/media. It doesn't give any output.
â Siim Kasepõld
Mar 30 at 12:10
I think it's read-only problem. Question itself went outdated, I got the file to windows thru internet. But I think it's a interesting what needs an answer, so other could search it on the internet
â Siim Kasepõld
Mar 30 at 12:27
OK. It looks like we need the output of justmount
on its own. Thegrep
bit was supposed to filter it down to file systems youâÂÂve mounted, but this suggests there werenâÂÂt any?
â mwfearnley
Mar 30 at 14:02
just same what fought, what you wanted. I went thru grep tutorial online, because it's long time passed, I used it back in school. I'll try mounting it. Great thanks.
â Siim Kasepõld
Apr 2 at 10:40
 |Â
show 1 more comment
Is the partition mounted as read-only? Add the output ofmount | grep /run/media
to your question.
â mwfearnley
Mar 29 at 19:15
I tried mount | grep /run/media. It doesn't give any output.
â Siim Kasepõld
Mar 30 at 12:10
I think it's read-only problem. Question itself went outdated, I got the file to windows thru internet. But I think it's a interesting what needs an answer, so other could search it on the internet
â Siim Kasepõld
Mar 30 at 12:27
OK. It looks like we need the output of justmount
on its own. Thegrep
bit was supposed to filter it down to file systems youâÂÂve mounted, but this suggests there werenâÂÂt any?
â mwfearnley
Mar 30 at 14:02
just same what fought, what you wanted. I went thru grep tutorial online, because it's long time passed, I used it back in school. I'll try mounting it. Great thanks.
â Siim Kasepõld
Apr 2 at 10:40
Is the partition mounted as read-only? Add the output of
mount | grep /run/media
to your question.â mwfearnley
Mar 29 at 19:15
Is the partition mounted as read-only? Add the output of
mount | grep /run/media
to your question.â mwfearnley
Mar 29 at 19:15
I tried mount | grep /run/media. It doesn't give any output.
â Siim Kasepõld
Mar 30 at 12:10
I tried mount | grep /run/media. It doesn't give any output.
â Siim Kasepõld
Mar 30 at 12:10
I think it's read-only problem. Question itself went outdated, I got the file to windows thru internet. But I think it's a interesting what needs an answer, so other could search it on the internet
â Siim Kasepõld
Mar 30 at 12:27
I think it's read-only problem. Question itself went outdated, I got the file to windows thru internet. But I think it's a interesting what needs an answer, so other could search it on the internet
â Siim Kasepõld
Mar 30 at 12:27
OK. It looks like we need the output of just
mount
on its own. The grep
bit was supposed to filter it down to file systems youâÂÂve mounted, but this suggests there werenâÂÂt any?â mwfearnley
Mar 30 at 14:02
OK. It looks like we need the output of just
mount
on its own. The grep
bit was supposed to filter it down to file systems youâÂÂve mounted, but this suggests there werenâÂÂt any?â mwfearnley
Mar 30 at 14:02
just same what fought, what you wanted. I went thru grep tutorial online, because it's long time passed, I used it back in school. I'll try mounting it. Great thanks.
â Siim Kasepõld
Apr 2 at 10:40
just same what fought, what you wanted. I went thru grep tutorial online, because it's long time passed, I used it back in school. I'll try mounting it. Great thanks.
â Siim Kasepõld
Apr 2 at 10:40
 |Â
show 1 more comment
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Â
draft saved
draft discarded
Â
draft saved
draft discarded
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%2f1020314%2fhow-to-copy-files-from-linux-partition-to-windows-partition-dual-boot%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
Is the partition mounted as read-only? Add the output of
mount | grep /run/media
to your question.â mwfearnley
Mar 29 at 19:15
I tried mount | grep /run/media. It doesn't give any output.
â Siim Kasepõld
Mar 30 at 12:10
I think it's read-only problem. Question itself went outdated, I got the file to windows thru internet. But I think it's a interesting what needs an answer, so other could search it on the internet
â Siim Kasepõld
Mar 30 at 12:27
OK. It looks like we need the output of just
mount
on its own. Thegrep
bit was supposed to filter it down to file systems youâÂÂve mounted, but this suggests there werenâÂÂt any?â mwfearnley
Mar 30 at 14:02
just same what fought, what you wanted. I went thru grep tutorial online, because it's long time passed, I used it back in school. I'll try mounting it. Great thanks.
â Siim Kasepõld
Apr 2 at 10:40