Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jan 2022 01:39:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 244470] /sbin/dump crashes on larger filesystem
Message-ID:  <bug-244470-227-zKtEkABPDT@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-244470-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

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.

home | help

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