dd and mbr
- Reply: Ralf Mardorf : "Re: dd and mbr"
- Reply: Steve O'Hara-Smith : "Re: dd and mbr"
- Reply: Tomasz CEDRO : "Re: dd and mbr"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Jan 2022 10:02:26 UTC
The command: dd if=/dev/zero of=/dev/da0 does not delete the mbr, I still see the partition table with fdisk. My questions: (1) What does this command do? (2) How to delete the mbr with dd? How to address the whole disk with dd? In OpenBSD is simply dd if=/dev/zero of=/dev/rsd0c with perhaps a count argument. Rod.