search for: 6done

Displaying 3 results from an estimated 3 matches for "6done".

Did you mean: done
2015 Nov 07
3
Re: mkfs.ext2 succeeds despite nbd write errors?
...= -1 EIO (Input/output error) pwrite(3, "\0\0\10\0\0\0 \0\231\231\1\0qm\37\0\365\377\7\0\0\0\0\0\2\0\0\0\2\0\0\0"..., 1024, 1024) = 1024 fsync(3) = -1 EIO (Input/output error) close(3) = 0 write(1, "done\n\n", 6done ) = 6 exit_group(0) = ? +++ exited with 0 +++ root@debian:~# I did manage to find two calls to fsync in the e2fsprogs source which are not return-value-checked: https://github.com/tytso/e2fsprogs/blob/956b0f18a5ddb6815a9dff4f10a1e3125cdca9ba/misc/filefr...
2015 Nov 07
0
Re: mkfs.ext2 succeeds despite nbd write errors?
...error) > pwrite(3, "\0\0\10\0\0\0 > \0\231\231\1\0qm\37\0\365\377\7\0\0\0\0\0\2\0\0\0\2\0\0\0"..., 1024, > 1024) = 1024 > fsync(3) = -1 EIO (Input/output error) > close(3) = 0 > write(1, "done\n\n", 6done > > ) = 6 > exit_group(0) = ? > +++ exited with 0 +++ > root@debian:~# > > > I did manage to find two calls to fsync in the e2fsprogs source which > are not return-value-checked: > > https://github.com/tytso/e2fsprogs/bl...
2015 Nov 07
2
mkfs.ext2 succeeds despite nbd write errors?
Hi, So I've been hacking together an nbdkit plugin (similar to the "file" plugin, but it splits the file up into chunks): https://github.com/pepaslabs/nbdkit-chunks-plugin I got it to the point of being a working prototype. Then I threw it onto a raspberry pi, which it turns out only has a 50/50 shot of fallocate() working correctly. I'm checking the return code of