An interesting feature would be when inserting a removable disk it was read and write, but everything that was written would be stuck infinitely and discarded in the future "L2 Defer-Write"
That is,
Would be making modifications to the disk "temporarily"
As soon as I remove the same everything would be discarded.
Today I can do it manually.
1. Insert a removable disk
2. I add it to the "Cache TASK"
3. Set on strategy as "Write ONLY"
4. Enable Deffer wirte, Latency INFINITE
5. I make changes to the disc and not use it at all "FLUSH WIRTE"
Final result,
The disc remains intact (unchanged)
This greatly helps with disk testing or critical operations that should be tested before applying changes.
Another EXAMPLE

As Vmware Option at Hard Disk
Thank you