Open GoogleCodeExporter opened 9 years ago
Can't we use http://man7.org/linux/man-pages/man2/fallocate.2.html on Linux?
That will fail with ENOSPC. Linux only of course
Original comment by carl.dha...@gmail.com
on 15 Apr 2013 at 8:41
fallocate does not work on ext3.
http://lists.gnu.org/archive/html/bug-cpio/2010-11/msg00000.html
The solution will have to use posix_fallocate (which is super slow on ext3).
Original comment by abhishek...@gmail.com
on 15 Apr 2013 at 9:05
To reproduce this bug you can use simple program from issue:
https://code.google.com/p/leveldb/issues/detail?id=219
Original comment by feniksgo...@gmail.com
on 3 Dec 2013 at 3:22
Original issue reported on code.google.com by
xjason...@gmail.com
on 5 Feb 2013 at 6:21