From owner-freebsd-arm@freebsd.org Sun Jun 17 13:21:44 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 C8B8A101EB61 for ; Sun, 17 Jun 2018 13:21:44 +0000 (UTC) (envelope-from peo@nethead.se) Received: from ns1.nethead.se (ns1.nethead.se [5.150.237.139]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "ns1.nethead.se", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 65D956E49B for ; Sun, 17 Jun 2018 13:21:44 +0000 (UTC) (envelope-from peo@nethead.se) X-Virus-Scanned: amavisd-new at Nethead AB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nethead.se; s=NETHEADSE; t=1529241695; bh=vO9tg6EXV0WpZTZeZ/hLF13kEzwM12YH2AC5iKsmRmI=; h=To:From:Subject:Date; b=Tvgtb8+CLi2tCvj7+JhYEBfEXAY1gNZYKfF2i2v7pQmJpc2vXsxLH53D51PBkTCWp QQWpquG6/vFuWA3aHXZFaPRgtcaImnbQGp8ugsn2SOVwmoXi5dWqKd1ItUE2ECUziJ YrASiw9i3pY4tIKcCv6d9GpygpfkyD+Ub4v8cgv8= To: freebsd-arm@FreeBSD.org From: Per olof Ljungmark Subject: Raspberry Pi 2B and SSD drive Message-ID: Date: Sun, 17 Jun 2018 15:21:33 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit 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 13:21:45 -0000 FBSD 11.2-RC1 How can I make good use of a USB SSD drive connected to the Pi? 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. Thanks!