|
#1
| |||
| |||
| How to duplicate a CD/DVD-ROM via the command line If you need to create a personal backup copy of a CD-ROM or DVD, it's fairly simple to do so in the terminal. First, insert the CD-ROM/DVD to be copied into your drive. When the Finder mounts it, take note of the path (especially the title of the disc). (You can also get this information via df if you are working totally without the GUI.) Next, unmount the disc: hdiutil unmount "/Volumes/nameofcd" It should report its progress like so: Code: hdiutil: unmount: LetIOKitSettleDown: (timed out). "disk3s1s9" unmounted successfully. hdiutil convert /dev/disk3s1s9 -format UDTO -o "~/Desktop/nameofcd" Its progress will look something like this: Code: Preparing imaging engine... Reading Apple_HFS (0)... .......................................................................... Terminating imaging engine... Elapsed Time: 17m 21.578s (2 tasks, weight 100) File size: 678428672 bytes Sectors processed: 1325056, 1325056 copied Speed: 636.1Kbytes/sec created: nameofcd.dmg It will prompt you for a disc, insert one and it will burn your disc: Code: Please insert a disc: Starting Initializing Saving temporary image Opening session Writing track ............................................................................ Finishing writing ............................................................................ |
|
#2
| |||
| |||
| I could not get this to work. here is my sequence: rgbs-powerbook-g4-12:~ rgb$ hdiutil unmount "/Volumes/CDname" "disk6" unmounted successfully. rgbs-powerbook-g4-12:~ rgb$ hdiutil convert /dev/disk6 -format UDTO -o "/Users/rgb/Desktop" hdiutil: convert failed - not recognized rgbs-powerbook-g4-12:~ rgb$ |
![]() |
| Thread Tools | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| new firewire hd won't transfer files - any ideas to help? | edX | Apple News, Rumors & Discussion | 14 | December 27th, 2001 05:07 PM |