From owner-freebsd-arm@freebsd.org Thu Feb 9 19:38:50 2017 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 98180CD82E5 for ; Thu, 9 Feb 2017 19:38:50 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from outbound1b.ore.mailhop.org (outbound1b.ore.mailhop.org [54.200.247.200]) (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 7EAC36E7 for ; Thu, 9 Feb 2017 19:38:50 +0000 (UTC) (envelope-from ian@freebsd.org) X-MHO-User: 40e11735-eeff-11e6-ba57-8bc134ee460a X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 73.78.92.27 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [73.78.92.27]) by outbound1.ore.mailhop.org (Halon) with ESMTPSA id 40e11735-eeff-11e6-ba57-8bc134ee460a; Thu, 09 Feb 2017 19:37:55 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.15.2) with ESMTP id v19Jbdcu014698; Thu, 9 Feb 2017 12:37:40 -0700 (MST) (envelope-from ian@freebsd.org) Message-ID: <1486669059.10020.220.camel@freebsd.org> Subject: Re: mounting USB drive at boot From: Ian Lepore To: wynkoop@wynn.com, freebsd-arm@freebsd.org Date: Thu, 09 Feb 2017 12:37:39 -0700 In-Reply-To: References: Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Feb 2017 19:38:50 -0000 On Thu, 2017-02-09 at 14:14 -0500, freebsd-arm@wynn.com wrote: > Greeting- > > This is probably not ARM specific, but I just brought my original > BeagleBone up on the freebsd current image from ftp.freebsd.org. > > While I was pleased to discover that USB was working much better than > it had on 10.x for disk devices (usb flash drive in this case).  I > was > disappointed to discover that attempts to mount the drive at boot > would > fail with the drive not being present when fsck started.   > > I tried tagging it as a late file system in fstab and of course > marked > it as second to  check after /, but no joy.  The message about da0 > being discovered always came after the fsck failed and I was dropped > to > single user mode. > > As a work around I set /dev/ufs/bb64 to noauto and I am running fsck > on > it and mounting it from rc.local. > > Is there something obvious I have missed that will permit the fsck to > happen after the usb bus has been probed? > > -Brett > > _______________________________________________ > 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 > " Set kern.cam.boot_delay="10000" in /boot/loader.conf.  Tune the 10000 as needed, it's delay in milliseconds. -- Ian