Skip to main content
1 of 2
FreeSoftwareServers
  • 2.7k
  • 15
  • 41
  • 60

So I figured i was working backwards, and this has worked for me

sudo find . -type f \( -name '*.squashfs' -o -name "*.SQFS" \) -exec cp {}  /tmp/fs.squashfs  \; && sudo unsquashfs /tmp/fs.squashfs
FreeSoftwareServers
  • 2.7k
  • 15
  • 41
  • 60