cursedfs icon indicating copy to clipboard operation
cursedfs copied to clipboard

Make a disk image formatted with both ext2 and FAT at once

Results 3 cursedfs issues
Sort by recently updated
recently updated
newest added

Files stored in the FAT filesystem are not accessible from ext2, and vice versa. Clearly, this is a bug (and not a missing feature) :smiling_imp:

Is it possible to integrate other filesystems? ZFS? ext3? Reiser?

Is the data duplicated, or are blocks for a file only in one place + referenced by the FAT, and whatever ext2/3 does ? Edit: The most cursed implementation I...