Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Formatting an SD card/Linux/es: Difference between revisions

From Hacks Guide Wiki
Aless (talk | contribs)
// Translation //
Aless (talk | contribs)
// Translation //
Line 46: Line 46:
<li>Si no hay problemas, escribe <code>w</code> - esto guardará los cambios y saldrá de fdisk</li>
<li>Si no hay problemas, escribe <code>w</code> - esto guardará los cambios y saldrá de fdisk</li>
<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><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>Si la tarjeta SD tiene más de 32GB de capacidad, cambia <code>64</code> a <code>128</code></li></ul></li>
<li><span lang="en" dir="ltr" class="mw-content-ltr">Type <code>sudo eject /dev/<device name></code>, then remove and reinsert the SD card</span></li>
<li><span lang="en" dir="ltr" class="mw-content-ltr">Type <code>sudo eject /dev/<device name></code>, then remove and reinsert the SD card</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>
<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>