Formatting an SD card/Linux/es: Difference between revisions
From Hacks Guide Wiki
More actions
// Translation // |
// Translation // |
||
| Line 44: | Line 44: | ||
/dev/<partition name> 8192 62333951 62325760 29.7G c W95 FAT32 (LBA) | /dev/<partition name> 8192 62333951 62325760 29.7G c W95 FAT32 (LBA) | ||
|lang=text}}</li> | |lang=text}}</li> | ||
<li> | <li>Si no hay problemas, escribe <code>w</code> - esto guardará los cambios y saldrá de fdisk</li> | ||
<li><span lang="en" dir="ltr" class="mw-content-ltr">Type <code>sudo mkfs.vfat /dev/<partition name> -s 64</code> to reformat the new partition</span> | <li><span lang="en" dir="ltr" class="mw-content-ltr">Type <code>sudo mkfs.vfat /dev/<partition name> -s 64</code> to reformat the new partition</span> | ||
<ul><li><span lang="en" dir="ltr" class="mw-content-ltr">If the SD card is over 32GB in size, change <code>64</code> to <code>128</code></span></li></ul></li> | <ul><li><span lang="en" dir="ltr" class="mw-content-ltr">If the SD card is over 32GB in size, change <code>64</code> to <code>128</code></span></li></ul></li> | ||