Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Jan 2003 14:15:19 +0100
From:      Joan Picanyol i Puig <lists-freebsd-questions@biaix.org>
To:        freebsd-questions@freebsd.org
Subject:   Re: Resizing partitions for 5.0
Message-ID:  <20030119131519.GA83512@grummit.biaix.org>
In-Reply-To: <20030119123534.GB27061@jrpenn.demon.co.uk>
References:  <20030119123534.GB27061@jrpenn.demon.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
* Jeff Penn <jeff@jrpenn.demon.co.uk> [20030119 13:33]:
> I am fishing for wisdom on the worth of breaking up /usr.  Directories
> I've considered moving around are:
> 
> 158M    /usr/X11R6
>  91M    /usr/compat
> 546M    /usr/local
> 
> 299M    /usr/src/
>  27M    /usr/obj/
As long as you don't consider it wisdom :), this is my setup: 

(19:11:58 <~>) 0 $ df -h
Filesystem              Size   Used  Avail Capacity  Mounted on
/dev/da1s1a             126M    88M    28M    76%    /
/dev/vinum/home         4.2G   3.1G   780M    80%    /home
/fs/tmp/dev-mount       1.9G   1.3G   504M    72%    /fs/tmp/mount
/fs/base/dev-mount      248M   102M   126M    45%    /fs/base/mount
/fs/apps/dev-mount      2.4G   1.3G   953M    58%    /fs/apps/mount
/fs/bulk/dev-mount       36G   4.0G    29G    12%    /fs/bulk/mount
/fs/std-var/dev-mount   247M   100M   127M    44%    /fs/std-var/mount

/usr is a link to /fs/base/mount
/tmp is a link to /fs/tmp/mount
/var is a link to /fs/std-var/mount

/usr/{X11R6,local} are links to /fs/apps/mount/usr/{X11R6,local}
/usr/obj is a link to /tmp/build/obj
/{var,usr}/tmp are links to /tmp
/usr/{src,ports} are links to /fs/bulk/mount/FreeBSD/{src,ports}

I separate the namespace from storage type. See
http://multivac.cwru.edu/fs/ (mind the trailing slash) for the original
idea.

qvb
-- 
pica

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030119131519.GA83512>