vasi / squashfuse

FUSE filesystem to mount squashfs archives
Other
291 stars 66 forks source link

RW support? #21

Closed JonnyTech closed 7 years ago

JonnyTech commented 7 years ago

Using this tool, is it possible to mount a squashfs file (an Android system image) in read-write mode so that I can modify its contents?

probonopd commented 7 years ago

squashfs is a read-only filesystem.

JonnyTech commented 7 years ago

I see, is there any way to modify an image file? I tried unsquashfs then mksquashfs but that made my device unbootable. Any suggestions?

probonopd commented 7 years ago

unsquashfs then mksquashfs (both on another system, not while the system in question is running) would be my best bet.

JonnyTech commented 7 years ago

Already tried that but the resultant file does not work. Thanks for your help. I shall keep experimenting...