From owner-freebsd-hackers@FreeBSD.ORG Wed Dec 27 03:39:01 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 44E9116A407 for ; Wed, 27 Dec 2006 03:39:01 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 3351613C466 for ; Wed, 27 Dec 2006 03:39:01 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 153A61A4D81; Tue, 26 Dec 2006 19:39:01 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 6F9E6513F2; Tue, 26 Dec 2006 22:39:00 -0500 (EST) Date: Tue, 26 Dec 2006 22:39:00 -0500 From: Kris Kennaway To: Erik Udo Message-ID: <20061227033900.GB9706@xor.obsecurity.org> References: <45903FE1.9070400@gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="tsOsTdHNUZQcU9Ye" Content-Disposition: inline In-Reply-To: <45903FE1.9070400@gmail.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-hackers@freebsd.org Subject: Re: mounting uzip image: Invalid argument X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Dec 2006 03:39:01 -0000 --tsOsTdHNUZQcU9Ye Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Dec 25, 2006 at 11:17:21PM +0200, Erik Udo wrote: > I'm making a live cd and i just hit a wall with uzip. >=20 > I started by creating a null 1GB file, which i filled with FreeBSD.=20 > After that i compressed the file with mkuzip. >=20 > Any attempts to mount this compressed image has failed, here is the=20 > output of truss when using mount_cd9660 to mount the image: >=20 > koti# truss mount_cd9660 /dev/md0.uzip testi > .... > lstat("/stor/livecd/testi",0xbfbfe390) =3D 0 (0x0) > stat("/stor/livecd/testi",0xbfbfe420) =3D 0 (0x0) > open("/dev/md0.uzip",0x0,00) =3D 3 (0x3) > ioctl(3,CHIOGPICKER,0xbfbfe15c) ERR#25 'Inappropriate=20 > ioctl for device' Looks like you don't have geom_uzip configured, per the manpage. Kris --tsOsTdHNUZQcU9Ye Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFFkerTWry0BWjoQKURAgZgAJ4jVfCohN1C859sUWbQSNkmV7wS4gCg8kTw SjIV39oQ4LHBwoZwtH5vNGM= =IeJ1 -----END PGP SIGNATURE----- --tsOsTdHNUZQcU9Ye--