[Bug 240889] mount -t nozfs, noufs, nodevfs, notmpfs - does not work as advertised in man page

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Sep 28 05:09:38 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240889

Yuri Pankov <yuripv at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yuripv at FreeBSD.org

--- Comment #2 from Yuri Pankov <yuripv at 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.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list