Date: Tue, 11 Jan 2022 10:25:26 +0000 (UTC) From: Roderick <hruodr@gmail.com> To: questions@freebsd.org Subject: Re: dd and mbr Message-ID: <99901737-c828-11f9-d694-90c29e61f967@gmail.com> In-Reply-To: <20220111111141.4bd7a6cb@archlinux> References: <4af920fc-eff1-a92e-d36e-1ba97079864c@gmail.com> <20220111111141.4bd7a6cb@archlinux>
next in thread | previous in thread | raw e-mail | index | archive | help
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 > > ? > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?99901737-c828-11f9-d694-90c29e61f967>