Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Apr 2021 13:11:36 +0200
From:      Kurt Jaeger <pi@opsec.eu>
To:        current@freebsd.org
Subject:   Re: ZFS: out of temporary buffer space
Message-ID:  <YH1laBJ5DWG34GPD@home.opsec.eu>
In-Reply-To: <YH1hpkrlySkiaUIB@home.opsec.eu>
References:  <YH1hpkrlySkiaUIB@home.opsec.eu>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi!

> ZFS: out of temporary buffer space
> 
> Any ideas on how to fix this ?

Ok, fix was this:

Using the same memstick, I wrote a new efi partition as a copy
from the efi partition on the memstick.

gpart (simplified) showed this:

=>        40  2000409184  nvd0  GPT  (954G)
          40      409600     1  efi  (200M)
      409640        1024     2  freebsd-boot  (512K)
      410664         984        - free -  (492K)
      411648    16777216     3  freebsd-swap  (8.0G)
    17188864  1983219712     4  freebsd-zfs  (946G)
  2000408576         648        - free -  (324K)

=>      1  7679999  da0  MBR  (3.7G)
        1    66584    1  efi  (33M)
    66585  2174992    2  freebsd  [active]  (1.0G)
  2241577  5438423       - free -  (2.6G)

So:

  dd if=/dev/da0s1 of=/dev/nvd0p1

and reboot and there we go!

-- 
pi@opsec.eu            +49 171 3101372                    Now what ?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?YH1laBJ5DWG34GPD>