Jeff Abrahamson on 18 Apr 2006 15:15:29 -0000 |
When I burn CD's, I see long file names, but my Windows and Mac friends often don't. I'm wondering what to incant so that they see the world well, too. Any tips? I've read the manual for cdrecord many times. I've tried a few options that make sense to me. It doesn't generally help off linux/etc. I burn CD's thus: burn () { if [ "X$1" = "X" ]; then burn_path=.; else burn_path="$*"; fi; mkisofs -r $burn_path | cdrecord -v -eject speed=2 dev=/dev/cdrom -data -; unset burn_path } Thanks. -- Jeff Jeff Abrahamson <http://jeff.purple.com/> +1 215/837-2287 GPG fingerprint: 1A1A BA95 D082 A558 A276 63C6 16BF 8C4C 0D1D AE4B Attachment:
signature.asc ___________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|