USB clean: Difference between revisions

From I Will Fear No Evil
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")
(No difference)

Revision as of 12:08, 9 June 2022

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