From owner-freebsd-questions Thu Jun 22 12:49:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fac13.ds.psu.edu (fac13.ds.psu.edu [146.186.61.98]) by hub.freebsd.org (Postfix) with ESMTP id 4B91137B67D for ; Thu, 22 Jun 2000 12:49:54 -0700 (PDT) (envelope-from hawk@fac13.ds.psu.edu) Received: from fac13.ds.psu.edu (localhost [127.0.0.1]) by fac13.ds.psu.edu (8.9.3/8.9.3) with ESMTP id PAA04196; Thu, 22 Jun 2000 15:49:41 -0400 (EDT) (envelope-from hawk@fac13.ds.psu.edu) Message-Id: <200006221949.PAA04196@fac13.ds.psu.edu> To: "Alain G. Fabry" Cc: FreeBSD-questions@FreeBSD.ORG Subject: Re: Beginner's question In-Reply-To: Your message of "Thu, 22 Jun 2000 13:59:04 CDT." <016801bfdc7b$efb507d0$5531d5c6@coserve.org> Date: Thu, 22 Jun 2000 15:49:41 -0400 From: "Richard E. Hawkins" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I've just installed a new HD, mounted it to /mnt. I've got an old drive /usr > (92% full) > What do I need to do to "map" the new drive (lots of space) to /usr and > create some more space on /usr? I don't think I"ve seen an answer, so . . . I'd boot as single user, or otherwise make sure no daemons, etc. are running. Then cd /usr mv * /mnt cd / mount /dev/whatever /usr then edit /etc/fstab to reflect that mounting, and you should be in business hawk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message