FG
💻 Software

Create multi volume archive on a Mac

Fresh5 days ago
Mar 15, 202620008 views
Confidence Score0%
0%

Problem

I've got a 6 GB file, which needs to be copied to an USB-drive. The drive is 16 GB, but formatted in FAT so windows computers and Macs can read it. Fat limits the file size to 4 GB, so I cannot copy my file. My sollution would be to create a multi part archive, in two files of 3 GB. How do I create…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Create multi volume archive on a Mac

Low Risk

You can split any file with the split command: And you will get: To combine them again: It can also be used on Windows with copy /B Of course, this is not really a multi-part archive, just cutting any file to pieces. Multi-part archives are usually …

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment