Every USB stick saying “The Destination is Read Only”

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








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.







share|improve this question

















  • 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















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.







share|improve this question

















  • 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













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.







share|improve this question













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.









share|improve this question












share|improve this question




share|improve this question








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 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













  • 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








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
















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%2f1045363%2fevery-usb-stick-saying-the-destination-is-read-only%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%2f1045363%2fevery-usb-stick-saying-the-destination-is-read-only%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