Every USB stick saying âThe Destination is Read Onlyâ
![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
Any USB stick I put in now says that "the destination is read only." I have tried
sudo mount -o remount,rw /dev/sdb1 (sdb1 being the path of my usb)
but this does not work (still receive "read only" msg). I have done an umount
and remount
. No go. Any help would be greatly appreciated. I am a newbie, so please keep any answers simple.
usb mount
 |Â
show 1 more comment
up vote
1
down vote
favorite
Any USB stick I put in now says that "the destination is read only." I have tried
sudo mount -o remount,rw /dev/sdb1 (sdb1 being the path of my usb)
but this does not work (still receive "read only" msg). I have done an umount
and remount
. No go. Any help would be greatly appreciated. I am a newbie, so please keep any answers simple.
usb mount
1
Is the stick writable on other comps?
â Pilot6
Jun 10 at 18:16
1
The question, as written, implies, but does not explicitly state, that is a recurring problem with multiple USB sticks.âÂÂPlease edit to specify whether this is the case.âÂÂAlso, why are you mounting USB sticks withsudo
?âÂÂRemovable media can usually be mounted from a file manager.
â xiota
Jun 10 at 19:34
Try to analyze the problem according to this link, Can't format my usb drive. I have already tried with mkdosfs and gparted. -- What have you done with the USB sticks? Are they standard sticks, that you use to store files? Are they USB boot drives (for example to install Ubuntu)? Have you created or modified the partition(s) or file system(s)?
â sudodus
Jun 10 at 19:40
I had assumed it was all usb sticks, but I had only tried 3 of them. I just tried 6 more, and one of them works! Not sure if it's a coincidence, but this one has the most free space (16gb stick with 11gb free). The others all have less than a gig free, yet plenty of room (e.g. one has 650mb free), to copy the 900kb file I am trying to copy onto them.
â Steven May
Jun 11 at 2:40
From your answer I assume that these USB pendrives are standard sticks, that you use to store files and I would guess that they are healthy (at least most of them), so you should be able to write files to them. Please try to unmount and mount them according to the following link, How do I use 'chmod' on an NTFS (or FAT32) partition?
â sudodus
Jun 11 at 5:48
 |Â
show 1 more comment
up vote
1
down vote
favorite
up vote
1
down vote
favorite
Any USB stick I put in now says that "the destination is read only." I have tried
sudo mount -o remount,rw /dev/sdb1 (sdb1 being the path of my usb)
but this does not work (still receive "read only" msg). I have done an umount
and remount
. No go. Any help would be greatly appreciated. I am a newbie, so please keep any answers simple.
usb mount
Any USB stick I put in now says that "the destination is read only." I have tried
sudo mount -o remount,rw /dev/sdb1 (sdb1 being the path of my usb)
but this does not work (still receive "read only" msg). I have done an umount
and remount
. No go. Any help would be greatly appreciated. I am a newbie, so please keep any answers simple.
usb mount
edited Jun 10 at 18:10
zx485
750514
750514
asked Jun 10 at 17:51
Steven May
61
61
1
Is the stick writable on other comps?
â Pilot6
Jun 10 at 18:16
1
The question, as written, implies, but does not explicitly state, that is a recurring problem with multiple USB sticks.âÂÂPlease edit to specify whether this is the case.âÂÂAlso, why are you mounting USB sticks withsudo
?âÂÂRemovable media can usually be mounted from a file manager.
â xiota
Jun 10 at 19:34
Try to analyze the problem according to this link, Can't format my usb drive. I have already tried with mkdosfs and gparted. -- What have you done with the USB sticks? Are they standard sticks, that you use to store files? Are they USB boot drives (for example to install Ubuntu)? Have you created or modified the partition(s) or file system(s)?
â sudodus
Jun 10 at 19:40
I had assumed it was all usb sticks, but I had only tried 3 of them. I just tried 6 more, and one of them works! Not sure if it's a coincidence, but this one has the most free space (16gb stick with 11gb free). The others all have less than a gig free, yet plenty of room (e.g. one has 650mb free), to copy the 900kb file I am trying to copy onto them.
â Steven May
Jun 11 at 2:40
From your answer I assume that these USB pendrives are standard sticks, that you use to store files and I would guess that they are healthy (at least most of them), so you should be able to write files to them. Please try to unmount and mount them according to the following link, How do I use 'chmod' on an NTFS (or FAT32) partition?
â sudodus
Jun 11 at 5:48
 |Â
show 1 more comment
1
Is the stick writable on other comps?
â Pilot6
Jun 10 at 18:16
1
The question, as written, implies, but does not explicitly state, that is a recurring problem with multiple USB sticks.âÂÂPlease edit to specify whether this is the case.âÂÂAlso, why are you mounting USB sticks withsudo
?âÂÂRemovable media can usually be mounted from a file manager.
â xiota
Jun 10 at 19:34
Try to analyze the problem according to this link, Can't format my usb drive. I have already tried with mkdosfs and gparted. -- What have you done with the USB sticks? Are they standard sticks, that you use to store files? Are they USB boot drives (for example to install Ubuntu)? Have you created or modified the partition(s) or file system(s)?
â sudodus
Jun 10 at 19:40
I had assumed it was all usb sticks, but I had only tried 3 of them. I just tried 6 more, and one of them works! Not sure if it's a coincidence, but this one has the most free space (16gb stick with 11gb free). The others all have less than a gig free, yet plenty of room (e.g. one has 650mb free), to copy the 900kb file I am trying to copy onto them.
â Steven May
Jun 11 at 2:40
From your answer I assume that these USB pendrives are standard sticks, that you use to store files and I would guess that they are healthy (at least most of them), so you should be able to write files to them. Please try to unmount and mount them according to the following link, How do I use 'chmod' on an NTFS (or FAT32) partition?
â sudodus
Jun 11 at 5:48
1
1
Is the stick writable on other comps?
â Pilot6
Jun 10 at 18:16
Is the stick writable on other comps?
â Pilot6
Jun 10 at 18:16
1
1
The question, as written, implies, but does not explicitly state, that is a recurring problem with multiple USB sticks.âÂÂPlease edit to specify whether this is the case.âÂÂAlso, why are you mounting USB sticks with
sudo
?âÂÂRemovable media can usually be mounted from a file manager.â xiota
Jun 10 at 19:34
The question, as written, implies, but does not explicitly state, that is a recurring problem with multiple USB sticks.âÂÂPlease edit to specify whether this is the case.âÂÂAlso, why are you mounting USB sticks with
sudo
?âÂÂRemovable media can usually be mounted from a file manager.â xiota
Jun 10 at 19:34
Try to analyze the problem according to this link, Can't format my usb drive. I have already tried with mkdosfs and gparted. -- What have you done with the USB sticks? Are they standard sticks, that you use to store files? Are they USB boot drives (for example to install Ubuntu)? Have you created or modified the partition(s) or file system(s)?
â sudodus
Jun 10 at 19:40
Try to analyze the problem according to this link, Can't format my usb drive. I have already tried with mkdosfs and gparted. -- What have you done with the USB sticks? Are they standard sticks, that you use to store files? Are they USB boot drives (for example to install Ubuntu)? Have you created or modified the partition(s) or file system(s)?
â sudodus
Jun 10 at 19:40
I had assumed it was all usb sticks, but I had only tried 3 of them. I just tried 6 more, and one of them works! Not sure if it's a coincidence, but this one has the most free space (16gb stick with 11gb free). The others all have less than a gig free, yet plenty of room (e.g. one has 650mb free), to copy the 900kb file I am trying to copy onto them.
â Steven May
Jun 11 at 2:40
I had assumed it was all usb sticks, but I had only tried 3 of them. I just tried 6 more, and one of them works! Not sure if it's a coincidence, but this one has the most free space (16gb stick with 11gb free). The others all have less than a gig free, yet plenty of room (e.g. one has 650mb free), to copy the 900kb file I am trying to copy onto them.
â Steven May
Jun 11 at 2:40
From your answer I assume that these USB pendrives are standard sticks, that you use to store files and I would guess that they are healthy (at least most of them), so you should be able to write files to them. Please try to unmount and mount them according to the following link, How do I use 'chmod' on an NTFS (or FAT32) partition?
â sudodus
Jun 11 at 5:48
From your answer I assume that these USB pendrives are standard sticks, that you use to store files and I would guess that they are healthy (at least most of them), so you should be able to write files to them. Please try to unmount and mount them according to the following link, How do I use 'chmod' on an NTFS (or FAT32) partition?
â sudodus
Jun 11 at 5:48
 |Â
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%2f1045363%2fevery-usb-stick-saying-the-destination-is-read-only%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
Is the stick writable on other comps?
â Pilot6
Jun 10 at 18:16
1
The question, as written, implies, but does not explicitly state, that is a recurring problem with multiple USB sticks.âÂÂPlease edit to specify whether this is the case.âÂÂAlso, why are you mounting USB sticks with
sudo
?âÂÂRemovable media can usually be mounted from a file manager.â xiota
Jun 10 at 19:34
Try to analyze the problem according to this link, Can't format my usb drive. I have already tried with mkdosfs and gparted. -- What have you done with the USB sticks? Are they standard sticks, that you use to store files? Are they USB boot drives (for example to install Ubuntu)? Have you created or modified the partition(s) or file system(s)?
â sudodus
Jun 10 at 19:40
I had assumed it was all usb sticks, but I had only tried 3 of them. I just tried 6 more, and one of them works! Not sure if it's a coincidence, but this one has the most free space (16gb stick with 11gb free). The others all have less than a gig free, yet plenty of room (e.g. one has 650mb free), to copy the 900kb file I am trying to copy onto them.
â Steven May
Jun 11 at 2:40
From your answer I assume that these USB pendrives are standard sticks, that you use to store files and I would guess that they are healthy (at least most of them), so you should be able to write files to them. Please try to unmount and mount them according to the following link, How do I use 'chmod' on an NTFS (or FAT32) partition?
â sudodus
Jun 11 at 5:48