On Thu, 05 Jan 2012 17:39:07 +0100 [email protected]  wrote:
> On Thu, Jan 05, 2012 at 10:44:18AM -0500, Russ Cox wrote:
> > 
> > The default is that you have so little data in comparison to a
> > modern disk that there is no good reason not to save full
> > snapshots.  As Erik and others have pointed out, if you do
> > find reason to exclude certain trees from the snapshots, you
> > can use chmod +t.  The system is working as intended.
> 
> Quoting ``Installing the Plan9 Distribution'':
> 
> You need an x86-based PC with 32MB of RAM, a supported video card, and a
> hard disk with at least 300MB of unpartitionned space and a free primary
> partition slot.
> 
> Yes, this is from the printed edition of Plan9 Programmer's Manual, 3rd
> Edition.
> 
> But I don't see why "caveats" will hurt a new comer, who is probably
> not devoting an entire new disk to a system he doesn't know yet and 
> wants to try, but making Plan9 some place on a disk populated with other
> data.

Are you going to update the wiki then? Newbies need all the
help they can get! If you do, make sure to mention they use
RAID1! Not when they are just playing with plan9 but before
they start storing precious data.  On a moderen consumer disk,
if you read 1TB, you have 8% chance of a silent bad read
sector.  More important to worry about that in today's world
than optimizing disk space use.

If you partition disk space, chances are, it will be used
suboptimally (that is, it will turn out you guessed partition
size wrong for the actual use).  These days (for most people)
the *bulk* of their disks contain user data so there is really
no point in partitioning. Just make sure your truly critical
data is backed up separately (repeat until you are satisfied).

Reply via email to