I extracted the .img file from the DSL modem firmware. I want to see what's inside. So I tried:
root@kursat-ubuntu :/tmp
file information is here:
root@kursat-ubuntu :/tmp
Dmesg output:
[ 7756.312067] SQUASHFS error: Can't find a SQUASHFS superblock on loop0
unsquashsfs output:
... Failed to write squashfs-root/lib/modules/2.6.8.1/extra/bcmprocfs.ko, skipping [==================================| ] 118/377 31% gzip uncompress failed with error code -3 ... Failed to write squashfs-root/webs/cgi-bin/login, skipping [========================================================================| ] 247/377 65% gzip uncompress failed with error code -3 Failed to write squashfs-root/webs/top.html, skipping [==============================================================================| ] 268/377 71% gzip uncompress failed with error code -3 ... Failed to write squashfs-root/usr/bin/ledctl, skipping [==============================================================================================================| ] 376/377 99% gzip uncompress failed with error code -3 Failed to write squashfs-root/usr/sbin/brctl, skipping [===============================================================================================================|] 377/377 100% created 188 files created 46 directories created 52 symlinks created 95 devices created 1 fifos
How to mount it?
Thanks.
source share