ARC to CPIO Converter

Extract ARC data into CPIO archives free and online

Drop files here. 1 GB maximum file size or Sign Up
to
Facebook Amazon Microsoft Tesla Nestle Walmart L'Oreal

Legacy to Linux Bridge

Move data from 1985 DOS archives directly into CPIO — the format used by RPM and Linux initramfs. Convertio handles both ends.

All Server-Side

No ARC extractors, no cpio tools needed locally. The entire conversion runs on convertio.co cloud infrastructure via your browser.

Privacy Protected

Uploaded ARC files are purged immediately after processing. CPIO output is deleted from convertio.co servers within 24 hours.

How to convert ARC to CPIO

1

Select files from Computer, Google Drive, Dropbox, URL or by dragging it on the page.

2

Choose cpio or any other format you need as a result (more than 200 formats supported)

3

Let the file convert and you can download your cpio file right afterwards

About formats

ARC is one of the earliest widely-used compressed archive formats for personal computers, created by Thom Henderson of System Enhancement Associates) (SEA) in 1985 for MS-DOS. The format combines multiple files into a single archive with per-file compression, supporting several compression methods including no compression (stored), run-length encoding, Huffman coding, and LZW (Lempel-Ziv-Welch) variants. Each file entry in an ARC archive carries its own header with the original filename, compressed and uncompressed sizes, timestamp, CRC checksum, and compression method indicator. ARC became the dominant archive format on DOS-based bulletin board systems (BBS) during the mid-1980s, serving as the primary means of distributing software, documents, and data files online before the internet era. The format sparked a notable legal controversy when Phil Katz created a compatible utility (PKARC), leading to a lawsuit from SEA that ultimately motivated Katz to develop the ZIP) format as a legal alternative. One advantage of ARC was its per-file compression approach, allowing individual files to be extracted without decompressing the entire archive. The integrated CRC checksums provided another benefit, enabling reliable verification of data integrity after transfer over error-prone modem connections. While ZIP and more modern formats supplanted ARC by the early 1990s, the format holds historical significance as a foundational technology in the evolution of data compression and file distribution.
Initial release: 1985
CPIO (Copy In, Copy Out) is a Unix archive format dating to the PWB/UNIX system at AT&T Bell Labs in 1977, predating even the tar format. The name describes the tool's original operation: copying files in to an archive and out from an archive. CPIO stores files sequentially with per-file headers containing the filename, inode information, permissions, ownership, timestamps, and file size, followed by the file data itself. The format exists in several variants: the original binary format, the POSIX.1-defined octet-oriented (ODC) format, the SVR4 newc format with expanded device and inode fields, and the CRC variant that adds checksum verification. Unlike tar, CPIO reads the list of files to archive from standard input, making it naturally composable with find and other Unix utilities through pipes. One advantage is faithful Unix metadata preservation — CPIO records device numbers, inode information, and hard link relationships with higher fidelity than early tar implementations, making it suitable for system-level backups and device file archiving. The format's central role in Linux package management is another practical significance: the RPM package format uses CPIO as its internal payload container, meaning every RPM-based Linux installation relies on CPIO extraction. While tar has become more common for general archiving, CPIO persists in system administration, initramfs images, and package management infrastructure.
Developer: AT&T / Unix
Initial release: 1977

Frequently Asked Questions

Why convert ARC to CPIO?

CPIO is used in RPM packaging and Linux initramfs. If you need old ARC data in these workflows, converting to CPIO is the direct path.

What opens CPIO archives?

The cpio command-line tool on Linux handles extraction natively. 7-Zip on Windows also supports CPIO. Most Linux file managers work too.

Is ARC still used anywhere?

Practically not. ARC was the dominant archive format in the mid-1980s on DOS but has been completely superseded by ZIP and other formats.

Is special software needed for this?

Not at all. Convertio processes both ARC extraction and CPIO creation on its servers — you only need a web browser.

Are my files private during conversion?

Yes. Your uploaded ARC file is deleted immediately after processing. The CPIO output is removed from servers within 24 hours.

Can I convert multiple ARC files to CPIO?

Yes. Upload several ARC archives at once and convertio.co will convert them all to CPIO in a single batch.