> [!IMPORTANT] > This issue was migrated from Trac: > > | **Origin** | https://midnight-commander.org/ticket/3147 | > | :------------- | :------------------------------------------------------------------------------------------------ | > | **Reporter** | `Unknown` | 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. > [!NOTE] > Original attachments: > > * [usqfs](https://github.com/MidnightCommander/trac-archive/blob/master/attachments/ticket/3147/usqfs) ([raw](https://github.com/MidnightCommander/trac-archive/raw/master/attachments/ticket/3147/usqfs)) by `Unknown` on `Jan 11, 2014 at 18:40 UTC`
Important
This issue was migrated from Trac:
UnknownMidnight 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:
applied, works for me since a while.
Note
Original attachments:
UnknownonJan 11, 2014 at 18:40 UTC