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 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><span lang="en" dir="ltr" class="mw-content-ltr">If there are no issues, enter <code>w</code> - this will save changes and exit the fdisk prompt</span></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>