Page 1 of 1

Setting defer write latency to infinite by CLI

Posted: Sat Oct 28, 2023 9:41 am
by chaostheory
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

Re: Setting defer write latency to infinite by CLI

Posted: Mon Oct 30, 2023 3:30 am
by Support
-w INF
Snipaste_2023-10-30_11-29-54.png
Snipaste_2023-10-30_11-29-54.png (17.09 KiB) Viewed 3397 times

Re: Setting defer write latency to infinite by CLI

Posted: Tue Oct 31, 2023 10:10 pm
by chaostheory
Thank you!