How to Mount a portion of the miniSD into Main Memory
I am wondering if there is any software/driver which will allow to mount, say \Storage Card\MyFolder into \Windows\MyFolder.
That way, going to \Windows\MyFolder and creating a file will make that file exist on the \Storage Card\MyFolder directory.
This is useful when a software than wants to install on the internal memory needs a subfolder with lot of space to store data and such software is not designed to let you choose where it stores its data...
Alternatively, does any one know how deep into the O.S. one needs to hook (if at all possible), and what API to look into, in order to code a small driver that intercepts read/write calls, and decides whether to let them be processed by the standard handler, or rather, redirect them to a different place before going on with the I/O operation because the folder being accessed is one of the "re-mapped" ones?
I have tried using shortcuts but they work only with File Manager/TC as they interpret the shortcut and open up the appropriate (linked-to) folder.