Tagged Questions

0
votes
0answers
27 views

dd conv=sync and flushing

Hi Will the conv=fsync flag when using dd, flush the data directly? /Jesper
0
votes
0answers
20 views

Guarantee the content of a file is flushed when using dd conv=fsync

Hi I am trying to do a wear leveling test on a series of SD cards. I relation to this my idea was to use dd to write, read, rewrite and reread the same "first block" on the SD car …
1
vote
2answers
238 views

How to do fsync on an ofstream?

I want to make sure that an ofstream has been written to the disk device. What's the portable way (portable on POSIX systems) of doing this? Does that solve the problem if I open …
3
votes
6answers
1k views

SD card write performance

I am writing a little application, which is writing jpeg images at a constant rate on a SD card. I choose an EXT3 filesystem, but the same behaviour was observed with an EXT2 files …