[Bug 241475] autofs: no way to pass locale options to msdosfs

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Nov 25 12:36:09 UTC 2019


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

Edward Tomasz Napierala <trasz at FreeBSD.org> changed:

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

--- Comment #7 from Edward Tomasz Napierala <trasz at FreeBSD.org> ---
Can you try passing it in auto_master, like this?

/media          -media          -nosuid,noatime,autoro,-L=ru_RU.UTF-8,-D=CP866

It wouldn't be shown in special_media's output, but it should get used by
automountd(8) when mounting; if you set automountd_flags="-v" you should see
this in logs:

Nov 25 12:35:05 v2 automountd[1866]: executing "mount -t msdosfs -o
nosuid,async,nosuid,noatime,autoro,-L=ru_RU.UTF-8,-D=CP866,automounted /dev/md0
/media/md0/" as pid 1875

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


More information about the freebsd-bugs mailing list