From owner-freebsd-questions@FreeBSD.ORG Sat Apr 16 19:44:57 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD73416A4CE for ; Sat, 16 Apr 2005 19:44:57 +0000 (GMT) Received: from smtp815.mail.sc5.yahoo.com (smtp815.mail.sc5.yahoo.com [66.163.170.1]) by mx1.FreeBSD.org (Postfix) with SMTP id 491D443D1D for ; Sat, 16 Apr 2005 19:44:57 +0000 (GMT) (envelope-from krinklyfig@spymac.com) Received: from unknown (HELO smogmonster.com) (jtinnin@pacbell.net@64.173.27.15 with plain) by smtp815.mail.sc5.yahoo.com with SMTP; 16 Apr 2005 19:44:57 -0000 From: Joshua Tinnin To: freebsd-questions@freebsd.org Date: Sat, 16 Apr 2005 12:44:53 -0700 User-Agent: KMail/1.8 References: <6.2.0.14.0.20050225125247.02e6d948@mail.face2interface.com> <200504161202.47888.krinklyfig@spymac.com> <6.2.0.14.0.20050416152842.01f460a8@mail.face2interface.com> In-Reply-To: <6.2.0.14.0.20050416152842.01f460a8@mail.face2interface.com> X-Face: "u-%.52Z_uQCP'Vdj{95/n*(sgAAm`F/p'b0zo%-DuBTdZ*qW!!/idDBRjkFfJD[Qe&>=?utf-8?q?=5F2=0A=09?=<}OGsEY~)n?NywZRi9xm-jH_VPg"8nTSzo:r8;U3oTQz|@z)|>%i+MRY2Y#>s~X`sV$&t"=?utf-8?q?=0A=09AkQ=5EU3rJIFCU=3F=5DcC=27F=26fY4=23Jf-=7D=3F7x?= MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200504161244.54008.krinklyfig@spymac.com> cc: Marty Landman Subject: Re: lost root passwd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Apr 2005 19:44:57 -0000 On Sat 16 Apr 05 12:31, Marty Landman wrote: > At 03:02 PM 4/16/2005, Joshua Tinnin wrote: > > > Joshua, when I do the 'mount -u /' get back > > > > > > WARNING: R/W mount of / denied. Filesystem is not clean - run > > > fsck mount: /dev/ad-s1a: Operation not permitted > > > >Make sure to run that command before you mount any other fs, like > > right after you fsck -p - i.e.: > > > >(in order) > > > ># fsck -p > ># mount -u / > ># mount -a -t ufs > > That did it. Thanks, you are a scholar and a gentleman. Hey, on a good day ... ;) Anyway, no problem. Make sure to remember that when you do something like rebuild and install world (along with adjkerntz -i, which you don't need for what you did) - once you do it enough times, you can practically do it with your eyes closed. - jt