Not able to format SD card
![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
I have the following disks:
tatiana@berlin ~ $ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
mmcblk0rpmb 179:24 0 4M 0 disk
mmcblk0boot0 179:8 0 4M 1 disk
mmcblk0boot1 179:16 0 4M 1 disk
mmcblk0 179:0 0 29,1G 0 disk
âÂÂâÂÂmmcblk0p4 179:4 0 6,6G 0 part /home
âÂÂâÂÂmmcblk0p2 179:2 0 18,6G 0 part /
âÂÂâÂÂmmcblk0p3 179:3 0 191M 0 part /boot/efi
âÂÂâÂÂmmcblk0p1 179:1 0 3,7G 0 part [SWAP]
My first question is: why are there 3 disks mmcblk0rpmb, mmcblk0boot0 and mmcblk0boot1, when I have only one SD card? mmcblk0 is the disk where I have my linux distribution installed.
Also I have the following:
tatiana@berlin ~ $ sudo fdisk -l
Disk /dev/mmcblk0: 29,1 GiB, 31268536320 bytes, 61071360 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 9B2ADCED-F492-4EDF-AC8D-D29AD20B8E35
Device Start End Sectors Size Type
/dev/mmcblk0p1 2048 7813119 7811072 3,7G Linux swap
/dev/mmcblk0p2 7813120 46874623 39061504 18,6G Linux filesystem
/dev/mmcblk0p3 46874624 47265791 391168 191M EFI System
/dev/mmcblk0p4 47265792 61069311 13803520 6,6G Linux filesystem
Disk /dev/mmcblk0boot1: 4 MiB, 4194304 bytes, 8192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/mmcblk0boot0: 4 MiB, 4194304 bytes, 8192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Why fdisk doesn't list mmcblk0rpmb as lsblk does?
Finally, when I open gparted, it only shows mmcblk0. To open other disks I have to write, e.g. gparted /dev/mmcblk0boot1
. There I create a partition table, but fail to do so and get the message Operation not permitted during write on /dev/mmcblk0boot0
The same happens with mmcblk0boot1.
How do I format the SD card? Thanks for your help.
format sd-card
add a comment |Â
up vote
1
down vote
favorite
I have the following disks:
tatiana@berlin ~ $ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
mmcblk0rpmb 179:24 0 4M 0 disk
mmcblk0boot0 179:8 0 4M 1 disk
mmcblk0boot1 179:16 0 4M 1 disk
mmcblk0 179:0 0 29,1G 0 disk
âÂÂâÂÂmmcblk0p4 179:4 0 6,6G 0 part /home
âÂÂâÂÂmmcblk0p2 179:2 0 18,6G 0 part /
âÂÂâÂÂmmcblk0p3 179:3 0 191M 0 part /boot/efi
âÂÂâÂÂmmcblk0p1 179:1 0 3,7G 0 part [SWAP]
My first question is: why are there 3 disks mmcblk0rpmb, mmcblk0boot0 and mmcblk0boot1, when I have only one SD card? mmcblk0 is the disk where I have my linux distribution installed.
Also I have the following:
tatiana@berlin ~ $ sudo fdisk -l
Disk /dev/mmcblk0: 29,1 GiB, 31268536320 bytes, 61071360 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 9B2ADCED-F492-4EDF-AC8D-D29AD20B8E35
Device Start End Sectors Size Type
/dev/mmcblk0p1 2048 7813119 7811072 3,7G Linux swap
/dev/mmcblk0p2 7813120 46874623 39061504 18,6G Linux filesystem
/dev/mmcblk0p3 46874624 47265791 391168 191M EFI System
/dev/mmcblk0p4 47265792 61069311 13803520 6,6G Linux filesystem
Disk /dev/mmcblk0boot1: 4 MiB, 4194304 bytes, 8192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/mmcblk0boot0: 4 MiB, 4194304 bytes, 8192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Why fdisk doesn't list mmcblk0rpmb as lsblk does?
Finally, when I open gparted, it only shows mmcblk0. To open other disks I have to write, e.g. gparted /dev/mmcblk0boot1
. There I create a partition table, but fail to do so and get the message Operation not permitted during write on /dev/mmcblk0boot0
The same happens with mmcblk0boot1.
How do I format the SD card? Thanks for your help.
format sd-card
Please tell us more about your SD card. There seems to be an operating system on it. What operating system? How did you create it? What does it look like, when connected some other way, for example in another computer or via a USB adapter?
â sudodus
May 24 at 5:34
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I have the following disks:
tatiana@berlin ~ $ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
mmcblk0rpmb 179:24 0 4M 0 disk
mmcblk0boot0 179:8 0 4M 1 disk
mmcblk0boot1 179:16 0 4M 1 disk
mmcblk0 179:0 0 29,1G 0 disk
âÂÂâÂÂmmcblk0p4 179:4 0 6,6G 0 part /home
âÂÂâÂÂmmcblk0p2 179:2 0 18,6G 0 part /
âÂÂâÂÂmmcblk0p3 179:3 0 191M 0 part /boot/efi
âÂÂâÂÂmmcblk0p1 179:1 0 3,7G 0 part [SWAP]
My first question is: why are there 3 disks mmcblk0rpmb, mmcblk0boot0 and mmcblk0boot1, when I have only one SD card? mmcblk0 is the disk where I have my linux distribution installed.
Also I have the following:
tatiana@berlin ~ $ sudo fdisk -l
Disk /dev/mmcblk0: 29,1 GiB, 31268536320 bytes, 61071360 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 9B2ADCED-F492-4EDF-AC8D-D29AD20B8E35
Device Start End Sectors Size Type
/dev/mmcblk0p1 2048 7813119 7811072 3,7G Linux swap
/dev/mmcblk0p2 7813120 46874623 39061504 18,6G Linux filesystem
/dev/mmcblk0p3 46874624 47265791 391168 191M EFI System
/dev/mmcblk0p4 47265792 61069311 13803520 6,6G Linux filesystem
Disk /dev/mmcblk0boot1: 4 MiB, 4194304 bytes, 8192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/mmcblk0boot0: 4 MiB, 4194304 bytes, 8192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Why fdisk doesn't list mmcblk0rpmb as lsblk does?
Finally, when I open gparted, it only shows mmcblk0. To open other disks I have to write, e.g. gparted /dev/mmcblk0boot1
. There I create a partition table, but fail to do so and get the message Operation not permitted during write on /dev/mmcblk0boot0
The same happens with mmcblk0boot1.
How do I format the SD card? Thanks for your help.
format sd-card
I have the following disks:
tatiana@berlin ~ $ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
mmcblk0rpmb 179:24 0 4M 0 disk
mmcblk0boot0 179:8 0 4M 1 disk
mmcblk0boot1 179:16 0 4M 1 disk
mmcblk0 179:0 0 29,1G 0 disk
âÂÂâÂÂmmcblk0p4 179:4 0 6,6G 0 part /home
âÂÂâÂÂmmcblk0p2 179:2 0 18,6G 0 part /
âÂÂâÂÂmmcblk0p3 179:3 0 191M 0 part /boot/efi
âÂÂâÂÂmmcblk0p1 179:1 0 3,7G 0 part [SWAP]
My first question is: why are there 3 disks mmcblk0rpmb, mmcblk0boot0 and mmcblk0boot1, when I have only one SD card? mmcblk0 is the disk where I have my linux distribution installed.
Also I have the following:
tatiana@berlin ~ $ sudo fdisk -l
Disk /dev/mmcblk0: 29,1 GiB, 31268536320 bytes, 61071360 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 9B2ADCED-F492-4EDF-AC8D-D29AD20B8E35
Device Start End Sectors Size Type
/dev/mmcblk0p1 2048 7813119 7811072 3,7G Linux swap
/dev/mmcblk0p2 7813120 46874623 39061504 18,6G Linux filesystem
/dev/mmcblk0p3 46874624 47265791 391168 191M EFI System
/dev/mmcblk0p4 47265792 61069311 13803520 6,6G Linux filesystem
Disk /dev/mmcblk0boot1: 4 MiB, 4194304 bytes, 8192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/mmcblk0boot0: 4 MiB, 4194304 bytes, 8192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Why fdisk doesn't list mmcblk0rpmb as lsblk does?
Finally, when I open gparted, it only shows mmcblk0. To open other disks I have to write, e.g. gparted /dev/mmcblk0boot1
. There I create a partition table, but fail to do so and get the message Operation not permitted during write on /dev/mmcblk0boot0
The same happens with mmcblk0boot1.
How do I format the SD card? Thanks for your help.
format sd-card
asked May 24 at 4:37
![](https://i.stack.imgur.com/YDndU.jpg?s=32&g=1)
![](https://i.stack.imgur.com/YDndU.jpg?s=32&g=1)
Vladimir Vargas
13518
13518
Please tell us more about your SD card. There seems to be an operating system on it. What operating system? How did you create it? What does it look like, when connected some other way, for example in another computer or via a USB adapter?
â sudodus
May 24 at 5:34
add a comment |Â
Please tell us more about your SD card. There seems to be an operating system on it. What operating system? How did you create it? What does it look like, when connected some other way, for example in another computer or via a USB adapter?
â sudodus
May 24 at 5:34
Please tell us more about your SD card. There seems to be an operating system on it. What operating system? How did you create it? What does it look like, when connected some other way, for example in another computer or via a USB adapter?
â sudodus
May 24 at 5:34
Please tell us more about your SD card. There seems to be an operating system on it. What operating system? How did you create it? What does it look like, when connected some other way, for example in another computer or via a USB adapter?
â sudodus
May 24 at 5:34
add a 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%2f1039650%2fnot-able-to-format-sd-card%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
Please tell us more about your SD card. There seems to be an operating system on it. What operating system? How did you create it? What does it look like, when connected some other way, for example in another computer or via a USB adapter?
â sudodus
May 24 at 5:34