INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Filenames with weird characters are refusing to sync to FAT32 drive [Solved]  (Read 756 times)

BryanC

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 2554

When I try to sync files with strange characters in the name to my FAT32 Sansa Clip Sport Plus, they refuse to sync.

Other files without strange characters sync fine. See picture for examples of characters (all of the tracks in the image will fail to sync):



I am using Clean() in my filename expression:
Code: [Select]
Rand(100,999,1)clean([Artist] - [Name],3)(The Rand stuff is to workaround the absolutely arcane Sansa Clip firmware limitations on their recent devices)

When I sync the same files to an ext4 device, they sync fine.

Here is a little info from stackexchange on an rsync or shell script workaround: https://unix.stackexchange.com/questions/70785/rsyncing-files-with-special-characters-to-usb-fat32/70817
I'm not sure which transfer protocol MC uses.

Logs sent.

Thanks!
Logged

BryanC

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 2554

I solved this by adding the iocharset=utf8 option to the fstab mount directives for my device.
Logged

JimH

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 71348
  • Where did I put my teeth?

Well done, and thanks for letting us know.
Logged
Pages: [1]   Go Up