> I am quite inexperienced in adding file systems etc. thus I am getting
> hinged on space and am considering installing another drive.
> Should this be the procedure:
> 1. via disklabel label disk
> 2. use newfs to create ufs partition and mount it
> If I understand things correctly one cannot add anything to the existing
> /usr or anything within the original file system.
> Any information would be appreciated.
> Thanx in advance.
> GM
Use /stand/sysinstall to setup your new drive. It's the easiest way.
Also, you can graft the filesystems on your new disk anywhere into your
existing filesystem you want. You'll probably have to shuffle some stuff
around to clear up things further up the directory tree from your
soon-to-be-new mountpoint. As an example, on my home machine, , I
initially installed my system with only /, and /usr. As FreeBSD slowly
squeezed everything else out, I now have filesystems mounted on /, /var,
/usr, and /usr/local. No problem.
- K.C.