[Bug 135690] [panic] [ata] ufs_dirbad: /backuphd: bad dir ino 22259126 at offset 0: mangled entry

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 18 Nov 2021 14:29:12 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=135690

--- Comment #8 from Karel Gardas <karel.gardas@centrum.cz> ---
Forgot to mention. I run qemu with:
$HOME/sfw/qemu-5.2.0/bin/qemu-system-riscv64 -machine virt -smp 4 -m 4G
-nographic -device virtio-blk-device,drive=hd -drive
file=FreeBSD-14.0-CURRENT-riscv-riscv64.qcow2,if=none,id=hd -device
virtio-net-device,netdev=net -netdev user,id=net,hostfwd=tcp::2233-:22 -bios
$HOME/sfw/opensbi/generic/fw_jump.elf -kernel
$HOME/sfw/u-boot-qemu/usr/lib/u-boot/qemu-riscv64_smode/uboot.elf -object
rng-random,filename=/dev/urandom,id=rng -device virtio-rng-device,rng=rng
-nographic -append "root=LABEL=rootfs console=ttyS0"

and download images from here:
https://download.freebsd.org/ftp/snapshots/VM-IMAGES/14.0-CURRENT/riscv64/

After image download/uncompress I usually resize it (qcow2) by +20GB to have
more space. FreeBSD nicely resize fs in the VM.

Besides enabling ssh server and adding user, I've not done anything to alter
standard VM configuration.

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