Re: mounting uzip image: Invalid argument



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

Attachment: pgpi6ohdPMPUz.pgp
Description: PGP signature



Relevant Pages

  • Re: mounting uzip image: Invalid argument
    ... Any attempts to mount this compressed image has failed, here is the output of truss when using mount_cd9660 to mount the image: ... it by "mount -o to /dev/md0.uzip testi", i didn't need to mount it with mount_cd9660. ...
    (freebsd-hackers)
  • Re: Mount new ceiling fan at peak of cathedral ceiling
    ... My tentative plan is to screw a 6" square peice of of 2x6 into the roof ... truss at the center. ... Then trim it in nicely and mount the can for the fan ... (There is another truss system (roof) ...
    (alt.home.repair)
  • Re: truss missing some files or directories
    ... Hash: SHA1 ... Problem with truss, won't start. ... mount /proc ... Frank Mayhar frank@xxxxxxxx http://www.exit.com/ ...
    (freebsd-stable)
  • Re: mount compressed fs
    ... > how to mount a compressed image under linux? ... maybe (as suggested by a superficial google)? ...
    (comp.os.linux.misc)
  • mount compressed fs
    ... how to mount a compressed image under linux? ... Compressed image is being made with mkisofs and create_compressed_fs. ...
    (comp.os.linux.misc)