May 1, 20179 yr I'm a bit of a command line nut, and need to copy across some data from a WD MyCloud NAS to my new unRAID setup. However I'm having some issues with character sets and am getting nowhere with my google searches. This is the mount command: mkdir /mnt/mycloud_public mount -t cifs //mycloud/Public /mnt/mycloud_public -o username=nobody,password="",dir_mode=0777,file_mode=0777 This mounts the Share just fine, but if I do an 'ls' on a directory or file that has special characters like an accent they look like this Pok\351mon which is a translation of Pokémon. Copy commands utilising this directory fail. Whilst I could go and remove all these special characters from the source, there must be some way to pass this info through via a codepage?
Archived
This topic is now archived and is closed to further replies.