So I don't have enough storage in my FreeNAS 11 server yet to transfer all my media content onto it yet. However, I'm wanting to run my Plex server on my Freenas server instead of on my Windows desktop. My plan to do this was to mount my Windows shares to Freenas and then add them to the Plex jail. This actually works great except for one thing. For some reason certain special characters won't show up properly in the smb mount in FreeNAS. It just shows a little question mark inside of a diamond character inside of Plex, and it just shows a question mark where the special character should be when using the ls command via ssh. I used this command to mount the Windows share in FreeNAS:
mount_smbfs -I <ip_address> //<host>/Movies /mnt/movies
Example of messed up filenames:
"Amélie" looks like this in on FreeNAS: Am?lie
I've tried to change the encoding using many variations of the -E parameter for mount_smbfs (-E utf-8:cp852 or cp866 or 852, etc) and none of those mount commands work at all. If I add the -E parameter to the mount_smbfs command at all it won't work.
Any help would be greatly appreciated.
JSS
mount_smbfs -I <ip_address> //<host>/Movies /mnt/movies
Example of messed up filenames:
"Amélie" looks like this in on FreeNAS: Am?lie
I've tried to change the encoding using many variations of the -E parameter for mount_smbfs (-E utf-8:cp852 or cp866 or 852, etc) and none of those mount commands work at all. If I add the -E parameter to the mount_smbfs command at all it won't work.
Any help would be greatly appreciated.
JSS