id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	branch_state	votes
3147	Support for SquashFS in extfs	Unknown	zaytsev	"Midnight Commander does not have VFS support like for e.g. iso9660.

Having ""unsquashfs"" from squashfs-tools package in the $PATH environment available, ""usqfs"" in ""extfs.d"" directory of MC and this patch:

{{{
--- mc.ext.org	2013-08-09 10:49:00.000000000 +0200
+++ mc.ext	2013-11-09 18:21:00.000000000 +0100
@@ -254,6 +254,9 @@
 	Open=%cd %p/iso9660://
 	View=%view{ascii} /usr/local/libexec/mc/ext.d/misc.sh view iso9660
 
+type/^Squashfs filesystem
+	Open=%cd %p/usqfs://
+	View=%view{ascii} unsquashfs -stat %f ; unsquashfs -lls -d """" %f
 
 regex/\.(diff|patch)$
 	Open=%cd %p/patchfs://
}}}

applied, works for me since a while.
"	enhancement	accepted	major	4.8.34	mc-vfs	master				4643		merged	committed-master
