SD Clean/Linux: Difference between revisions
From Hacks Guide Wiki
More actions
StarlitSkies (talk | contribs) wording fixes for additional clarity, standardize formatting |
StarlitSkies (talk | contribs) m forgot to add a sudo for fdisk |
||
| Line 21: | Line 21: | ||
# For each partition of the disk, type <code>umount /dev/<device name>i</code>. | # For each partition of the disk, type <code>umount /dev/<device name>i</code>. | ||
#* Replace <code>i</code> with the partition number you are unmounting. | #* Replace <code>i</code> with the partition number you are unmounting. | ||
# Type <code>fdisk /dev/<device name></code>. | # Type <code>sudo fdisk /dev/<device name></code>. | ||
# Enter <code>o</code>, then enter <code>n</code> and go through all the resulting prompts without changing settings. | # Enter <code>o</code>, then enter <code>n</code> and go through all the resulting prompts without changing settings. | ||
#* If it asks whether to remove a VFAT signature, choose to remove it. | #* If it asks whether to remove a VFAT signature, choose to remove it. | ||