From owner-freebsd-questions@FreeBSD.ORG Fri Mar 16 21:29:26 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7430A16A401 for ; Fri, 16 Mar 2007 21:29:26 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id 4324913C457 for ; Fri, 16 Mar 2007 21:29:26 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id l2GLSvex079530; Fri, 16 Mar 2007 17:28:57 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id l2GLSvNf079529; Fri, 16 Mar 2007 17:28:57 -0400 (EDT) (envelope-from jerrymc) Date: Fri, 16 Mar 2007 17:28:57 -0400 From: Jerry McAllister To: "Bret J. Esquivel" Message-ID: <20070316212857.GA79495@gizmo.acns.msu.edu> References: <00d301c7680d$4cb03b70$e610b250$@net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <00d301c7680d$4cb03b70$e610b250$@net> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: FW: /usr parition is empty! 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: Fri, 16 Mar 2007 21:29:26 -0000 On Fri, Mar 16, 2007 at 03:54:32PM -0500, Bret J. Esquivel wrote: > > From: Bret J. Esquivel [mailto:besquivel@immense.net] > Sent: Friday, March 16, 2007 3:54 PM > To: freebsd-questions@lists.freebsd.org > Subject: /usr parition is empty! > > Help! > > I'm currently stumped at a client of mine. Their /usr partition on this 6.1 > box is completely empty. The problem arose when no one could login due to > the fact that /usr/bin/login was missing. Does anyone have any advice or > information about this? > > I rebooted to single-user mode and mounted /usr without problems. It is only > empty. Well, I wonder if it once was too full and so they moved it somewhere and either intended but failed to make a link or somehow the link got overwritten so it can't find the stuff. In otherwords, all the files and directory structure had been moved somewhere and there should be a link to it of the sort: ln -s /some/other/place /usr but the link is missing. If so, you just need to find out where it got put and make the link for it. Just one guess, ////jerry > > Thank you very much in advance! > > Bret Esquivel > > _______________________________________________ > 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"