A Program To Extract Files For Mac
- A Program To Extract Files For Mac Hard Drive
- Unzip Files On A Mac
- A Program To Extract Files For Machine
I was trying to move the files to another hard drive. So I archived all my photos in one large ZIP file using the Mac OS X built-in compress function.
But the file failed to extract. I've tried many programs, but none of the programs I tried were able to extract the file. I've tried Mac OS X's extract utility, StuffIt Expander, 7-Zip (command line), all failed. Mac's archive utility and StuffIt don't seem to support large files, and 7-Zip's command line version gave an error stating unsupported archive.
I have no luck in Windows either as many of my files have Chinese filenames, and couldn't extract to the correct name under Windows.
Again, just because you can extract a DMG file in Windows, or even convert a DMG to a Windows-readable format, doesn't always mean that the contents of the DMG file will suddenly become compatible with Windows. The only way to use a Mac program or a Mac video game in Windows is to download the Windows-equivalent version. How to unzip files on mac computers. Unzipping a file on a mac computer is user-friendly and intuitive. To unzip files on a mac, simply follow the steps below: Double click the zipped file. The file will automatically be decompressed by Archive Utility into the same folder the compressed file is in. Access the extracted files by clicking the appropriate icons. Unzipping a file on a mac computer is user-friendly and intuitive. To unzip files on a mac, simply follow the steps below: Double click the zipped file. The file will automatically be decompressed by Archive Utility into the same folder the compressed file is in. Access the extracted files.
Are there some programs that can support large files, can handle files compressed using Mac OS X's compress function, and can support UTF-8 filename? With or without GUI is fine.
Update
Well, I had made the wrong decision to compress the files, and it's already too late. I thought I should be able to extract the file if I could compress it. It's too late, the original copies are gone, only a large ZIP file left here.
I have tried using 'unzip', but it says End-of-central-directory signature not found. I guess it doesn't have large file support as well.
I would try the Windows Vista method as stated by SuperMagic, but I need to borrow a computer for that. Anyway, thank you everyone, but please provide more suggestions on what software that could possibly extract that file.
Peter Mortensenmigrated from stackoverflow.comFeb 26 '10 at 20:48
This question came from our site for professional and enthusiast programmers.
The program can be used absolutely free of charge for 40 days! If you have purchased several licenses, you can even mix versions to meet your own personal needs. Mac rar app. • WinRAR is shareware, meaning you have the chance to thoroughly test it. • WinRAR licenses are valid for all available language and platform versions.
8 Answers
I was in the same situation when backing up a 12GB directory.
I fixed it by using the ditto
command which was readily available with the OS X Yosemite installation:
I ran into this same problem recently, on OS X 10.6.6. I have been zipping my VMware VMs up at a command line, and copying them to backup media. When I tried to unzip a backed-up VM after a hardware failure, I had a few tense minutes as I wrestled with unzip's 'start of central directory not found; zipfile corrupt' error.
After some poking around, the problem turns out to be that OS X ships with v3.0 of Info-Zip's zip, which supports the Zip64 extensions and uses them automatically when needed (so I was creating Zip64 files without realizing it), but only v5.52 of Info-Zip's unzip, which doesn't support Zip64 - Zip64 support was added in unzip's v6.0.
I have no idea why Apple didn't ship an unzip that matches the shipped zip, but I found two easy solutions:
MacPorts users can install unzip 6.0 using 'sudo port install unzip'.
The shareware archive utility BetterZip, which is a handy piece of software anyway, supports Zip64, so just by using that instead of the command line, I was able to extract my archived VM and continue my day.
If you use Homebrew, you could install 7zip with: brew install p7zip
.
You can then extract the file with: 7z x filename.zip
.
I believe the ZIP file format has a 4 GB total archive size limit.Wikipedia seems to support this.
If you have a Windows Vista or more recent computer available, try exploring the archive there to see if it's in the newer ZIP64 format or not.
A Program To Extract Files For Mac Hard Drive
Mod for minecraft six. So it's possible that the ZIP64 support is different between what created the archive and what you're using to unzip it.
Also, is there an unzip command standard in the Mac OS X command prompt?
Peter MortensenI had exactly the same problem..Zipped a file with the standard mac archive software.. deleted the file.. a month later tried to open the archive and got the same error --> Guess this has something with the fact that the file was over 1gb
SO I tried all and more of the software above and nothing worked after a few weeks of searching and trying I found one that worked :) So I guess this is worth mentioning:
The Unarchiver - I downloaded this from: http://wakaba.c3.cx/s/apps/unarchiver.htmlthese people are my new hero's :) It has the necessary things for broken or to large zipfiles
Mac Archive Utility will unzip the file into:
Unzip Files On A Mac
E.g.: BAH.odJFh'/'archiveName'
Then go ahead and start the un-archive and wait until you get the error, then leave the dialog box open.Open terminal window.sudo sucd to the path above, remember you can type /Vo and hit tab to finish the wordget as far as you can and do a ls to see what the ramdon directory names arechange into the final directory where all your files are.then typemv * /Volumes/'Drive Name'/.. where you want to put files/.now change read write on the folder of where you moved it to including all items.
Finally click OK on the first error.You must wait to click ok on the error until after the files are moved because the OK erases all the files.
kenorbA Program To Extract Files For Machine
You could use a .tar.gz archive. The default Mac Archive Utility will decompress them; just double click on the file. But I didn't see a way to force it to use .tar.gz when you compress it.
I'm not familiar with Macs; I just happen to have one near my desk at work. The Archive utility might have some GUI frontend somewhere in /Applications/utilities.
If there is no GUI, compress a folder into a .tar.gz use this command: tar czvf myarchive.tar.gz MyPhotos/
You may be lucky trying a data recovery software. If your JPEG files have a negative compression rate and ZIP is smart enough to store them uncompressed in that case, it is possible that scanning the zip archive gives results.