From owner-freebsd-questions@FreeBSD.ORG Tue Nov 4 20:10:26 2008 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 7EF661065672 for ; Tue, 4 Nov 2008 20:10:26 +0000 (UTC) (envelope-from mdh_lists@yahoo.com) Received: from web56807.mail.re3.yahoo.com (web56807.mail.re3.yahoo.com [66.196.97.81]) by mx1.freebsd.org (Postfix) with SMTP id 2DAC58FC13 for ; Tue, 4 Nov 2008 20:10:26 +0000 (UTC) (envelope-from mdh_lists@yahoo.com) Received: (qmail 37579 invoked by uid 60001); 4 Nov 2008 20:10:25 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type:Message-ID; b=eO7yhqX7Qvx5tah1WDMIrcdo2a8wNRTzk/Lb+H4lEpiywtf+kI1+nJo0Xv/rvG3YwWs8C/j+WYBBGFPs0wI6m9/rjiTtf5XlWj2D/dpitu3zJE1TWgZf6VeZl9DIwiw801DGDMzBDKddadT8LkjobqYqCYTrpL4FQGsyo+i8sUQ=; X-YMail-OSG: BrBOpS4VM1mbE3qyxYmkKJuD8BSOLPqzMO4_HIWL3HWVaT0FAJYVTJHlaUQTPl6LWNnRRQJvALczSmHwMddbK9154232htS8A7MQGEeWCZdhrJp63uISYH2ZCL5gPmhRQ5JL908d8awAb1zlPZwrcVSnOg-- Received: from [71.61.220.126] by web56807.mail.re3.yahoo.com via HTTP; Tue, 04 Nov 2008 12:10:25 PST X-Mailer: YahooMailWebService/0.7.260.1 Date: Tue, 4 Nov 2008 12:10:25 -0800 (PST) From: mdh To: FreeBSD Questions , Popof Popof In-Reply-To: <9196e72b0811041057m7d33e3fap9a15246def6eb3a2@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <584820.36562.qm@web56807.mail.re3.yahoo.com> Cc: Subject: Re: Unable to mount / in read - write mode X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mdh_lists@yahoo.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Nov 2008 20:10:26 -0000 --- On Tue, 11/4/08, Popof Popof wrote: > From: Popof Popof > Subject: Unable to mount / in read - write mode > To: "FreeBSD Questions" > Date: Tuesday, November 4, 2008, 1:57 PM > Hi, > I recently tried to update my FreeBSD 6.0 to FreeBSD 7.0. > I don't know where but I made a mistake and I am always > booting on the 6.0 > kernel. > The problem is that I have an error during boot process: > > mount option is unknown > > mount: /dev/ad0s2a : Invalid argument > > Mounting root filesystem rw failed, startup aborted > > Boot interrupted > > > Its seems that tools have correctly upgraded (man mount let > me see that I > use the FreeBSD 7 version of mount) but not the kernel. > > Does someone has an idea to allow me to use my filesystem > in read write mode > ? This seems to be a problem with the mount command. Why do you feel the kernel may be at fault? If the kernel can get to mount, then it has obviously already mounted / (though possibly in read-only mode, which is something you should let us know...) There is also not necessarily a corrolation between a man page and the actual binary. Check the binary's modification time and such for better detail here. Beyond that, try running the mount command manually from the command line after booting from a CD or in single-user mode, if single-user mode works. - mdh