You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the filesystems are entirely independent and don't share data. I want to explore creating some files that would be shared between the two (or more!) filesystems. Naturally, deleting them would be unsafe and induce corruption.
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 can imagine has each file stored only once.
The text was updated successfully, but these errors were encountered: