cursedfs icon indicating copy to clipboard operation
cursedfs copied to clipboard

BUG: Files are not accessible across filesystems

Open t-lo opened this issue 5 years ago • 1 comments

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:

t-lo avatar Jan 20 '20 13:01 t-lo

Having a simultaneously writable filesystem seems unlikely, but having a simultaneously readable read-only filesystem seems quite possible. The two filesystems could share data blocks of a read-only file.

joshtriplett avatar Jan 21 '20 04:01 joshtriplett