USB booting :: usb drive problems
http://h18007.www1.hp.com/support/f...load/20306.html
This is all you need.
http://h18007.www1.hp.com/support/files/hpcpqdt/us/download/20306.html
Sorry for my mistake.
try (on linux)
dd if=/dev/zero of=/dev/sda bs=512 count=1
to kill all partition information
and
echo -e "n\np\n1\n\n\nt\n6\nw" | fdisk /dev/sda >/dev/null 2>&1
to re-partition it.
i had the same problem as the first guy, only had 50mb of space on 512mb lexar jumpdrive after trying to make bootable usb dsl, but the HP usb disk storage tool worked fine here and restored the drive.
was very relieved :P
original here.