•Eliminate all flat plain old files. All files are now Objects. Meaning all have headers, contain a preamble with the files history, revision history, creation history including which computer and user worked on it. Copy History and tracking! Links to the original and an option to delete the data for the copy and just keep the links. An encrypted security access control section, usage history. And a package history.  Files are categorized as a user created, or part of an application, or part of the Operating system.
•
•There is only one amorphous file system, but within it multiple virtual file systems are created and abstracted.  Each program is confined to it’s own individual file system and can not access anything external to it.  Each user’s data resides in it own file system. A user can not see kernel or program file systems just his own.   Each user’s session only mounts the file systems needed.
•
•Each file system is an object.
•
•The amorphous file system can be just an abstraction on top of UFS or MSDOS_FS or actually run native of the drive.
•
•All programs are a collection of objects and classes.  Each UN-file now may contain several objects internal to it, images programs data, etc. even several program section.  The end user actually runs  an application that calls misc. object that appear as if on the local drive , but really are cached on the local drive from a remote master archive on the net.