From owner-freebsd-arm@freebsd.org Sun Jun 17 18:42:49 2018 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8BDA410059DD for ; Sun, 17 Jun 2018 18:42:49 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [50.1.20.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "www.zefox.org", Issuer "www.zefox.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 04C8B79BE4 for ; Sun, 17 Jun 2018 18:42:48 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.15.2/8.15.2) with ESMTPS id w5HIh1Br050213 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 17 Jun 2018 11:43:02 -0700 (PDT) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.15.2/8.15.2/Submit) id w5HIh1SC050212; Sun, 17 Jun 2018 11:43:01 -0700 (PDT) (envelope-from fbsd) Date: Sun, 17 Jun 2018 11:43:01 -0700 From: bob prohaska To: Per olof Ljungmark Cc: freebsd-arm@FreeBSD.org, bob prohaska Subject: Re: Raspberry Pi 2B and SSD drive Message-ID: <20180617184301.GA50150@www.zefox.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jun 2018 18:42:49 -0000 On Sun, Jun 17, 2018 at 03:21:33PM +0200, Per olof Ljungmark wrote: > FBSD 11.2-RC1 > > How can I make good use of a USB SSD drive connected to the Pi? > It might help if you indicated what constitutes "good use" 8-) > For instance, can I start from the SD card and then hand over everything > to the SSD drive? From googling it does look like it is possible. > Going out on a limb here, but I don't think it'll make much difference. Personally I like to leave root on microSD and keep /usr, /var, /tmp and swap on USB flash. Far as I know USB is the only mass storage connection interface, so that bottleneck is unavoidable. Having the booting bits separate from the scribbling bits offers a little protection against a totally unbootable system in case of user error or other mishap. It's still necessary to make provision for a serial console, since last I checked one can't talk to single user via USB keyboard. hth, bob prohaska > Thanks! > _______________________________________________ > freebsd-arm@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org"