Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vi/fusecloop
- Owner: vi
- License: gpl-2.0
- Created: 2011-08-28T10:10:10.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2021-02-15T20:29:13.000Z (almost 4 years ago)
- Last Synced: 2024-10-05T06:15:25.330Z (3 months ago)
- Topics: cloop, fuse-filesystem, knoppix
- Language: HTML
- Homepage: http://fusecloop.sourceforge.net/
- Size: 46.9 KB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
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/kn3It works for me:
cat ./typescriptNote: it is my the first published FOSS project