Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Oct 2002 12:47:22 -0400 (EDT)
From:      Jerry McAllister <jerrymc@clunix.cl.msu.edu>
To:        kwythers@umn.edu (Kirk R. Wythers)
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: finding disk space
Message-ID:  <200210141647.g9EGlMO10851@clunix.cl.msu.edu>
In-Reply-To: <1034613360.3270.20.camel@lorax.forestry.umn.edu> from "Kirk R. Wythers" at Oct 14, 2002 11:35:59 AM

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> I have a 2 disk single user workstation that is running out of room on
> /usr. /home is on a second hard disk with scads of space 
> 
> Here's df 
> 
> Filesystem  1K-blocks    Used   Avail Capacity  Mounted on
> /dev/da0s1a     80590   57338   16806    77%    /
> /dev/da1s1g   7971462  729998 6603748    10%    /home
> /dev/da1s1f    257998    4992  232368     2%    /tmp
> /dev/da0s1e   8406014 7434842  298692    96%    /usr
> /dev/da1s1e    257998   42618  194742    18%    /var
> procfs              4       4       0   100%    /proc
> linprocfs           4       4       0   100%    /usr/compat/linux/proc
> 
> I'd like to move (with a sym link?) some of /usr which is on da1 over to
> home which is on da0. Can anyone share some wisdom with me before I try
> this? My original thoughts were to keep /usr and /home on different
> disks to help performance.

No problem moving stuff from /usr.   It is a good idea.
Good candidates are /usr/local  /usr/ports  /usr/src  and  /usr/share
tar up those directories and put them in your infinitely expandable
disk/partition and make sym links.

We do that on all of our systems.  Name the directories in the
big partition something that makes it obvious where they came from.
Example, 
 we move /usr/local to /home and call it usr.local (eg /home/usr.local
 and the link command, done from within /usr  is:
   ln -s /home/usr.local local

It works fine.

////jerry

> 
> thanks,
> 
> Kirk 
> -- 
> Kirk R. Wythers				email: kwythers@umn.edu
> University of Minnesota			tel: 612.625.2261
> Department of Forest Resources		fax: 612.625.5212
> Saint Paul, MN 55108
> 					
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
> 


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?200210141647.g9EGlMO10851>