I am new to Ubuntu, using 14.04 I am trying to format an SD card to make space on it, and it's not working. I tried in terminal:
format mmcblk0
hformat mmcblk0
and it says:
hformat: /home/michael/mmcblk0: error (no such file or directory)
How do you format an SD card?
It's very easy.
First insert your SD in Sdcard Reader, let Ubuntu mount it.
check the access path for the sd card using
df
You will get some output like thisUnmount the sd using
Format the card using
mkfs
-F flag is for Fat32 system.
-v flag is for being verbose
You can use the included Disks application
Click on the target partition. Now you can create new partitions, format the disk or change partition type.
Use the software gparted to format the partition on your sd drive
Download gparted from the software centre
Start it
Load your sd within the software (upper right button)
right click on sd partition: unmount
Delete partition
Create new partition fat32, label it as you like
That's it, if you have any problem write here :)