bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Linux "split" Utility


From: Marvin Hile
Subject: Linux "split" Utility
Date: Tue, 08 Feb 2005 18:28:27 -0500

split -b 266748928 BIGfile

where BIGfile is 5333497856 bytes

reports that 266748928 is an invalid number of bytes.

However,

split -b 1333374464 BIGfile

works just fine.

split --version

yields 4.5.3.

It seems apparent that your split utility is attempting
to use a four-byte signed integer to hold the number
of bytes. However, the file system handles files that
are much larger, and I would like to be able to split
them without resorting to multiple splits with sizes
small enough to fit in a four-byte signed integer.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]