When comparing Plan 9 vs Linux From Scratch, the Slant community recommends Linux From Scratch for most people. In the question“What are the best operating systems for advanced users?” Linux From Scratch is ranked 13th while Plan 9 is ranked 22nd. The most important reason people chose Linux From Scratch is:
It is an opportunity for the learner to learn what's behind every piece of program in the system, because you will install and configure all the packages manually. It is also as an advantage to expand your knowledge by searching the possibilities of crafting your unique flavor, for example your own package manager and update schemes.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Well designed
Plan 9's design is very orthogonal and well done.
Pro Designed to allow for multiple computers to work as if they were one
With Plan 9, computers are turned into terminals where you can access files and processing units which can be located elsewhere. Data storage is handled by another external server. This means that instead of each person having their own individual computer with all the required parts, all of the computing and storage is done in a central area and everything is networked in together.
Pro Best for learning the components, libraries and configurations of the whole system one-by-one
It is an opportunity for the learner to learn what's behind every piece of program in the system, because you will install and configure all the packages manually. It is also as an advantage to expand your knowledge by searching the possibilities of crafting your unique flavor, for example your own package manager and update schemes.
Pro For those who wonder what it takes to create an actual Linux distribution
It's a very useful learning experience; showing the user what is required and in what order, to obtain a running Linux system - from the inside out.
Cons
Con Difficult to use software made for other systems
Plan 9 is very different from most other operating systems, and as such it's extremely difficult to bring in software designed for other operating systems ('porting').
Con No fully featured web browser
As indicated on the official Bell Labs webpage, there is no full featured web browser currently working on Plan 9, except abaco.
Con Not supported by most tools
Not supported by most dev tools beyond text editors.
Con Not recommended for Beginners
By creating a Linux system from scratch you will be managing and compiling all of the systems packages by hand, so advanced Linux knowledge is recommended.
Con Takes a while to create the system. Only for those people who would like to create their very own distribution, or just to understand what makes a Linux system tick.
Linux From Scratch, requires the user to download and compile, all the various required system libraries and programs in a ch-rooted environment. This is usually done from within an existing and already running Linux system. This is not really a con, just a note to the new user.