Thanks Michael. Reading up on hdiutil - it seems as though this still only applies to filesystem disks...
Quote:
By default, if no filesystem is specified, the image will be
created with all four filesystems as a hybrid image. When
multiple filesystems are selected, the data area of the image
is shared between all filesystems, and only directory informa-
tion and volume meta-data are unique to each filesystem. This
means that creating a cross-platform ISO9660/HFS+ hybrid has a
minimal overhead when compared to a single filesystem image.
I will try the
Quote:
hdiutil makehybrid -o MusicBackup.iso Music -hfs -iso -joliet \
-hide-hfs 'Music/*.wma' -hide-joliet 'Music/{*.m4a,*.mp3}' \
-hide-iso 'Music/*.{wma,m4a}'
Options, and see if it produces a standard Audio CD output.
it also says
Quote:
(see also drutil(1) for making CD audio discs)
however, I don't see anywhere in the man drutil file, about creating an Image from Audio CD's
I'm not very Command Line Savvy - but really want to spend some time learning