Witam
Mam system operacyjny który ładuje się z plików *.sqfs
chciałbym go zmodyfikować na swoje potrzeby
I tu się pojawia problem mimo wiedzy zaczerpniętej z internetu nie moge rozpakować tych plik↓w
dowiedziałem się że pliki te są spakowane przy użyciu pakietu squashfs-tools
posiada ona unsqashfs i mksquashfs - do pakowania i rozpakowywania
Przy próbie rozpakowania mam :
Kod: Zaznacz cały
root@kali:/test# unsquashfs bin.sqfs /test/wyp
Parallel unsquashfs: Using 2 processors
gzip uncompress failed with error code -3
read_block: failed to read block @0x16ff13
read_fragment_table: failed to read fragment table block
FATAL ERROR:failed to read fragment tableKod: Zaznacz cały
root@kali:/test# unsquashfs -d sbin.sqfs /test/wyp
Read on filesystem failed because Is a directory
Read on filesystem failed because Is a directory
Can't find a SQUASHFS superblock on /test/wypKod: Zaznacz cały
root@kali:/test# mount sbin.sqfs /test/wyp/
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 soKod: Zaznacz cały
root@kali:/test# mount -o loop sbin.sqfs /test/wyp/
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