From owner-freebsd-current@FreeBSD.ORG Tue Jul 26 19:50:40 2005 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBAFB16A424 for ; Tue, 26 Jul 2005 19:50:40 +0000 (GMT) (envelope-from andreas.kohn@gmx.net) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 1209843D48 for ; Tue, 26 Jul 2005 19:50:39 +0000 (GMT) (envelope-from andreas.kohn@gmx.net) Received: (qmail invoked by alias); 26 Jul 2005 19:50:38 -0000 Received: from unknown (EHLO klamath) [212.204.44.203] by mail.gmx.net (mp011) with SMTP; 26 Jul 2005 21:50:38 +0200 X-Authenticated: #2431876 From: Andreas Kohn To: Dario Freni In-Reply-To: <42E68F9F.8000407@freesbie.org> References: <42E68F9F.8000407@freesbie.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-cyGVHeUZvkQAf/BkuAlN" Date: Tue, 26 Jul 2005 21:50:30 +0200 Message-Id: <1122407431.1007.7.camel@klamath.syndrom23.de> Mime-Version: 1.0 X-Mailer: Evolution 2.3.5.1 FreeBSD GNOME Team Port X-Y-GMX-Trusted: 0 Cc: current@freebsd.org Subject: Re: CALL FOR TESTERS: geom_vol_cd9660 class X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jul 2005 19:50:40 -0000 --=-cyGVHeUZvkQAf/BkuAlN Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2005-07-26 at 21:31 +0200, Dario Freni wrote: > Hi everybody. I worked on a geom_vol_cd9660 class that acts like the > geom_vol_ffs one, with cd9660 image. Although the actual code doesn't > cover every possible type of images, this works fine for me. >=20 > Can anybody test it and report here the results? Inserting an ISO9660 CD > or attaching and md vnode pointing to an ISO image should create a > /dev/vol/${LABEL} device, which can be used to mount it instead of > /dev/acd0 or whatever. >=20 > Hints and corrections are greatly appreciated, as this is my first > attempt with a geom class (and also with devices issues) >=20 > Bye and thanks in advance, > Dario Hi, interesting...I used last weekend to write the same, but then found the geom_label classes which do support iso9660. The geom_label class for iso9660 does not use the isofs/cd9660/iso.h header file, but other than that it works perfectly( \ ata does not (re-)create geoms if the cd is changed...but that shouldn't be a problem for freesbie :D) The high-sierra part could be added to geom_label. But, the really important question is: why is there geom_vol_ffs and geom_label? Apparently I wasn't the only one who did not see geom_label :) Best regards, -- Andreas --=20 was macht man eigentlich auf einer linux-gamer lan ? hl server aufsetzen und freuen ? *duck* ^^ --=-cyGVHeUZvkQAf/BkuAlN Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBC5pQGYucd7Ow1ygwRAsSJAJ9d0LlPcPTZIG5zy2nL+DlnqfmXfACdEiow pREULN7sRrWcqdc1w1HAL94= =5qaF -----END PGP SIGNATURE----- --=-cyGVHeUZvkQAf/BkuAlN--