I asked a more general question in my previous post, but I'm re-posting to make the question more specific.
Does anybody know another way to redirect hard-drive I/O? I need to be able to direct a read/write operation on disk to another path without disrupting the system calls.
There HAS to be another way.
I think one way to do it is to copy/move the targeted file to another path AFTER the write. However, I still need to redirect read access to that file. Is there any way to perhaps mount a file over another file, so the physical head of the hard-drive accesses the moved/copied file instead?
Thanks for any feedback.