USB clean: Difference between revisions
Jump to navigation
Jump to search
(Created page with "dd if=/dev/zero of=/dev/sdb bs=1M Of course replace the sdb with the correct USB drive and make sure it’s umount’d before you dd it") |
mNo edit summary |
||
Line 4: | Line 4: | ||
and make sure it’s umount’d before you dd it | and make sure it’s umount’d before you dd it | ||
[[Category:Linux]] |
Latest revision as of 18:27, 17 May 2023
dd if=/dev/zero of=/dev/sdb bs=1M
Of course replace the sdb with the correct USB drive
and make sure it’s umount’d before you dd it