FG
💻 Software

How do I rar a file into several parts in Linux?

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

Problem

I want to make a rar file(not tar or gzip) with several parts in linux shell, how is it possible ? for example my file is : m.avi - 500mb I want this :

Error Output

m.part1.rar 250mb
m.part2.rar 250mb

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How do I rar a file into several parts in Linux?

Low Risk

Ah I misunderstood, for parting rar files you have to do the following. First make sure you have rar installed. Then use the following command: a for append, -v for the size in kilobytes. This would create /path/m.splitted.part001.rar, /path/m.split…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment