From: <ton...@le...> - 2009-02-24 13:11:52
|
-----Original Message----- From: Michael D. Setzer II [mailto:mi...@ku...] Sent: Monday, February 23, 2009 12:52 PM To: ton...@le..., 'list, g4l' Subject: Re: [G4l-general] mount You are correct that the image is compressed by default, so the mount command would not be able to mount the compressed image. I have done this, but it required uncompressing the image file first. lzop -d myimage.img.lzo >myimage.img =========================================== I seem to get this message when I try that (after uncompression): (using mount -t ext3 -oloop mount: wrong fs type, bad option, bad superblock on /dev/loop0, or too many mounted file systems (could this be the IDE device where you in fact use ide-scsi so that sr0 or sda or so is needed?) |