[Bug 116931] lack of fsck_cd9660 prevents mounting iso images with mdconfig_md%d (with workaround)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 22 Mar 2023 08:23:39 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=116931 Poul-Henning Kamp <phk@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |phk@FreeBSD.org --- Comment #7 from Poul-Henning Kamp <phk@FreeBSD.org> --- Wouldn't it be relatively easy to implement a fsck_cd9660 with something like: #!/bin/sh tar tf $1 > /dev/null -- You are receiving this mail because: You are the assignee for the bug.