Re: I'm new. It's possible to..?



> Well there are a lot of layers here, basically you have a file system that
> takes user requests handles them and converts them to block wise requests
> to disk or cd class driver, that takes the requests converts them closer
> to the hardware and sends them to a port/miniport driver for ATA
> controller.

mmm ok.

> So the first question is are you interested in actions based on files,
> logical blocks or physical hardware? Each of these is going to require
> something different and a differing level of complexity.

The basic thing that i need is to give for each drive the possibility to
deny the access to the hardware (drive must appear like a physically
disconnected device). An advanced things could be the possibility to deny
write or deny read.. (could write to a disk without read it.. or
viceversa). I need to build (or found a source code to learn how to do
this.. i could need to grow its features) a device driver that follow this
scheme:

[Windows or Other Device driver] -------------[My Device
Driver]------------------[Hardaware]

|
[Filtering operation, deny write,deny read, or
basically deny access to the hardware]


I need to do this to develop a little solution to deny the access to the
hardare when a proprietary driver (or the windows driver) is used to access
the hardware (like
some cd burning suite, or disk crypting software.. or in case of windows
driver access, when the user click on "my computer").


Thank you for your support, and sorry again for my english :-)



.



Relevant Pages

  • Re: Im new. Its possible to..?
    ... > deny the access to the hardware (drive must appear like a physically ... An advanced things could be the possibility to deny ... > hardare when a proprietary driver (or the windows driver) is used to ...
    (microsoft.public.development.device.drivers)
  • DMA characteristics
    ... I am working on firewire device driver. ... stack sending requests to lower driver (microsoft built-in bus driver). ... I dont configure any hardware either. ... Since many requests pass through driver stack during device start, ...
    (microsoft.public.development.device.drivers)
  • [opensuse] openSUSE 10.3 not detecting SATA HD
    ... the sata_sis driver. ... I've tried turning off ACPI in bios and acpi=off which ... openSUSE 10.2 and all my hardware is working fine. ... info.product = 'USB Raw Device Access' ...
    (SuSE)
  • Re: 2008 SBS no longer boots
    ... driver issue initially, the fact that it seems to happen randomly now ... weird with a hardware problem that consistently doesn't get through boot ... other customer, even a 2 week old one, the problem immediately returned. ... There was a time when a server was fired up with a specialized OS and had a battery of tests run against each component to purposefully stress it. ...
    (microsoft.public.windows.server.sbs)
  • Re: Linux, X, ld, gcc, linking, shared libraries and stuff
    ... >> because, originally, video cards / system RAM could NOT afford to have ... > GL actually "copies" everything, but it's done by the graphics card, so ... > anyway if it's not hardware accelerated. ... installed the proper driver, then it zooms around the screen... ...
    (alt.lang.asm)