Can I bit copy an optical disk that won't mount?

I have a Mac Pro 1,1 with 2 optical drives in it. I have an 8 year old DVD-R (a playable DVD-video) which won't mount in either optical drive - Mac says it is in a format it can't recognise. Putting it in a DVD player simply says "Can't play disk".


Is there any way I can bit-copy it to try various recovery tools to extract the content? Hopefully it's just the disk header that's corrupted, if I can bit copy it there is a good chance I can recover the contents as it was all linearly written in one go.


Thanks.

Mac Pro, Mac OS X (10.6.8), 2 x 2.66 Dual Core

Posted on May 28, 2016 6:37 PM

Reply
7 replies

May 29, 2016 3:55 AM in response to Brendan Jones

1. insert a working disc in one of your drives

2. open Terminal and type "mount", hit the ENTER key

3. find the disc in the list of mounted volumes and remember/write down the drive name, i.g. /dev/disk4s0

4. replace the working disc with the broken one

5. type "dd bs=2048 if=/dev/disk4s0 of=./Desktop/image.iso" and hit the ENTER key

Replace "disk4s0" with the correct drive number.

If you get a "permission denied" try "sudo dd bs=...". Enter your user password when asked.

May 29, 2016 4:00 AM in response to bigschwabbel

Thanks for the tip... but unfortunately it didn't work. If I put the non-working disk in my upper superdrive, the disk spins up and eventually Finder gives the message "The disk you inserted is not readable on this computer". I click "ignore" rather than "eject" then tried:


% dd bs=1024 if=/dev/disk4 of=./Desktop/image

dd: /dev/disk4: Input/output error

0+0 records in

0+0 records out

0 bytes transferred in 0.002291 secs (0 bytes/sec)


If I try the lower superdrive, the disk doesn't even seem to spin up and Finder says nothing. Trying dd yields:


% dd bs=1024 if=/dev/disk6 of=./Desktop/image

dd: /dev/disk6: Device not configured

0+0 records in

0+0 records out

0 bytes transferred in 0.000095 secs (0 bytes/sec)


Is the disk beyond redemption?

May 29, 2016 7:23 AM in response to Brendan Jones

You could try it with a working disc, just to make sure your drives are OK and that you didn't make any mistakes in Terminal.


Check the broken disc for scratches and fingerprints.


Optical media have a limited lifespan, mostly depending on how you store them (exposure to changing temperatures, humidity, UV light). After 8 years chances are high, that the data went bad.

May 31, 2016 5:45 AM in response to bigschwabbel

The disk is clean and was kept in a DVD case with cover in a glass fronted cabinet. Maybe this particular batch of DVD-R (Imation) was dodgy because others of similar vintage also fail to mount. I have other optical disks from similar era or older that are fine.


With a working DVD the dd command produces the response:


% dd bs=1024 if=/dev/disk4 of=./Desktop/image.dmg

dd: /dev/disk4: Resource busy


The disk is just sitting in the tray. No app is using it (such as DVD Player). DVD Player happily plays it if called up.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Can I bit copy an optical disk that won't mount?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.