[Bug 242485] mount(8): not able to parse -e option for cd9660 filesystem

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Dec 6 20:08:38 UTC 2019


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

Conrad Meyer <cem at freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Closed
         Resolution|---                         |Not A Bug

--- Comment #1 from Conrad Meyer <cem at freebsd.org> ---
The quoted excerpt is a subset of the documentation for the '-o' flag:

     -o      Options are specified with a -o flag followed by a comma
             separated string of options.  In case of conflicting options
             being specified, the rightmost option takes effect.  The
             following options are available:
...
             Any additional options specific to a file system type that is not
             one of the internally known types (see the -t option) may be
             passed as a comma separated list; these options are distinguished
             by a leading “-” (dash).  For example, the mount command:

                   mount -t cd9660 -o -e /dev/cd0 /cdrom

Note that the example shows the '-o -e' explicitly.

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


More information about the freebsd-bugs mailing list