Ad Code

Responsive Advertisement

Ticker

6/recent/ticker-posts

How to use mksquashfs & unsquashfs


  • unsquashfs -f -d /mnt/sqfs/ /tmp/test_file.SQFS
  • mksquashfs /mnt/sqfs /tmp/test_file.SQFS -b 1024k -comp xz
  • mksquashfs squashfs-root/ filesystem.squashfs -b 1024k -comp xz -Xdict-size 100%
if you not found command , you can use below command to install
  • apt-get install squashfs-tools