- Joined
- 2 Aug 2005
- Posts
- 8,721
- Location
- Cleveland, Ohio, USA
I've got a disk image I need to backup that is currently on a Mac. It's the image used in a few workstations around here and it's be a shame to lose it in the event of a disk failure. I'd like to transfer it from an Intel iMac to my Debian workstation. It's too large for a DVD so I thought it would be easy to throw on a firewire external disk. However, it occurred to me that Linux won't understand HFS+. I don't have support for UFS in my kernel and I really, really don't want to recompile just for this. I could use fat32 but it's limited to files that are under 4 GiB in size. I thought it would be a snap to use rar to split the file into multiple parts. I discovered that OS X apparently doesn't include rar in their system utilities. That brings me to my current question.
How on earth do I use rar for Mac?
I downloaded it and attempted to use it like so:
cd to the directory that contains the rar utility.
then run
That spits out the error message "Bus Error"
Apparently rar doesn't come with a man page. There must be something easy that I'm overlooking or I must be doing something horribly n00by. Please help!
How on earth do I use rar for Mac?

I downloaded it and attempted to use it like so:
cd to the directory that contains the rar utility.
then run
Code:
./rar a -v1000000k img_backup ~/Desktop/img_backup.iso
Apparently rar doesn't come with a man page. There must be something easy that I'm overlooking or I must be doing something horribly n00by. Please help!
