I am using Ubuntu provided EC2 AMI for Ubuntu Lucid 10.04 LTS 64-bit and it doesn't come with support for SquashFS built in.

Is there a way to add support, so I can mount a SquashFS filesystem?

link|improve this question

40% accept rate
feedback

1 Answer

hmmm ...

u1@ubuntu:~$ apt-cache search squashfs
squashfs-tools - Tool to create and append to squashfs filesystems

a simple "sudo apt-get install squashfs-tools" should do the trick I think :-)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.