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/fr: Difference between revisions

From Hacks Guide Wiki
Cominou (talk | contribs)
Created page with "Entrez <code>a</code> et ensuite <code>p</code> - Lisez le résultat, et assurez-vous que l'appareil est dorénavant formaté correctement :"
Cominou (talk | contribs)
Created page with "Si il n'y a pas de problèmes, entrez <code>w</code> - cela sauvegardera les changements et quittera l'invite de fdisk"
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 il n'y a pas de problèmes, entrez <code>w</code> - cela sauvegardera les changements et quittera l'invite 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>