From owner-freebsd-arm@FreeBSD.ORG Sun Dec 7 07:39:31 2014 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 097CBDA8 for ; Sun, 7 Dec 2014 07:39:31 +0000 (UTC) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D7CC7E65 for ; Sun, 7 Dec 2014 07:39:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=3PuLyBeqVtRmACxI6PlHaQ6Utb1wybIso7M8vQaQeto=; b=EQo/R+q0u7oEs7Kx8do8pFa1kBYRMaxd5oEh6AgpYAlAzbFbSUEtwJ6BRI05DYhv2zCt9xJMxAC0RtO6LP4pz7E9slSqNWUVLDu5VfKcVnZOTVHrtoqyiiflkQRFyFE/UImBwuXkdL/UT0DftOy2RvLl6ZOalKRonUF4WHY8pEc=; Received: from [139.194.120.115] (port=39555 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.84) (envelope-from ) id 1XxWR9-000E2V-5c; Sun, 07 Dec 2014 00:39:23 -0700 Date: Sun, 7 Dec 2014 15:39:18 +0800 From: Erich Dollansky To: Anton Shterenlikht Subject: Re: single user mode? Message-ID: <20141207153918.4d64e80b@X220.alogt.com> In-Reply-To: <201412051306.sB5D6otZ007591@mech-as221.men.bris.ac.uk> References: <201412051306.sB5D6otZ007591@mech-as221.men.bris.ac.uk> Organization: ALO Green Technologies MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erich@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-arm@freebsd.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2014 07:39:31 -0000 Hi, On Fri, 05 Dec 2014 05:06:52 -0800 (PST) Anton Shterenlikht wrote: > Is it possible to enter a single user mode > on arm 10.1-release? > > My disk, well.. the sd card, got corrupted, > so wanted to run fsck on it, but cannot > enter a single user mode. I ended up putting > the sd card into a laptop and running fsck there. > This fixed lots of panics, but is it possible > to enter the single user mode on arm, and > run fsck directly there? > I try to minimise the impact of broken file systems by breaking them up and leave even home on its own partition. This helped me especially on the Raspberry a lot. Erich