> > 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: [EMAIL PROTECTED] > University of Minnesota tel: 612.625.2261 > Department of Forest Resources fax: 612.625.5212 > Saint Paul, MN 55108 > > > > To Unsubscribe: send mail to [EMAIL PROTECTED] > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message