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 2022-05-13 22:36:01. View the most recent version.