You are not logged in.
Pages: 1
How can I disable the write cache file?
I need to write the file without cache ram.
THX
Offline
Hmm...
Remount partition with -o sync option
or
write with O_DIRECT flag (if you know what is it)
You cannot turn off cache for one file, actually, only for the whole mount point.
// Why do you need this?
Offline
Oh, and as for drive caching - use "busybox hdparm -W 0 /dev/your_drive"
Offline
Pages: 1
[ Generated in 0.018 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]