From owner-freebsd-arm@freebsd.org Wed Jan 18 17:47:57 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 D2063CB6B88 for ; Wed, 18 Jan 2017 17:47:57 +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 8B79111C2 for ; Wed, 18 Jan 2017 17:47:57 +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 v0IHQssl028273 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 18 Jan 2017 09:26:55 -0800 (PST) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.15.2/8.15.2/Submit) id v0IHQswu028272; Wed, 18 Jan 2017 09:26:54 -0800 (PST) (envelope-from fbsd) Date: Wed, 18 Jan 2017 09:26:54 -0800 From: bob prohaska To: freebsd-arm@freebsd.org Subject: fstab: /etc/fstab:10: Inappropriate file type or format on RPI2 Message-ID: <20170118172653.GA28052@www.zefox.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 17:47:57 -0000 Recently an RPI2 running FreeBSD 12.0-CURRENT #10 r312361: Wed Jan 18 00:06:38 PST 2017 bob@www.zefox.com:/usr/obj/usr/src/sys/RPI2 arm has started to report fstab: /etc/fstab:10: Inappropriate file type or format /etc/fstab contains /dev/mmcsd0s1 /boot/msdos msdosfs rw,noatime 0 0 /dev/mmcsd0s2a / ufs rw,noatime 1 1 #md /tmp mfs rw,noatime,-s50m 0 0 #md /var/log mfs rw,noatime,-s15m 0 0 #md /var/tmp mfs rw,noatime,-s5m 0 0 /dev/da0p4 /tmp ufs rw,noatime 0 3 /dev/da0p3 /usr ufs rw,noatime 1 2 /dev/da0p2 none swap sw 0 0 /dev/da0p1 /var ufs rw,noatime 0 4 proc /procfs rw 0 0 where the offending line is the last one above. I can't see what's wrong, could somebody please point it out? Thanks for reading, bob prohaska