Quote Originally Posted by salehhamadeh View Post
[Problem Resolved]
I searched MSDN and used the WIN32 API CreateFile() to open the physical drive and the WIN32 API ReadFile() to store the data into a buffer.
That's not exactly creating your own file system though...
For your own FS, you would need to first come up with a physical storage method, including directories and allocations on disk, then write an Installable File System driver for Windows to use it.