minus-squareelmicha@feddit.orgtoLinux@lemmy.ml•copying off an CD burned on a mac long ago...linkfedilinkarrow-up2·5 days agoIf nobody has a better idea, you could create a loop device with a HFS filesystem, copy the CD to that filesystem, replace all bad filenames, then copy everything to a normal filesystem. Edit: apparently there’s a --iconv option in rsync: https://askubuntu.com/a/540960 linkfedilink
minus-squareelmicha@feddit.orgtoLinux@lemmy.ml•Can I use a Linux laptop to connect a Mac to wifi through an Ethernet cable?linkfedilinkarrow-up3·12 days agohttps://askubuntu.com/a/1547100/16134 should work. linkfedilink
If nobody has a better idea, you could create a loop device with a HFS filesystem, copy the CD to that filesystem, replace all bad filenames, then copy everything to a normal filesystem.
Edit: apparently there’s a --iconv option in rsync: https://askubuntu.com/a/540960