Hacker News new | ask | show | jobs
by snthd 2689 days ago
That behaviour is defined by a mount option.
1 comments

What's the proper way to mount flash devices?
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.

Thanks so much!