To test your USB thumb drive, try the following in a folder (mkdir /home/test ; cd /home/test/):for i in {1..1000}; do dd if=/dev/urandom bs=1M count=1 of=file$i; donereplace bs=1M with bs=SIZE-of-30s-exposure-file

Read More...