How to make read-only file system writable on Ubuntu 16.04?How to make read-only file system writable?How to make read-only file system writable?Read only file systemHow do I make a read-only file system writable for pendriveNot able to write to pendriveNeed help extracting data from a floppy disk formatted by an old drum machineWhy do i get wrong filesystem error on mounting external drive whilst correct ntfs-utils is installed?Panasonic GH3/ Exfat Issues: file system is larger than underlying devicePen drive turned read onlyFilesystem curruption / Remounted as read-onlyExternal USB hard drive ext4 partition mounts as read-only on Ubuntu 14.04.5 LTS, e2fsck recommended

PTIJ: Why is Haman obsessed with Bose?

Why does Carol not get rid of the Kree symbol on her suit when she changes its colours?

Can I cause damage to electrical appliances by unplugging them when they are turned on?

How do I fix the group tension caused by my character stealing and possibly killing without provocation?

Why the "ls" command is showing the permissions of files in a FAT32 partition?

What features enable the Su-25 Frogfoot to operate with such a wide variety of fuels?

A Trivial Diagnosis

Giving feedback to someone without sounding prejudiced

Is this toilet slogan correct usage of the English language?

What kind of floor tile is this?

Why do Radio Buttons not fill the entire outer circle?

Circuit Analysis: Obtaining Close Loop OP - AMP Transfer function

How could a planet have erratic days?

Doesn't the system of the Supreme Court oppose justice?

Why does AES have exactly 10 rounds for a 128-bit key, 12 for 192 bits and 14 for a 256-bit key size?

What are some good ways to treat frozen vegetables such that they behave like fresh vegetables when stir frying them?

The Digit Triangles

Change the color of a single dot in `ddot` symbol

How can I write humor as character trait?

Is there a nicer/politer/more positive alternative for "negates"?

Do we have to expect a queue for the shuttle from Watford Junction to Harry Potter Studio?

awk assign to multiple variables at once

Biological Blimps: Propulsion

Can I say "fingers" when referring to toes?



How to make read-only file system writable on Ubuntu 16.04?


How to make read-only file system writable?How to make read-only file system writable?Read only file systemHow do I make a read-only file system writable for pendriveNot able to write to pendriveNeed help extracting data from a floppy disk formatted by an old drum machineWhy do i get wrong filesystem error on mounting external drive whilst correct ntfs-utils is installed?Panasonic GH3/ Exfat Issues: file system is larger than underlying devicePen drive turned read onlyFilesystem curruption / Remounted as read-onlyExternal USB hard drive ext4 partition mounts as read-only on Ubuntu 14.04.5 LTS, e2fsck recommended













0















I am trying to delete some files from my microSD card on my Ubuntu 16.04 (I am using MircoSD adapter in order to access my files). However the file system has been changed to 'read-only' and hence I can't delete the files in it.



I tried remounting it read-write (after I read it from here):



sudo mount -o remount,rw '/media/tuxication/MyDrive'


But it says:



mount: cannot remount rw read-write, is write-protected


I tried the other methods mentioned here but none seems to work.



Just to aid you with further details, if I want to format the microSD, it says:



Error wiping device: Command-line `wipefs -a "/dev/mmcblk0p1"' exited with non-zero exit status 1: 
wipefs: error: /dev/mmcblk0p1: probing initialization failed: Read-only file system
(udisks-error-quark, 0)


Any idea how I might solve this?










share|improve this question
















bumped to the homepage by Community 2 hours ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.










  • 3





    Does your memory card have any tiny hardware switch which turns on write protection?

    – Byte Commander
    Sep 9 '16 at 21:45






  • 1





    Many adapters have a plastic switch that makes the card read only. If there is one, try to toggle it.

    – mikewhatever
    Sep 9 '16 at 21:45











  • And if there isn't a switch, then the adapter is more than likely bad. Try a different adapter or get an all-in-one memory card reader.

    – Terrance
    Sep 9 '16 at 21:46











  • @ByteCommander it does. I did unlock it before use.

    – jiltedpotato
    Sep 9 '16 at 21:48











  • @Terrance I don't own a all-in-one memory card reader. But I could purchase one though. Are you sure the problem is hardware related?

    – jiltedpotato
    Sep 9 '16 at 21:49















0















I am trying to delete some files from my microSD card on my Ubuntu 16.04 (I am using MircoSD adapter in order to access my files). However the file system has been changed to 'read-only' and hence I can't delete the files in it.



I tried remounting it read-write (after I read it from here):



sudo mount -o remount,rw '/media/tuxication/MyDrive'


But it says:



mount: cannot remount rw read-write, is write-protected


I tried the other methods mentioned here but none seems to work.



Just to aid you with further details, if I want to format the microSD, it says:



Error wiping device: Command-line `wipefs -a "/dev/mmcblk0p1"' exited with non-zero exit status 1: 
wipefs: error: /dev/mmcblk0p1: probing initialization failed: Read-only file system
(udisks-error-quark, 0)


Any idea how I might solve this?










share|improve this question
















bumped to the homepage by Community 2 hours ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.










  • 3





    Does your memory card have any tiny hardware switch which turns on write protection?

    – Byte Commander
    Sep 9 '16 at 21:45






  • 1





    Many adapters have a plastic switch that makes the card read only. If there is one, try to toggle it.

    – mikewhatever
    Sep 9 '16 at 21:45











  • And if there isn't a switch, then the adapter is more than likely bad. Try a different adapter or get an all-in-one memory card reader.

    – Terrance
    Sep 9 '16 at 21:46











  • @ByteCommander it does. I did unlock it before use.

    – jiltedpotato
    Sep 9 '16 at 21:48











  • @Terrance I don't own a all-in-one memory card reader. But I could purchase one though. Are you sure the problem is hardware related?

    – jiltedpotato
    Sep 9 '16 at 21:49













0












0








0








I am trying to delete some files from my microSD card on my Ubuntu 16.04 (I am using MircoSD adapter in order to access my files). However the file system has been changed to 'read-only' and hence I can't delete the files in it.



I tried remounting it read-write (after I read it from here):



sudo mount -o remount,rw '/media/tuxication/MyDrive'


But it says:



mount: cannot remount rw read-write, is write-protected


I tried the other methods mentioned here but none seems to work.



Just to aid you with further details, if I want to format the microSD, it says:



Error wiping device: Command-line `wipefs -a "/dev/mmcblk0p1"' exited with non-zero exit status 1: 
wipefs: error: /dev/mmcblk0p1: probing initialization failed: Read-only file system
(udisks-error-quark, 0)


Any idea how I might solve this?










share|improve this question
















I am trying to delete some files from my microSD card on my Ubuntu 16.04 (I am using MircoSD adapter in order to access my files). However the file system has been changed to 'read-only' and hence I can't delete the files in it.



I tried remounting it read-write (after I read it from here):



sudo mount -o remount,rw '/media/tuxication/MyDrive'


But it says:



mount: cannot remount rw read-write, is write-protected


I tried the other methods mentioned here but none seems to work.



Just to aid you with further details, if I want to format the microSD, it says:



Error wiping device: Command-line `wipefs -a "/dev/mmcblk0p1"' exited with non-zero exit status 1: 
wipefs: error: /dev/mmcblk0p1: probing initialization failed: Read-only file system
(udisks-error-quark, 0)


Any idea how I might solve this?







filesystem read-only






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Apr 13 '17 at 12:24









Community

1




1










asked Sep 9 '16 at 21:37









jiltedpotatojiltedpotato

314




314





bumped to the homepage by Community 2 hours ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community 2 hours ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.









  • 3





    Does your memory card have any tiny hardware switch which turns on write protection?

    – Byte Commander
    Sep 9 '16 at 21:45






  • 1





    Many adapters have a plastic switch that makes the card read only. If there is one, try to toggle it.

    – mikewhatever
    Sep 9 '16 at 21:45











  • And if there isn't a switch, then the adapter is more than likely bad. Try a different adapter or get an all-in-one memory card reader.

    – Terrance
    Sep 9 '16 at 21:46











  • @ByteCommander it does. I did unlock it before use.

    – jiltedpotato
    Sep 9 '16 at 21:48











  • @Terrance I don't own a all-in-one memory card reader. But I could purchase one though. Are you sure the problem is hardware related?

    – jiltedpotato
    Sep 9 '16 at 21:49












  • 3





    Does your memory card have any tiny hardware switch which turns on write protection?

    – Byte Commander
    Sep 9 '16 at 21:45






  • 1





    Many adapters have a plastic switch that makes the card read only. If there is one, try to toggle it.

    – mikewhatever
    Sep 9 '16 at 21:45











  • And if there isn't a switch, then the adapter is more than likely bad. Try a different adapter or get an all-in-one memory card reader.

    – Terrance
    Sep 9 '16 at 21:46











  • @ByteCommander it does. I did unlock it before use.

    – jiltedpotato
    Sep 9 '16 at 21:48











  • @Terrance I don't own a all-in-one memory card reader. But I could purchase one though. Are you sure the problem is hardware related?

    – jiltedpotato
    Sep 9 '16 at 21:49







3




3





Does your memory card have any tiny hardware switch which turns on write protection?

– Byte Commander
Sep 9 '16 at 21:45





Does your memory card have any tiny hardware switch which turns on write protection?

– Byte Commander
Sep 9 '16 at 21:45




1




1





Many adapters have a plastic switch that makes the card read only. If there is one, try to toggle it.

– mikewhatever
Sep 9 '16 at 21:45





Many adapters have a plastic switch that makes the card read only. If there is one, try to toggle it.

– mikewhatever
Sep 9 '16 at 21:45













And if there isn't a switch, then the adapter is more than likely bad. Try a different adapter or get an all-in-one memory card reader.

– Terrance
Sep 9 '16 at 21:46





And if there isn't a switch, then the adapter is more than likely bad. Try a different adapter or get an all-in-one memory card reader.

– Terrance
Sep 9 '16 at 21:46













@ByteCommander it does. I did unlock it before use.

– jiltedpotato
Sep 9 '16 at 21:48





@ByteCommander it does. I did unlock it before use.

– jiltedpotato
Sep 9 '16 at 21:48













@Terrance I don't own a all-in-one memory card reader. But I could purchase one though. Are you sure the problem is hardware related?

– jiltedpotato
Sep 9 '16 at 21:49





@Terrance I don't own a all-in-one memory card reader. But I could purchase one though. Are you sure the problem is hardware related?

– jiltedpotato
Sep 9 '16 at 21:49










1 Answer
1






active

oldest

votes


















0














Try this:



Open a terminal,


Press Ctrl+Alt+T



Run it:



exec sudo -i
umount /dev/mmcblk0p1
dd if=/dev/zero of=/dev/mmcblk0p1 bs=1024
mkfs.vfat -F 32 /dev/mmcblk0p1 -I





share|improve this answer























  • It says: No command 'unmount' found, did you mean: Command 'umount' from package 'mount' (main) unmount: command not found

    – jiltedpotato
    Sep 10 '16 at 8:10










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',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
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%2f823074%2fhow-to-make-read-only-file-system-writable-on-ubuntu-16-04%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














Try this:



Open a terminal,


Press Ctrl+Alt+T



Run it:



exec sudo -i
umount /dev/mmcblk0p1
dd if=/dev/zero of=/dev/mmcblk0p1 bs=1024
mkfs.vfat -F 32 /dev/mmcblk0p1 -I





share|improve this answer























  • It says: No command 'unmount' found, did you mean: Command 'umount' from package 'mount' (main) unmount: command not found

    – jiltedpotato
    Sep 10 '16 at 8:10















0














Try this:



Open a terminal,


Press Ctrl+Alt+T



Run it:



exec sudo -i
umount /dev/mmcblk0p1
dd if=/dev/zero of=/dev/mmcblk0p1 bs=1024
mkfs.vfat -F 32 /dev/mmcblk0p1 -I





share|improve this answer























  • It says: No command 'unmount' found, did you mean: Command 'umount' from package 'mount' (main) unmount: command not found

    – jiltedpotato
    Sep 10 '16 at 8:10













0












0








0







Try this:



Open a terminal,


Press Ctrl+Alt+T



Run it:



exec sudo -i
umount /dev/mmcblk0p1
dd if=/dev/zero of=/dev/mmcblk0p1 bs=1024
mkfs.vfat -F 32 /dev/mmcblk0p1 -I





share|improve this answer













Try this:



Open a terminal,


Press Ctrl+Alt+T



Run it:



exec sudo -i
umount /dev/mmcblk0p1
dd if=/dev/zero of=/dev/mmcblk0p1 bs=1024
mkfs.vfat -F 32 /dev/mmcblk0p1 -I






share|improve this answer












share|improve this answer



share|improve this answer










answered Sep 10 '16 at 0:52









kyodakekyodake

9,86811932




9,86811932












  • It says: No command 'unmount' found, did you mean: Command 'umount' from package 'mount' (main) unmount: command not found

    – jiltedpotato
    Sep 10 '16 at 8:10

















  • It says: No command 'unmount' found, did you mean: Command 'umount' from package 'mount' (main) unmount: command not found

    – jiltedpotato
    Sep 10 '16 at 8:10
















It says: No command 'unmount' found, did you mean: Command 'umount' from package 'mount' (main) unmount: command not found

– jiltedpotato
Sep 10 '16 at 8:10





It says: No command 'unmount' found, did you mean: Command 'umount' from package 'mount' (main) unmount: command not found

– jiltedpotato
Sep 10 '16 at 8:10

















draft saved

draft discarded
















































Thanks for contributing an answer to Ask Ubuntu!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f823074%2fhow-to-make-read-only-file-system-writable-on-ubuntu-16-04%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Are there any comparative studies done between Ashtavakra Gita and Buddhim?How is it wrong to believe that a self exists, or that it doesn't?Can you criticise or improve Ven. Bodhi's description of MahayanaWas the doctrine of 'Anatta', accepted as doctrine by modern Buddhism, actually taught by the Buddha?Relationship between Buddhism, Hinduism and Yoga?Comparison of Nirvana, Tao and Brahman/AtmaIs there a distinction between “ego identity” and “craving/hating”?Are there many differences between Taoism and Buddhism?Loss of “faith” in buddhismSimilarity between creation in Abrahamic religions and beginning of life in Earth mentioned Agganna Sutta?Are there studies about the difference between meditating in the morning versus in the evening?Can one follow Hinduism and Buddhism at the same time?Are there any prohibitions on participating in other religion's practices?Psychology of 'flow'

Where else does the Shulchan Aruch quote an authority by name?Parashat Metzora+HagadolPesach/PassoverShulchan Aruch UTF-8Anonymous glosses in the Shulchan AruchWhy is the Shulchan Aruch definitive?Siman 32, Kitzur Shulchan Aruch: UntranslatedLitvaks/Yeshivish and Shulchan AruchBuying a Shulchan AruchEnglish version of SHULCHAN ARUCHIs there any place where Shulchan Aruch rules with the Rosh against the Rif and Rambam?Are there practices where Sepharadim do not hold by Shulchan Aruch?5th part of the shulchan aruch

fallocate: fallocate failed: Text file busy in Ubuntu 17.04? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)defragmenting and increasing performance of old lubuntu system with swap partitionIssue with increasing the root partition from the swapthis /usr/bin/dpkg returned error || ubuntu-16.04, 64bitDefault 17.04 swap file locationHow to Resize Ubuntu 17.04 Zesty Swap file size?Ubuntu freezes from online formsMy Laptop is not starting after upgrade ubuntu 16.04 (Kernel 4.8.0-38 to 04.10.0-36)hcp: ERROR: FALLOCATE FAILED!Not sure my swap is being usedWine 3.0 asking for more virtual free swap