Subject: Re: Best partitioning scheme?
To: None <netbsd-help@netbsd.org>
From: Mark Weinem <mark.weinem@onlinehome.de>
List: netbsd-help
Date: 05/28/2006 01:18:09
Lubomir Sedlacik:

> i think it's a waste of disk space.  for desktop use i recommend swap
> and one big partition to hold the whole file system.

... and so to not use softdeps?

I would go with

	swap

	/ 		(no softdeps!)

	/home 	(softdeps on, much space)

	/var   	(softdeps on, big enough)

	/tmp		(link to /var/tmp)

	/usr		(softdeps on, much space)


Ciao, Mark Weinem