On Mon, 5 Nov 2001, cpaul wrote: > i need to copy a macintosh cd using my rh71 system... how can i > do it such that i can be sure it's an absolutely identical copy?
dd if=/dev/cdrom of=maccd.iso dd reads sector by sector, regardless of format, starting at the beginning and ending at the end. HTH. DaZZa -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
