From owner-freebsd-arm@freebsd.org Sat Sep 12 17:43:55 2015 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4A1E5A02727 for ; Sat, 12 Sep 2015 17:43:55 +0000 (UTC) (envelope-from tim@kientzle.com) Received: from monday.kientzle.com (kientzle.com [142.254.26.11]) (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 25ECF1809 for ; Sat, 12 Sep 2015 17:43:54 +0000 (UTC) (envelope-from tim@kientzle.com) Received: (from root@localhost) by monday.kientzle.com (8.14.4/8.14.4) id t8CHiQ5p055408 for freebsd-arm@freebsd.org; Sat, 12 Sep 2015 17:44:26 GMT (envelope-from tim@kientzle.com) Received: from [192.168.2.108] (192.168.1.101 [192.168.1.101]) by kientzle.com with SMTP id 98tm4c9p59nsstbeby24b85e5w; for freebsd-arm@freebsd.org; Sat, 12 Sep 2015 17:44:26 +0000 (UTC) (envelope-from tim@kientzle.com) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: Re: single user mode freebsd11/rpi2 From: Tim Kientzle In-Reply-To: Date: Sat, 12 Sep 2015 10:44:15 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <8A2D36BC-0BA7-46C8-B4E8-1655A54A3509@kientzle.com> References: <20150912150433.GA1204@potato.growveg.org> To: freebsd-arm X-Mailer: Apple Mail (2.2104) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Sep 2015 17:43:55 -0000 > On Sep 12, 2015, at 10:41 AM, Tim Kientzle wrote: >=20 >> How can I make it single user mode? The reason this needs to be done = is >> I need to move some filesystems around. >=20 > If you have another FreeBSD machine, you can mount the SD card there = to do major surgery like this. >=20 Actually, you don't even need another machine; you can use your existing = RPI2: * Copy the card. * Boot the RPI2 from the copy * Mount the original via any SD <-> USB adapter * Do your changes As a bonus, the copy will serve as a backup in case you get something = wrong. Cheers, Tim