Setting defer write latency to infinite by CLI
Posted: Sat Oct 28, 2023 9:41 am
Hello,
I need to temporarily set defer write mode on my drive to "intelligent" with defer write latency set to INFINITE. Have to do it automatically, by script, but I can't find the command and nothing works I guess.
The command which works of course:
rxpcc.exe edit 1 -m 16384 -a intelligent,freewritten,flushsleep -w 999 -s
now the modifications of this:
rxpcc.exe edit 1 -m 16384 -a intelligent,freewritten,flushsleep -w 0 -s (this turns defer write off)
rxpcc.exe edit 1 -m 16384 -a intelligent,freewritten,flushsleep -w INFINITE -s (doesn't work)
rxpcc.exe edit 1 -m 16384 -a intelligent,freewritten,flushsleep -w infinite -s (doesn't work)
Can you help with this?
Best regards
I need to temporarily set defer write mode on my drive to "intelligent" with defer write latency set to INFINITE. Have to do it automatically, by script, but I can't find the command and nothing works I guess.
The command which works of course:
rxpcc.exe edit 1 -m 16384 -a intelligent,freewritten,flushsleep -w 999 -s
now the modifications of this:
rxpcc.exe edit 1 -m 16384 -a intelligent,freewritten,flushsleep -w 0 -s (this turns defer write off)
rxpcc.exe edit 1 -m 16384 -a intelligent,freewritten,flushsleep -w INFINITE -s (doesn't work)
rxpcc.exe edit 1 -m 16384 -a intelligent,freewritten,flushsleep -w infinite -s (doesn't work)
Can you help with this?
Best regards