From owner-freebsd-questions Thu Sep 26 03:10:55 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA15941 for questions-outgoing; Thu, 26 Sep 1996 03:10:55 -0700 (PDT) Received: from diablo.ppp.de (diablo.ppp.de [193.141.101.34]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id DAA15810 for ; Thu, 26 Sep 1996 03:10:42 -0700 (PDT) Received: from allegro.lemis.de by diablo.ppp.de with smtp (Smail3.1.28.1 #1) id m0v6DNr-000QkXC; Thu, 26 Sep 96 12:09 MET DST From: grog@lemis.de (Greg Lehey) Organisation: LEMIS, Schellnhausen 2, 36325 Feldatal, Germany Phone: +49-6637-919123 Fax: +49-6637-919122 Received: (grog@localhost) by allegro.lemis.de (8.6.9/8.6.9) id LAA07683; Thu, 26 Sep 1996 11:20:14 +0200 Message-Id: <199609260920.LAA07683@allegro.lemis.de> Subject: Re: maintenance mode To: iwanleo@bambam.vision.net.id (Iwan Leonardus) Date: Thu, 26 Sep 1996 11:20:14 +0200 (MET DST) Cc: questions@freebsd.org In-Reply-To: <32483436.167EB0E7@vision.net.id> from "Iwan Leonardus" at Sep 24, 96 07:19:18 pm X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Iwan Leonardus writes: > > Hello, I need help... > > How to enter maintenace mode (single user mode)? Either boot single-user (-s flag), or use shutdown: # shutdown now Without any options, it is supposed to take you into single user mode, but you may find you still have to unmount file systems and stop some daemons. > I think i have missing file, I want to check with fsck You can run fsck in multi-user mode, but you may get some spurious error messages. Greg