Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I'm trying to format a SanDisk 16GB microSD card but when I do I keep getting the following message: One or more partitions are busy on /dev/mmcblk0 So my question is how do I correct this so that I can properly format the card? I've tried formatting it with GParted but it never makes it past the second step. Any help is greatly appreciated.

Thanks

share|improve this question

2 Answers

try umount it first. Use the new utility that comes with ubuntu , its name is disk utility or something like this.

or try open a terminal and do

sudo mkfs /dev/mmcblk0 -t ext3

or -t vfat if you want to use it on windows

share|improve this answer

Maybe your Micro SD Card is broken. It's possible. Random physical problems recieve random error msgs.

share|improve this answer
This is more of a general comment on a possibility, rather than a definitive answer. Please define and elaborate if it is intended to be an answer rather than a comment. – zkriesse Jul 16 '11 at 18:28

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.