I am not exactly sure what I should be asking so I will describe what I
want to do and perhaps someone can point me in the right direction.
I have written a filesystem called ext2ifs which reads ext2 and ext3.
Under windows 2000 I can mount a filesystem under an empty directory on
an NTFS disk.
I also want to be able to mount a filesystem under a directory on the
ext filesystem. Currently I get errors that the directory is not empty
which I assume is not the correct error message as the directory is
empty (except for . and …) and the only IRP’s I am sent are CreateFile.
If someone can point me to documentation or sample code which will allow
me to do this it would be much appreciated.
John.