Formatting an SD card/Linux/es: Difference between revisions
From Hacks Guide Wiki
More actions
// Translation // |
// Translation // |
||
| Line 47: | Line 47: | ||
<li>Escribe <code>sudo mkfs.vfat /dev/<nombre de la partición> -s 64</code> para reformatear la nueva partición | <li>Escribe <code>sudo mkfs.vfat /dev/<nombre de la partición> -s 64</code> para reformatear la nueva partición | ||
<ul><li>Si la tarjeta SD tiene más de 32GB de capacidad, cambia <code>64</code> a <code>128</code></li></ul></li> | <ul><li>Si la tarjeta SD tiene más de 32GB de capacidad, cambia <code>64</code> a <code>128</code></li></ul></li> | ||
<li> | <li>Escribe <code>sudo eject /dev/<nombre del dispositivo></code>, después retira y reinserta la tarjeta SD</li> | ||
<li><span lang="en" dir="ltr" class="mw-content-ltr">If the SD card had any files and folders on it before the format, copy everything back from your computer, unless you were linked to this by another guide that needs the SD to be formatted and blank</span></li> | <li><span lang="en" dir="ltr" class="mw-content-ltr">If the SD card had any files and folders on it before the format, copy everything back from your computer, unless you were linked to this by another guide that needs the SD to be formatted and blank</span></li> | ||
</ol> | </ol> | ||