Hacker News new | ask | show | jobs
by ciupicri 2688 days ago
Try the sync option. From the man page:

> All I/O to the filesystem should be done synchronously. In the case of media with a limited number of write cycles (e.g. some flash drives), sync may cause life-cycle shortening.

1 comments

Thanks so much!