[SOLVED] When highlighting filename, is data being written to disk?

Oblivion77

Honorable
Jul 6, 2018
238
2
10,585
Hello everyone

I have my Windows in danish, so I hope, I use the correct terms and names.

When I do the following with an image-file:
Right click on the file, press “change name / rename”, or left double click, so the name gets highlighted, and then left click with the mouse outside of the name-field. No changes made to the filename.

Is this only a process in memory?
Is there data written to the disk?
How can I verify / find out?

Thank you for reading and replying

Best regards

Emil
 
Solution
If you have enough available RAM there will be no data written to the disk while doing those tasks, but there will be data read from the disk.
You could add the columns I/O writes and I/O write bytes to the Task Manager to track disk usage.
If you have enough available RAM there will be no data written to the disk while doing those tasks, but there will be data read from the disk.
You could add the columns I/O writes and I/O write bytes to the Task Manager to track disk usage.
 
Last edited:
  • Like
Reactions: Oblivion77
Solution