Date: Sat, 28 Sep 2019 05:09:36 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 240889] mount -t nozfs, noufs, nodevfs, notmpfs - does not work as advertised in man page Message-ID: <bug-240889-227-flZvcCEBGH@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-240889-227@https.bugs.freebsd.org/bugzilla/> References: <bug-240889-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D240889 Yuri Pankov <yuripv@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |yuripv@FreeBSD.org --- Comment #2 from Yuri Pankov <yuripv@FreeBSD.org> --- I think you are reading it wrong, you should specify "no" just one time as shown in the man page example you pasted: mount -a -t nonfs,nullfs ...so it should be: mount -t nozfs,ufs,devfs,tmpfs ...if you want exclude all of these FS types. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-240889-227-flZvcCEBGH>