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 "Tapez <code>sudo mkfs.vfat /dev/<nom de la partition> -s 64</code> pour reformater la nouvelle partition"
Cominou (talk | contribs)
Created page with "Si la carte SD fait plus de 32 Go en taille, remplacez <code>64</code> par <code>128</code>"
Line 46: Line 46:
<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>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>Tapez <code>sudo mkfs.vfat /dev/<nom de la partition> -s 64</code> pour reformater la nouvelle partition
<li>Tapez <code>sudo mkfs.vfat /dev/<nom de la partition> -s 64</code> pour reformater la nouvelle partition
<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 carte SD fait plus de 32 Go en taille, remplacez <code>64</code> par <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>