Has anyone experimented with creating their own File System?
Think it would be cool to create something like:
```
ToC
file-x: seek: 2048
2048: file-x contents
```
Or, even better, if the FS was a merkle-dagg with self-healing and native encryption. The ToC could index where all the blocks started, by their individual hashes.
Something you could mount in your native file system, plug other devices into and expand/shrink as needed out of the box. 2 1TB USBs would just instinctively form a 2TB storage system, without any special software.
All files, on both drives fully available to the computer. And, if you really needed access to one particular drive, you could add a subselector to its path.
Add a network exchange protocol, and a fully networked, journaled office filesystem becomes the future of system architecture. Drives would only be unplugged when something needed to be taken out of network. And, if blocks are preencrypted based on user permissions, it wouldn't matter what anyone took home. They couldn't read it.
Edit: Microsoft already has something like this! Dang it!