Re: I'm new. It's possible to..?
- From: ".-=] ExTrEmE [=-." <extreman79@xxxxxxxxxxx>
- Date: Sat, 07 Jan 2006 12:05:24 GMT
> 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 :-)
.
- Follow-Ups:
- Re: I'm new. It's possible to..?
- From: Don Burn
- Re: I'm new. It's possible to..?
- References:
- I'm new. It's possible to..?
- From: .-=] ExTrEmE [=-.
- Re: I'm new. It's possible to..?
- From: Don Burn
- I'm new. It's possible to..?
- Prev by Date: Re: Virtual video capture device driver
- Next by Date: Re: I'm new. It's possible to..?
- Previous by thread: Re: I'm new. It's possible to..?
- Next by thread: Re: I'm new. It's possible to..?
- Index(es):
Relevant Pages
|