I think its not in zip format. Use mount with loop option.
man mount
Amish.
S K Rahman wrote:
I am trying to decompress hdstg2.img from Redhat 9.0 CD from /redhat/base folder to extract contents unfortunately it does not looks to be compressed in standard format
Hi,
I tried it. But it does not seems to be working. this is what I get
mount: wrong fs type, bad option, bad superblock on /dev/loop0, or too many mounted file systems
For the commnad that I tried mount -t ext2 -o loop hdstg2.img /mnt/images/
Even tried ext3
I am able to mount initrd.img by decompressing it with gunzip and then mounting it in loop but it does not seems to work with this image
Any further pointers?
Regards
Amish Mehta wrote:
Next LUG meet: 12 Oct 2003 around 4 pm - VJTI Mech Dept
I think its not in zip format. Use mount with loop option.
man mount
Amish.
S K Rahman wrote:
I am trying to decompress hdstg2.img from Redhat 9.0 CD from /redhat/base folder to extract contents unfortunately it does not looks to be compressed in standard format
hdstg2.img is in cramfs format. If are using RedHat Linux 9.0, kernel modules are built in. cramfs tools should also be available from RedHat CD's
Supreet Sethi