Changes

Has my USB Flash Drive bit the dust

499 bytes added, 22:23, 12 November 2019
The following lines were added (+) and removed (-):
This could indicate either that (A) your flash drive has a bad memory controller or other physical problem and is toast or (B) it is physically fine however someone used a low-level device tool and mistakenly wrote the incorrect block size onto the drive.  You can check if the drive is bad after you attempt to correct the block size.  (my examples use sdc but your assignment might be different!) sudo dd if=/dev/zero of=/dev/sdc bs=2048 count=32 && syncThis will clear the Master Boot Record.
Administrator
4,579
edits