gamehead200 Posted February 2, 2006 Posted February 2, 2006 Hey guys,Trying to figure out how to split a disk image (.dmg) file into two files. Its a 6GB file and it won't fit on my external drive as it is FAT32 formatted, and as we all know, the maximum size for a file on FAT drives is 4GB.Any ideas?Thanks.
EchoNoise Posted February 7, 2006 Posted February 7, 2006 I'm pretty sure that there are Splitters out there... Have you tried StuffIT?... I think that splits files...
LLXX Posted February 13, 2006 Posted February 13, 2006 (edited) Here's one, but it's 3Mb which is surprisingly large for a file-splitter: http://www.xs4all.nl/~loekjehe/Split&Concat/Since OS X is Linux based you can just use the appropriately named split command. Edited February 13, 2006 by LLXX
gamehead200 Posted February 13, 2006 Author Posted February 13, 2006 Here's one, but it's 3Mb which is surprisingly large for a file-splitter: http://www.xs4all.nl/~loekjehe/Split&Concat/Since OS X is Linux based you can just use the appropriately named split command.If I do use split... How do I merge the two files later on?
LLXX Posted February 14, 2006 Posted February 14, 2006 (edited) With cat... which stands for "concatenate".http://unixhelp.ed.ac.uk/CGI/man-cgi?cate.g. cat file.part1 file.part2 > wholefile will join the two parts together in order to form wholefile. Edited February 14, 2006 by LLXX
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now