6 ms·
Is this advice insane or am I missing something > to fix your busted drive, just nuke the boot sector and send it > bash > dd if=/dev/zero of=/dev/xxx bs=512
by eyegor 1y ago
Is this advice insane or am I missing something
> to fix your busted drive, just nuke the boot sector and send it
> bash
> dd if=/dev/zero of=/dev/xxx bs=512 count=1 conv=notrunc
- p1mrx 1y agoI often do that (with a larger prefix, like 1MB) to reset flash drives with weird partitioning.