Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

bigandy

macrumors G3
Original poster
Apr 30, 2004
8,852
7
Murka
i backed up my iPhoto library using the finder's archive folder feature. the zip was burned to DVD. now i've copied it back, the disc was kept very carefully, and there were several copies, and each one says it's corrupt. Windows & WinZip can't open it, and it's 2.72Gb. I'm really really pissed, but don't want to spend huge amounts of money on getting it open. is there any way to see inside, or to extract them? i assume it's happened because of the 2gb barrier on DVDs, and that it's more than that. which i never checked before, stupidly.

can anyone offer any advice or help?

thanks!
 
i have a copy on my windows machine right now that i've copied over from the mac, using the mac. there is one app i've tried and after 3 hrs it said it could recover it but wants $150. :(

Winzip shouldn't have any trouble opening a mac zipped file should it?
 
every mac i've tried it on just gives up. it's "not a valid archive". i put it on the peecee to see if winzip/winrar/anything could actually see the files. one or two can but they're charging an arm and a leg to actually be able to decompress it.
 
you might try, if you have two CD-ROMs or something, booting up in KNOPPIX or a similar bootable UNIX, mounting the DVD, and then:

<dd if=/mnt/dvd/archive.zip of=/mnt/harddrive/archive.zip>

or

<dd if=/mnt/dvd/archive.zip | unzip >

or something like this. Something tells me that doing the direct access stuff would get you past whatever problem this is, since apparently some of those bastards can recover the stuff.
 
kalisphoenix said:
you might try, if you have two CD-ROMs or something, booting up in KNOPPIX or a similar bootable UNIX, mounting the DVD, and then:

<dd if=/mnt/dvd/archive.zip of=/mnt/harddrive/archive.zip>

or

<dd if=/mnt/dvd/archive.zip | unzip >

or something like this. Something tells me that doing the direct access stuff would get you past whatever problem this is, since apparently some of those bastards can recover the stuff.

There's no need to use another UNIX for this, since Mac OS X has those tools. Try copying the file to the hard drive and do a "unzip file.zip" first though.
 
Linkjeniero said:
There's no need to use another UNIX for this, since Mac OS X has those tools. Try copying the file to the hard drive and do a "unzip file.zip" first though.

to just add to your comment, copy the file to your home folder then goto terminal and type unzip file.zip ;)
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.