[Bug 244470] /sbin/dump crashes on larger filesystem

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 26 Jan 2022 01:39:59 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244470

--- Comment #23 from Kirk McKusick <mckusick@FreeBSD.org> ---
(In reply to lbfoo from comment #22)
To expand on my previous comment, the way to get an updated copy of dump for
the amd64 architecture is as follows:

fetch
https://download.freebsd.org/ftp/snapshots/VM-IMAGES/13.0-STABLE/amd64/Latest/FreeBSD-13.0-STABLE-amd64.raw.xz

unxz FreeBSD-13.0-STABLE-amd64.raw.xz

mdconfig -a -u 10 -t vnode -f FreeBSD-13.0-STABLE-amd64.raw

mount /dev/md10p4 /mnt

cp /mnt/sbin/dump /sbin/dump

umount /mnt

mdconfig -d -u 10

rm FreeBSD-13.0-STABLE-amd64.raw

-- 
You are receiving this mail because:
You are the assignee for the bug.