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
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
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.
|
show 8 more comments
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
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
|
show 8 more comments
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
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
filesystem read-only
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
|
show 8 more comments
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
|
show 8 more comments
1 Answer
1
active
oldest
votes
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
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
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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
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
add a comment |
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
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
add a comment |
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
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
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
add a comment |
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
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
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
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
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