USB Stick Test | Linux
Content
Reusing older USB sticks, so better to check phyiscal health first:
Reference
Update
Reusing older USB sticks, so better to check phyiscal health first:
$ df -h
....
$ sudo umount /dev/sdc1
$ sudo badblocks -w -s -v -o /home/user/Desktop/usbstick.log /dev/sdc1
$ sudo mkfs.vfat /dev/sdc1
$ sudo mount -t vfat /dev/sdc1 /media/_tmp/
Reference
Update