以前挂载puppy的sfs文件都没有问题的,难道是新版puppy的sfs文件格式变了?
ytian@ytian-desktop:~$ sudo mount -t squashfs -o loop,ro /media/disk/macpup_550.sfs /mnt/
[sudo] password for ytian:
mount: wrong fs type, bad option, bad superblock on /dev/loop1,
missing codepage or helper program, or other error
系统日志中可能有一些重要的信息,
试试用 dmesg | tail 之类的命令查看。
ytian@ytian-desktop:~$ dmesg |tail
[ 36.200037] tda1004x: trying to boot from eeprom
[ 37.640023] eth0: no IPv6 routers present
[ 38.528049] tda1004x: timeout waiting for DSP ready
[ 38.568049] tda1004x: found firmware revision 0 -- invalid
[ 38.568052] tda1004x: waiting for firmware upload...
[ 38.568059] saa7134 0000:01:04.0: firmware: requesting dvb-fe-tda10046.fw
[ 38.578091] saa7134 0000:01:04.0: firmware: requesting dvb-fe-tda10045.fw
[ 38.579968] tda1004x: no firmware upload (timeout or file not found?)
[ 38.579971] tda1004x: firmware upload failed
[ 305.175892] squashfs: version 4.0 (2009/01/31) Phillip Lougher
ytian@ytian-desktop:~$