From owner-freebsd-arm@freebsd.org Wed Jan 18 18:14:11 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 88F2FCB6CE9 for ; Wed, 18 Jan 2017 18:14:11 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [69.239.235.194]) (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 B7D8911D9 for ; Wed, 18 Jan 2017 18:14:10 +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 v0IIE207028420 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 18 Jan 2017 10:14:04 -0800 (PST) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.15.2/8.15.2/Submit) id v0IIDxkV028419; Wed, 18 Jan 2017 10:13:59 -0800 (PST) (envelope-from fbsd) Date: Wed, 18 Jan 2017 10:13:58 -0800 From: bob prohaska To: "Dr. Rolf Jansen" Cc: freebsd-arm@freebsd.org, bob prohaska Subject: Re: fstab: /etc/fstab:10: Inappropriate file type or format on RPI2 Message-ID: <20170118181358.GB28052@www.zefox.net> References: <20170118172653.GA28052@www.zefox.net> <235668CB-0F07-4391-9B2B-E5F8498D4D2D@obsigna.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <235668CB-0F07-4391-9B2B-E5F8498D4D2D@obsigna.com> User-Agent: Mutt/1.5.24 (2015-08-30) 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: Wed, 18 Jan 2017 18:14:11 -0000 On Wed, Jan 18, 2017 at 04:08:36PM -0200, Dr. Rolf Jansen wrote: > > The last line is missing the file system type, try: > > ... > proc /procfs procfs rw 0 0 > Thank you! bob