I removed all partitions in a memory card using "Disks" application in Ubuntu. Then I tried to create a partition. But I'm getting an error when doing so:
Asked
Active
Viewed 39 times
0
-
I doubt we can help you fix it, because that would involve you learning how to program for a number of years, then digging into source code, finding the bug, fixing, patching, recompiling... - all rather complex, time consuming adventures. As a simple workaround, try another program, Gparted. – mikewhatever Sep 23 '23 at 05:46
-
Does this answer your question? Sandisk Cruzer Blade not detected and can't be formatted – karel Sep 23 '23 at 07:16
-
Part-type is MBR or gpt. You set that only for entire drive like sdb. Then you create partition(s) like sdb1 and format that partition. – oldfred Sep 23 '23 at 13:38