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

SD Clean/Linux: Difference between revisions

From Hacks Guide Wiki
wording fixes for additional clarity, standardize formatting
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.