Re: Virtual Disk in User space



Thanks a lot. I will start working in that direction.

I have downloaded your kmdf video from Channel9. It is great. Please give
more such interviews - will help guys like me. Thanks again for your help.

regards,
Hassan

"Doron Holan [MS]" wrote:

not really. if you enumerate a volume (i think) then you can fmt it and get
fat/ntfs to mount on top of it. as long as you redirect the i/o to the
right offset in your file, this should work at a low level.

d

--
Please do not send e-mail directly to this alias. this alias is for
newsgroup purposes only.
This posting is provided "AS IS" with no warranties, and confers no rights.


"Sh@h" <Shh@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:0BF5A949-44F2-4EC8-B118-FA21FD29C7D3@xxxxxxxxxxxxxxxx
Thats great. Actually what I want to achieve is this:

A virtual device that will appear as a harddisk to the user. But the disk
actually maps to a filesystem in a single file (more like a filesystem
within
the operating system's filesystem - eg: AidAim FS). Like GoogleDrive,
except
for the fact that the files will be stored locally in a single file.

I guess I will have to write a full file-system driver + a harddisk
emulation driver. Am I right in assuming this ?

regards,
Sh@h

"Doron Holan [MS]" wrote:

actually, download KMDF
http://www.microsoft.com/whdc/driver/wdf/KMDF_pkg.mspx and use the KMDF
version of ramdisk. it has been updated and bugs have been fixed.

d

--
Please do not send e-mail directly to this alias. this alias is for
newsgroup purposes only.
This posting is provided "AS IS" with no warranties, and confers no
rights.


"Stephan Wolf [MVP]" <stewo68@xxxxxxxxxxx> wrote in message
news:1155636566.265389.250910@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Sh@h wrote:
I want to create a virtual disk device. Could you please tell me
whether
it
is possible to build such a device & register it with windows in
user-mode ?

Old, but still useful:

FILE: Ramdisk.sys sample driver for Windows 2000
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q257405

Stephan







.



Relevant Pages

  • Re: Virtual Disk in User space
    ... Please do not send e-mail directly to this alias. ... actually maps to a filesystem in a single file (more like a filesystem ... I guess I will have to write a full file-system driver + a harddisk ... Ramdisk.sys sample driver for Windows 2000 ...
    (microsoft.public.development.device.drivers)
  • Sound, dual soundcards, second attempt (better I hope)
    ... PCI: PCI BIOS revision 2.10 entry at 0xfdb01, ... Journalled Block Device driver loaded ... usb.c: new USB bus registered, ... alias char-major-10-175 agpgart ...
    (comp.os.linux)
  • Re: Starting a driver
    ... Please do not send e-mail directly to this alias. ... msvad to know if you can do what you want, but the underlying bth radio will ... >> the bluetooth stack "starts" the btaudio driver by enumerating the>> audio ...
    (microsoft.public.development.device.drivers)
  • Re: DDK bug? moufiltr installation
    ... Please do not send e-mail directly to this alias. ... > I will also try the lower filter option. ... > server DDK) but not hidclass source code. ... Where can I get hidclass driver ...
    (microsoft.public.development.device.drivers)
  • Re: How to break from a deadlock...
    ... Changing the state is only half the battle, you then need the scheduler to ... Please do not send e-mail directly to this alias. ... Each time this happens, my driver keeps running, waiting on this ...
    (microsoft.public.development.device.drivers)