Tagged Questions
3
votes
1answer
166 views
Virtual file made out of smaller ones (for mac-like sparse bundle solution)
I'd like to recreate a feature of Mac OS X called sparse bundles (disk images made out of smaller files, making them easy to backup after a small change). For that I'm looking for a way to ...
3
votes
4answers
1k views
How can I mount partitons in a full disk image (i.e. image with partition table) with fuse?
It's a bit indirect, but it's possible mount a partition with a disk image using mount or losetup's "offset" parameter.
I'm looking to be able to use fuse to do the same thing in user space
Use ...