<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.zeitoun.net/lib/exe/css.php?s=feed" type="text/css"?>
<feed version="0.3" xmlns="http://purl.org/atom/ns#">
    <title>Zeitoun.net articles:low-level-format-sd-memory-card-linux</title>
    <tagline></tagline>
    <link rel="alternate" type="text/html" href="http://www.zeitoun.net/"/>
    <id>http://www.zeitoun.net/</id>
    <modified>2026-04-19T17:54:02+02:00</modified>
    <generator>FeedCreator 1.7.2-ppt DokuWiki</generator>
    <entry>
        <title>How to low level format a SD memory card ?</title>
        <link rel="alternate" type="text/html" href="http://www.zeitoun.net/articles/low-level-format-sd-memory-card-linux/start?rev=1381001675&amp;do=diff"/>
        <created>2013-10-05T21:34:35+02:00</created>
        <issued>2013-10-05T21:34:35+02:00</issued>
        <modified>2013-10-05T21:34:35+02:00</modified>
        <id>http://www.zeitoun.net/articles/low-level-format-sd-memory-card-linux/start?rev=1381001675&amp;do=diff</id>
        <summary>*  The command dd is used to low level format the card
	*  The command fdisk is used to create a new primary partition
	*  The command mkfs.vfat us used to create the FAT32 file system



kerphi@ketchup:~$ sudo dd if=/dev/zero of=/dev/sdd
dd: écriture vers `/dev/sdd': Aucun espace disponible sur le périphérique
1974273+0 enregistrements lus
1974272+0 enregistrements écrits
1010827264 octets (1,0 GB) copiés, 1090,36 seconde, 927 kB/s


kerphi@ketchup:~$ sudo fdisk /dev/sdd
Device contains neither…</summary>
    </entry>
</feed>
