From owner-freebsd-questions@FreeBSD.ORG Mon May 22 09:43:37 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 5EFF416A468 for ; Mon, 22 May 2006 09:43:37 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 582A943D76 for ; Mon, 22 May 2006 09:43:35 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.12.11) with ESMTP id k4M9hXwS006499 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 22 May 2006 16:43:33 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.3/8.12.11) id k4M9hWx7033790; Mon, 22 May 2006 16:43:32 +0700 (ICT) Date: Mon, 22 May 2006 16:43:32 +0700 (ICT) Message-Id: <200605220943.k4M9hWx7033790@banyan.cs.ait.ac.th> From: Olivier Nicole To: menwn@yahoo.co.uk In-reply-to: <20060522090248.49882.qmail@web26201.mail.ukl.yahoo.com> (message from none none on Mon, 22 May 2006 10:02:48 +0100 (BST)) References: <20060522090248.49882.qmail@web26201.mail.ukl.yahoo.com> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: MESS 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: Mon, 22 May 2006 09:43:38 -0000 > if i enter single user mode it dasen't seem to recognize many > commands: starrtx, ee, pico, emacs etc so i cannot change my > /etc/fstab in case this is the problem. At that stage, you should still be able to mount /usr (provided that you did notmove /usron your windows disk...) So mount -a, it will complain about the ntfs disk, but you have access to emacs. (else you can still use ed(1), no need to mount /usr) So you can remove the offending line from /etc/fstab. Then reboot and reconsider the procedure. You may need to define /dev/ad0s1 For Windows reboot I don't know. Olivier