I would like to let user besides root to mount a SMB share. It requires filename conversion with UTF-8 encoding.
In /boot/loader.conf file, I have added:
And /etc/nsmb.conf file
But mount_smbfs still complains.
What is the correct syntax for loading iconv with UTF-8 into kernel in /boot/loader.conf?
Thanks a ton!
In /boot/loader.conf file, I have added:
Apache config:
libiconv_load="YES"
And /etc/nsmb.conf file
Apache config:
[default]
workgroup=WORKGROUP
[server]
addr=1.2.3.4
charsets=UTF-8:UTF-8
But mount_smbfs still complains.
Bash:
$ /usr/sbin/mount_smbfs -N -f 666 -d 777 //user@server/shared /mnt/shared
mount_smbfs: can not setup kernel iconv table (ISO8859-1:tolower): syserr = Operation not permitted
Warning: no cfg file(s) found.
What is the correct syntax for loading iconv with UTF-8 into kernel in /boot/loader.conf?
Thanks a ton!