dd
Links
Live Iso auf USB Stick kopieren
sudo dd if=image.iso of=/dev/sdX bs=4Msync
Kaputten USB Stick reparieren
- 
http://tech.saoslab.com/post/2013/03/18/cleanup-corrupt-partition-table
MBR und Partitionstabelle ueberspielen:
dd if=/dev/zero of=/dev/sdX bs=512 count=1 
Alternatives
- [[pv]]