Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Mar 2023 08:23:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 116931] lack of fsck_cd9660 prevents mounting iso images with mdconfig_md%d (with workaround)
Message-ID:  <bug-116931-227-u8O7RLaLBr@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-116931-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-116931-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D116931

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 li=
ke:

    #!/bin/sh
    tar tf $1 > /dev/null

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



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