On Thu, Jun 13, 2024 at 03:47:26AM +0400, shadrock uhuru wrote:
> caused me great problem when i came to using sysupgrade,
> most of the space was taken up by the /dev  directory,
> so here comes the boo boo,

When I started with OpenBSD, creating install media more than once I
made this mistake:

  # dd if=file.img of=/dev/sd0 bs=1M 
                           ^^^
Instead of copying to the raw device: "rsd0c".

  # dd if=file.img of=/dev/rsd0c bs=1M 


-- 
Walter

Reply via email to