[Bug 288238] geom_uzip: mkuzip'ed file can't be mounted
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 288238] The .uzip file can't be mounted"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 17 Jul 2025 16:34:46 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288238 --- Comment #3 from Jordan Gordeev <jgopensource@proton.me> --- (In reply to Vic Chen from comment #2) I will say it again: The provided reproduction instructions are incomplete. Install FreeBSD on a virtual machine and find the shortest and simplest sequence of commands that demonstrate the problem. You can use a virtual machine on your workstation but also on VMware ESXi, on Amazon EC2, etc. There are plenty of options. Using a virtual machine also allows you to easily test with FreeBSD 15.0-CURRENT without risking the stability of your workstation. One important question is if the contents of md1.uzip and md2 are the same. You can try this sequence of commands: dd if=/dev/md1.uzip of=with_uzip.dat dd if=/dev/md2 of=without_uzip.dat cmp with_uzip.dat without_uzip.dat If they are the same, the issue is highly unlikely to be with mkuzip or geom_uzip. -- You are receiving this mail because: You are the assignee for the bug.