Open GoogleCodeExporter opened 9 years ago
That's kernel limitation: syscalls read/write can handle up to MAX_RW_COUNT =
2G-4K = 2147479552 at once.
I'll do something with that.
Original comment by koct9i
on 25 Mar 2015 at 6:11
There are people on the internet suggesting using pwrite in a loop. At the
first glance it seemed to me that pwrite arguments in the loop are messed up.
I'll try to do something with it too.
Original comment by mike.mer...@gmail.com
on 26 Mar 2015 at 6:13
fixed in git version
Original comment by koct9i
on 29 Mar 2015 at 12:55
Original issue reported on code.google.com by
mike.mer...@gmail.com
on 25 Mar 2015 at 5:06