Date: Tue, 19 Feb 2008 14:47:51 +0100 From: Dominic Fandrey <LoN_Kamikaze@gmx.de> To: freebsd-current@freebsd.org Subject: nfs mounts don't work through fstab Message-ID: <47BADE07.9020402@gmx.de>
next in thread | raw e-mail | index | archive | help
My nfs mounts haven't been working by their fstab entries, ever since I switched to RELENG_7. Today I took the time tracking the issue down by adding lots of printf to mount.c. I tracked the problem down to the function fstabscan() in the file "/usr/src/lib/libc/gen/fstab.c". The result of my testing was that it is now obligatory to set 'sw', 'ro' or 'rw' in the options list. This is a change, that in my opinion should either be undone or documented in "/usr/src/UPDATING" and in the fstab(5) manual page.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47BADE07.9020402>