Podcast on Filesystems
2006年3月31日10時26分
Filesystems are little different from their initial inception last century. Memory, on the other hand, has gone from a state of anarchy that filesystems still reside in, to an abstracted virtualized version in all major consumer operating systems today. While hacks to the limitation of present filesystem design has been lopped onto various versions, most of these have been either horribly inaccessible (the windows registry) or geared toward protecting users from each other (permissions). Little to nothing has been done to protect one application from the next. This problem is so great that entire cottage industries have sprung up supporting these problems, with substantial emotional investment in one implementation or another; most fights about linux flavors center around package management.
We need protected/virtual filesystems. Just as processes can, today, assume they are the only process on the system, we need to allow applications to assume that they are the only application installed on the filesystem.
(more…)