|
been thinking a bit about what a filesystem would look like if I were ever to
attempt to design one.
observation:
most important files on a system ... personal ones ...
are very small.
there really should be builtin version control for those ... they basically
should never really be deleted unless requested via some permadelete
function.
they should also always be encrypted with at least the login password
and optional additional layers
|