Subject: Re: bin/33244
To: None <gnats-admin@netbsd.org, netbsd-bugs@netbsd.org, onatto@gmail.com>
From: Nino Dehne <ndehne@gmail.com>
List: netbsd-bugs
Date: 04/12/2006 04:55:02
The following reply was made to PR bin/33244; it has been noted by GNATS.
From: Nino Dehne <ndehne@gmail.com>
To: gnats-bugs@netbsd.org
Cc:
Subject: Re: bin/33244
Date: Wed, 12 Apr 2006 06:50:10 +0200
Hi,
I think there is a fundamental difference between ordinary random-access
filesystems and ISO9660.
ISO9660 is not meant to be written to randomly. Instead, a filesystem image
must be constructed in one go from existing files, which is what mkisofs
(and lately makefs) does.
As such, a tool like newfs_cd9660 really makes no sense IMHO.
Best regards,
ND