Hello everyone.
I've read tons of posts about this, but it doesn't help.
The problem:
misc/mc has the ability to connect to SMB/CIFS share via
What makes it more weird is that mc shows such filenames on the local filesystem all right.
Neither is it related to my terminal app (x11/rxvt-unicode), nor to mc's own settings for that matter (Options > Display bits> 8 bit etc.).
When I, for the sake of testing, mount such SMB share using command like
, I can then see all the cyrillic filenames under the local mount /mnt/point in mc.
What makes the difference between these two smb-mounting methods is that mount_smbfs command only supports some early SMB protocols, as I learned from the devel mailing list. Latest SMB protocols are only supported via SAMBA port and this is not going to change any time soon... and as I understand, misc/mc uses SAMBA libs for this operation.
Again, not a problem for me and my situation, but for the sake of clarity and having a more or less usable Midnight Commander it would be nice to have this figured out somehow.
I've read tons of posts about this, but it doesn't help.
The problem:
misc/mc has the ability to connect to SMB/CIFS share via
cd smb://user@server/share
command. It works all right (though a bit slow), but in a share connected this way non-latin (cyrillic in my case) character names aren't shown properly -- I see a single "?" instead.What makes it more weird is that mc shows such filenames on the local filesystem all right.
Neither is it related to my terminal app (x11/rxvt-unicode), nor to mc's own settings for that matter (Options > Display bits> 8 bit etc.).
When I, for the sake of testing, mount such SMB share using command like
Code:
sudo mount_smbfs -E utf8:cp866 -I 192.168.0.7 -N -U anonymous //guest@server/myshare /mnt/point
What makes the difference between these two smb-mounting methods is that mount_smbfs command only supports some early SMB protocols, as I learned from the devel mailing list. Latest SMB protocols are only supported via SAMBA port and this is not going to change any time soon... and as I understand, misc/mc uses SAMBA libs for this operation.
Again, not a problem for me and my situation, but for the sake of clarity and having a more or less usable Midnight Commander it would be nice to have this figured out somehow.