mount -o shortname=mixed,codepage=850 /dev/IPOD /mnt/ipod
rsync -v -r --size-only --iconv=utf8,iso88591 library/ /mnt/ipod/Library/
Works for extended characters, but not for reserved characters (?/:")
mount -o shortname=mixed,codepage=850 /dev/IPOD /mnt/ipod
rsync -v -r --size-only --iconv=utf8,iso88591 library/ /mnt/ipod/Library/
Works for extended characters, but not for reserved characters (?/:")
This version of the page was edited by Mark Ferry at 2024-11-20 12:50:15. View the most recent version.