truncate does not support creating files with sizes greater than 2^32-1
Apparently, gnu truncate
on my x86_64
system does not support creating files with sizes of size >= 8EiB (= 2^32-1 Bytes = 9223372036854775807 Bytes).
Apparently, gnu truncate
on my x86_64
system does not support creating files with sizes of size >= 8EiB (= 2^32-1 Bytes = 9223372036854775807 Bytes).