Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Nov 2019 12:36:07 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 241475] autofs: no way to pass locale options to msdosfs
Message-ID:  <bug-241475-227-kt9WqHbP3o@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-241475-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-241475-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=241475

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

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

--- Comment #7 from Edward Tomasz Napierala <trasz@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.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-241475-227-kt9WqHbP3o>