From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 00:23:05 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D67816A417 for ; Tue, 21 Aug 2007 00:23:05 +0000 (UTC) (envelope-from msherman77@yahoo.com) Received: from web88308.mail.re4.yahoo.com (web88308.mail.re4.yahoo.com [216.39.53.231]) by mx1.freebsd.org (Postfix) with SMTP id 329B313C45D for ; Tue, 21 Aug 2007 00:23:05 +0000 (UTC) (envelope-from msherman77@yahoo.com) Received: (qmail 94303 invoked by uid 60001); 21 Aug 2007 00:23:04 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=oHmNLNFsMYpzTFeMKvQdkaVKCVErCqRYmU48IuOweM7Cc4y1YTzxe82FF4u+x6Xgxj2jVosK/x0CDz515EhAftEL/s+9Qk1aX/3Jyp9Inx6Jv8YH58LbDbywIDaBdCF0GLudrl5z7Kej+WPbsu80Lv51GfLiRxLvKjUOAqzGx3c=; X-YMail-OSG: A44D2_IVM1kJs3pX02M0zmZY4cEFbiimmaolQy44DPqIN.._2uAbMaXD3CMnrJqDbSMtiMIY00u3A5dWqm9OgNDhNFPu8Uj6gRdf2carB18M_uHxjYbW8YWvb2ED Received: from [74.107.243.44] by web88308.mail.re4.yahoo.com via HTTP; Mon, 20 Aug 2007 20:23:04 EDT Date: Mon, 20 Aug 2007 20:23:04 -0400 (EDT) From: Michael S To: Jerry McAllister , FreeBSD Mailing List In-Reply-To: <20070821000007.GB47662@gizmo.acns.msu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <480666.93538.qm@web88308.mail.re4.yahoo.com> Cc: Subject: Re: Trying to move /usr X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 00:23:05 -0000 Jerry, I am sure, because I did it multiple times. As soon as I mount the old /usr (the one on the smaller drive) I log on into my home directory no problem. Michael --- Jerry McAllister wrote: > On Mon, Aug 20, 2007 at 07:47:29PM -0400, Michael S > wrote: > > > Right now things are set up the old way and here's > > what the mount command says: > > > > /dev/da0s1a on / (ufs, local) > > devfs on /dev (devfs, local) > > /dev/da0s1e on /tmp (ufs, local, soft-updates) > > /dev/da0s1f on /usr (ufs, local, soft-updates) > > /dev/da0s1d on /var (ufs, local, soft-updates) > > /dev/da1s1d on /usr/home (ufs, local, > soft-updates) > > /dev/da2s1d on /user (ufs, local, soft-updates) > > > > > > Should I change my entry for /home, and make it > > /usr/home ? > > Well, since login was looking for your (michael) > home directory > in /home/michael, than that is probably the way you > had it and > want it to be. But, maybe I am remembering what > you posted before > wrong. > > Anyway, that is certainly mounting that partition as > /usr/home. > Are you sure you didn't edit that or get your > fstab-s swapped > around? > > ////jerry > > > > > > > --- Derek Ragona > > wrote: > > > > > At 06:28 PM 8/20/2007, Michael S wrote: > > > >Here's df -k output: > > > > > > > >Filesystem 1K-blocks Used Avail > Capacity > > > >Mounted on > > > >/dev/da0s1a 507630 85046 381974 18% > / > > > >devfs 1 1 0 100% > > > > /dev > > > >/dev/da0s1e 495726 10 456058 0% > > > > /tmp > > > >/dev/da0s1f 3733038 2869704 564692 84% > > > >/user > > > >/dev/da0s1d 495726 110700 345368 24% > > > > /var > > > >/dev/da1s1d 68431992 27948332 35009102 44% > > > >/usr/home > > > >/dev/da2s1d 17213408 2882922 12953414 18% > > > > /usr > > > > > > > >When I go back to the old /usr by editing > fstab: > > > >/dev/da0s1b none swap > sw > > > > 0 0 > > > >/dev/da1s1b none swap > sw > > > > 0 0 > > > >/dev/da0s1a / ufs > rw > > > > 1 1 > > > >/dev/da0s1e /tmp ufs > rw > > > > 2 2 > > > >/dev/da0s1f /usr ufs > rw > > > > 2 2 > > > >/dev/da0s1d /var ufs > rw > > > > 2 2 > > > >/dev/da1s1d /home ufs > rw > > > > 2 2 > > > >/dev/da2s1d /user ufs > rw > > > > 2 2 > > > >/dev/acd0 /cdrom cd9660 > > > >ro,noauto 0 > > > > > > > >I get into my home directory with no problem. > > > > > > You need to adjust not just the /usr and /user > but > > > also /usr/home entries > > > in fstab. Before you make any changes, do just > a > > > mount command and see > > > where things are mounted. > > > > > > -Derek > > > > > > -- > > > This message has been scanned for viruses and > > > dangerous content by MailScanner, and is > > > believed to be clean. > > > MailScanner thanks transtec Computers for their > > > support. > > > > > > _______________________________________________ > > > freebsd-questions@freebsd.org mailing list > > > > > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > > To unsubscribe, send any mail to > > > "freebsd-questions-unsubscribe@freebsd.org" > > > > > > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" >