Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vi/fusecloop

Mount cloop images (like in Knoppix) using FUSE
https://github.com/vi/fusecloop

cloop fuse-filesystem knoppix

Last synced: 3 months ago
JSON representation

Mount cloop images (like in Knoppix) using FUSE

Awesome Lists containing this project

README

        

This is fusecloop, FUSE mounter for Knoopix's cloop compresed images
It allows to access filesystem in KNOPPIX image completely from FUSE:

mkdir ~/mnt/kn1
touch ~/mnt/kn2
mkdir ~/mnt/kn3
~/bin/mountlo -o ro ~/knoppix.iso ~/mnt/kn1
~/bin/fusecloop ~/mnt/kn1/KNOPPIX/KNOPPIX ~/mnt/kn2 -o nonempty
~/bin/mountlo -o ro ~/mnt/kn2 ~/mnt/kn3

It works for me:
cat ./typescript

Note: it is my the first published FOSS project