How to mount an “.img” file (extracted from modem firmware) on Linux? [closed]
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I extracted an .img file from my DSL modem's firmware. I want to see what's inside. So I tried: root@kursat-ubuntu:/tmp# mount rootfs.img /tmp/1 mount: /tmp/rootfs.img is not a block device (maybe try `-o loop'?) root@kursat-ubuntu:/tmp# mount -o loop rootfs.img /tmp/1 mount: wrong fs type, bad option, bad superblock on /dev/loop0, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail or so root@kursat-ubuntu:/tmp# mount -o loop -t squashfs rootfs.img /tmp/1 mount: wrong fs type,