Im writing an application that will use the free unused hard disk space on the many machines on our network, and combine them into one. A database and back-end application will control access to the the files(which files are on which machine,etc). This part is no problem. The part I'm having difficulty with is the presentation of this data to the user. The intention is for the user to access this data like another drive connected to the machine. But I'm struggling to see how to do that. I'm hoping to create a virtual NTFS drive thats presented to the user, and this drive/layer communicates with my application to present the data to the front end.
Please, does anyone have any ideas on how I can create this drive/layer?
Please, does anyone have any ideas on how I can create this drive/layer?
Comment