K
K
krll-k2014-09-22 13:22:08
linux
krll-k, 2014-09-22 13:22:08

There are large file data, they need to be placed on a USB flash drive. How to split a file into parts in Linux?

There is a 10GB folder, I put it in a tar.gz archive. I try to reset this file to a USB flash drive, and it gives an error. The error is related to the file size, it is 6.3GB. Question: how to divide a file into parts in linux?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
3
3vi1_0n3, 2014-09-29
@krll-k

Split file:
Collect back:
cat file1 file2 ... fileN > file.tar.gz

M
mikes, 2014-09-22
@mikes

Just in case.. Does the flash drive use fat32 or ntfs?

O
oleksandr_veles, 2014-09-22
@oleksandr_veles

It's probably easier to format the flash drive in ntfs, and you don't need to split anything.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question