From owner-freebsd-arm@FreeBSD.ORG Fri Dec 5 14:56:11 2014 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 180413A7 for ; Fri, 5 Dec 2014 14:56:11 +0000 (UTC) Received: from eu1sys200aog105.obsmtp.com (eu1sys200aog105.obsmtp.com [207.126.144.119]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6B6C37D5 for ; Fri, 5 Dec 2014 14:56:09 +0000 (UTC) Received: from mail-wg0-f54.google.com ([74.125.82.54]) (using TLSv1) by eu1sys200aob105.postini.com ([207.126.147.11]) with SMTP ID DSNKVIHHa9dA6kZ2X1x76bluhaAbXtxsRJBP@postini.com; Fri, 05 Dec 2014 14:56:10 UTC Received: by mail-wg0-f54.google.com with SMTP id l2so1099867wgh.13 for ; Fri, 05 Dec 2014 06:55:39 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:message-id:to:subject:reply-to; bh=ICtopXAIm/PGPeLTLzbn5ZM1zdRrTmBZvkVPOyAL3UY=; b=T7Ah4cG1Erdb4i5toA17+ViN2NKyItddDJ6CtONagmoVa+9kzWAUQWCecty4vB/sMd vsXOMHDqQSsAt9vCdpOhxOkze2Fa3q3zbmPOPt+dVpVFwmonFQ/6auoooBFA9HQk6V1r f5mrgJXX2cm6CPi0b8awzvroYYqlDbiBOO7qd2GTgqnyLlnYvckj9F5P2QXys/3YbuI3 wEeXb4DPsg7DJJYz4rKdRG++8+98m6gm7KMhCrbI1dx6Lgg5WkTVNv4PPcSDPfGmxOH+ SAj/gVQIVbDOGaFY5WAn+geWD/y4ZT9drRlxPsQ0GJWhAZBVVdvvVh+R3Nos3HUVcs7Q xzOg== X-Received: by 10.194.170.232 with SMTP id ap8mr24269326wjc.2.1417784812577; Fri, 05 Dec 2014 05:06:52 -0800 (PST) X-Gm-Message-State: ALoCoQkvawUgHBeGJQ5ETphw9w0SNai700+olpTWv2AaIRo8b+lNqzYKro1ld2DHy1yRQObh8RvLwnCZ//KHkD9XsgZowL+Ncz+LPeUGBepTemlmctAMhia3cwUuxO0Q3jRdFRzdqHlOjRiy51xUJ0yu0TR2OckLZw== X-Received: by 10.194.170.232 with SMTP id ap8mr24269312wjc.2.1417784812488; Fri, 05 Dec 2014 05:06:52 -0800 (PST) Received: from mech-as221.men.bris.ac.uk (mech-as221.men.bris.ac.uk. [137.222.187.221]) by mx.google.com with ESMTPSA id n5sm2242245wic.6.2014.12.05.05.06.51 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 05 Dec 2014 05:06:52 -0800 (PST) Date: Fri, 05 Dec 2014 05:06:52 -0800 (PST) X-Google-Original-Date: Fri, 5 Dec 2014 13:06:50 GMT Received: from mech-as221.men.bris.ac.uk (localhost [127.0.0.1]) by mech-as221.men.bris.ac.uk (8.14.9/8.14.9) with ESMTP id sB5D6oZW007592 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Fri, 5 Dec 2014 13:06:50 GMT (envelope-from mexas@mech-as221.men.bris.ac.uk) Received: (from mexas@localhost) by mech-as221.men.bris.ac.uk (8.14.9/8.14.9/Submit) id sB5D6otZ007591 for freebsd-arm@freebsd.org; Fri, 5 Dec 2014 13:06:50 GMT (envelope-from mexas) From: Anton Shterenlikht Message-Id: <201412051306.sB5D6otZ007591@mech-as221.men.bris.ac.uk> To: freebsd-arm@freebsd.org Subject: single user mode? Reply-To: mexas@bris.ac.uk 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: Fri, 05 Dec 2014 14:56:11 -0000 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? Thanks Anton