Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jan 2017 16:08:36 -0200
From:      "Dr. Rolf Jansen" <rj@obsigna.com>
To:        freebsd-arm@freebsd.org
Subject:   Re: fstab: /etc/fstab:10: Inappropriate file type or format on RPI2
Message-ID:  <235668CB-0F07-4391-9B2B-E5F8498D4D2D@obsigna.com>
In-Reply-To: <20170118172653.GA28052@www.zefox.net>
References:  <20170118172653.GA28052@www.zefox.net>

next in thread | previous in thread | raw e-mail | index | archive | help
> Am 18.01.2017 um 15:26 schrieb bob prohaska <fbsd@www.zefox.net>:
> 
> 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

The last line is missing the file system type, try:

...
proc            /procfs         procfs rw               0 0

Best regards

Rolf



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?235668CB-0F07-4391-9B2B-E5F8498D4D2D>