https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288238
--- Comment #2 from Vic Chen <[email protected]> --- I am on FreeBSD 14.3, and I don't want to swap my system to unstable one. the rootfs is bootonly, I create iso from bootonly, and dd to usb disk, it works well, so no issue for bootonly. It should work for default params, right? And I try following: makefs -t ffs -o label=ROOTFS -o version=1 rootfs.img /usr/obj/usr/src/amd64.amd64/release/bootonly/ mkuzip -A zstd -C 19 -s 16384 -o rootfs.uzip rootfs.img mdconfig -a -t vnode -f rootfs.uzip -u 1 fsck /dev/md1.uzip ** /dev/md1.uzip (NO WRITE) ** Last Mounted on ** Phase 1 - Check Blocks and Sizes ** Phase 2 - Check Pathnames UPDATE FILESYSTEM TO TRACK DIRECTORY DEPTH? no ** Phase 3 - Check Connectivity ** Phase 4 - Check Reference Counts ** Phase 5 - Check Cyl groups 15866 files, 124256 used, 13687 free (255 frags, 1679 blocks, 0.2% fragmentation) after I mount /dev/md1.uzip, it looks the mount failed as there are no content changes in /mnt/ since I have other folders in /mnt/ -- You are receiving this mail because: You are the assignee for the bug.
