FG
💻 Software

What is the fastest and most reliable way to split a 50GB binary file into chunks of 5GB or less, and then reassemble it later?

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

Problem

Our servers are running Ubuntu Linux, and the binary file is a BSON dump of a large MongoDB collection. How reliable is a tool like ? Is there a faster or better way to do this?

Error Output

split

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: What is the fastest and most reliable way to split a 50GB binary file into chunks of 5GB or less, and then reassemble it later?

Low Risk

is very reliable. We use it for porting large log files, and it worked well for up to a couple of GBs (not 50 gb anyway). I believe you can try using the split for your requirement, and let us know. Split into 5GB files It will split into multiple f…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment