mounting uzip image: Invalid argument

Kris Kennaway kris at obsecurity.org
Tue Dec 26 19:39:01 PST 2006


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.
> 
> I started by creating a null 1GB file, which i filled with FreeBSD. 
> After that i compressed the file with mkuzip.
> 
> Any attempts to mount this compressed image has failed, here is the 
> output of truss when using mount_cd9660 to mount the image:
> 
> koti# truss mount_cd9660 /dev/md0.uzip testi
> ....
> lstat("/stor/livecd/testi",0xbfbfe390)           = 0 (0x0)
> stat("/stor/livecd/testi",0xbfbfe420)            = 0 (0x0)
> open("/dev/md0.uzip",0x0,00)                     = 3 (0x3)
> ioctl(3,CHIOGPICKER,0xbfbfe15c)                  ERR#25 'Inappropriate 
> ioctl for device'

Looks like you don't have geom_uzip configured, per the manpage.

Kris
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-hackers/attachments/20061227/92f0d987/attachment.pgp


More information about the freebsd-hackers mailing list