Re: dd and mbr

From: Roderick <hruodr_at_gmail.com>
Date: Tue, 11 Jan 2022 10:25:26 UTC
No. That does not work. That is why I am asking.

bs=512 is the default. Without count is more than with count.
How did you come to the idea that that would work?

Rod.

On Tue, 11 Jan 2022, Ralf Mardorf wrote:

> On Tue, 11 Jan 2022 10:02:26 +0000 (UTC), Roderick wrote:
>> dd if=/dev/zero of=/dev/da0
>
> dd if=/dev/zero of=/dev/da0 bs=512 count=1
>
> or
>
> dd if=/dev/zero of=/dev/da0 bs=512
>
> ?
>
>