coreutils
[Top][All Lists]
Advanced

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

[coreutils] [PATCH] split: fail immediately if impossible to create a la


From: Pádraig Brady
Subject: [coreutils] [PATCH] split: fail immediately if impossible to create a large file
Date: Sun, 07 Nov 2010 03:24:41 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100227 Thunderbird/3.0.3

For example, if splitting to 4G files (max on VFAT for example),
and `split` is built without large file support, then we would
have only failed after about 2G was written. If the input is
currently less than that, we won't know about the issue until later.

I'm not planning to apply for this release,
but will if anyone thinks it's important enough.

cheers,
Pádraig.

Attachment: split-large.diff
Description: Text Data


reply via email to

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