On Sun, Jan 14, 2018 at 11:53 AM, Henry Hu <henry.hu...@gmail.com> wrote:

>
>
> On Sat, Jan 13, 2018 at 9:10 PM, blubee blubeeme <gurenc...@gmail.com>
> wrote:
>
>> This is a repost from freebsd-question; Hoping to get more exposure and
>> help here.
>>
>> I am trying to run mount_msdosfs with the option to set locale like this:
>> mount_msdosfs -L en_US.UTF-8 /dev/da0s1 $HOME/usb
>>
>> This returns operation not permitted.
>>
>> usrmount is set to 1 and everything mounts as expected w/o root if I
>> remove
>> the locale option. The problem here is that my document filenames are
>> garbled and I can't actually open the files.
>>
>> kiconvtool: https://wiki.freebsd.org/DmitryMarakasov/kiconvtool
>> is said to work but it does not, after installing it I still get the exact
>> same error.
>>
>> Have you tried to kldload msdosfs_iconv first?
>
> Is there a way to set locale when using mount_msdosfs without sudo?
>> _______________________________________________
>> freebsd-current@freebsd.org mailing list
>> https://lists.freebsd.org/mailman/listinfo/freebsd-current
>> To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org
>> "
>>
>
>
>
> --
> Cheers,
> Henry
>
Yes, /etc/rc.conf has this line:
kld_list="nvidia-modeset msdosfs_iconv"
_______________________________________________
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to