Hi All,
I want to know that how can I hook the hard drive or get the handle to device objects of these drives in my blank driver?What are various ways in which this can be done?
‘Hooking’ is bad. What is a ‘blank’ driver? Since this is a file systems
newsgroups, there are no device objects at the file system level that work
on disk drives as they are volume type devices. Look at devicetree and see
how the system stacks all the objects and devices. The disk utility from
OSR also provides a lot of info. It may also help if you describe what you
want to accomplish. File systems stop with the FSD. That there exists or
may exist a storage device below is of no concern to this newsgroup.
Questions below the FSDs belong in ntdev.
wrote in message news:xxxxx@ntfsd…
> Hi All,
> I want to know that how can I hook the hard drive or get the handle
> to device objects of these drives in my blank driver?What are various ways
> in which this can be done?
>
Basically I want to get the handle of the device object of logical drive(C) using KLowerDevice class?
What are the different ways to get that?
Thanks & Regards,
?
Maitri Ved| E-DRM | Tech Mahindra
Oberoi Garden Estate, Chandivali, Mumbai - 72
O Office: ?+91-22-66882000???| ?Extn:?8092
Email: xxxxx@techmahindra.com
www.techmahindra.com
-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of David Craig
Sent: Friday, October 03, 2008 12:50 PM
To: Windows File Systems Devs Interest List
Subject: Re:[ntfsd] How to hook the drives from a blank driver?
‘Hooking’ is bad. What is a ‘blank’ driver? Since this is a file systems
newsgroups, there are no device objects at the file system level that work
on disk drives as they are volume type devices. Look at devicetree and see
how the system stacks all the objects and devices. The disk utility from
OSR also provides a lot of info. It may also help if you describe what you
want to accomplish. File systems stop with the FSD. That there exists or
may exist a storage device below is of no concern to this newsgroup.
Questions below the FSDs belong in ntdev.
wrote in message news:xxxxx@ntfsd…
> Hi All,
> I want to know that how can I hook the hard drive or get the handle
> to device objects of these drives in my blank driver?What are various ways
> in which this can be done?
>
—
NTFSD is sponsored by OSR
For our schedule debugging and file system seminars
(including our new fs mini-filter seminar) visit:
http://www.osr.com/seminars
You are currently subscribed to ntfsd as: xxxxx@techmahindra.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
============================================================================================================================
Disclaimer:
This message and the information contained herein is proprietary and confidential and subject to the Tech Mahindra policy statement, you may review the policy at http://www.techmahindra.com/Disclaimer.html externally and http://tim.techmahindra.com/Disclaimer.html internally within Tech Mahindra.
============================================================================================================================
and DRM is even worse than hooking…
–PA
Maitri Ved wrote:
Basically I want to get the handle of the device object of logical drive(C) using KLowerDevice class?
What are the different ways to get that?Thanks & Regards,
Maitri Ved| E-DRM | Tech Mahindra
Oberoi Garden Estate, Chandivali, Mumbai - 72
O Office: +91-22-66882000 | Extn: 8092
Email: xxxxx@techmahindra.com
www.techmahindra.com-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of David Craig
Sent: Friday, October 03, 2008 12:50 PM
To: Windows File Systems Devs Interest List
Subject: Re:[ntfsd] How to hook the drives from a blank driver?‘Hooking’ is bad. What is a ‘blank’ driver? Since this is a file systems
newsgroups, there are no device objects at the file system level that work
on disk drives as they are volume type devices. Look at devicetree and see
how the system stacks all the objects and devices. The disk utility from
OSR also provides a lot of info. It may also help if you describe what you
want to accomplish. File systems stop with the FSD. That there exists or
may exist a storage device below is of no concern to this newsgroup.
Questions below the FSDs belong in ntdev.wrote in message news:xxxxx@ntfsd…
>> Hi All,
>> I want to know that how can I hook the hard drive or get the handle
>> to device objects of these drives in my blank driver?What are various ways
>> in which this can be done?
>>
>
>
>
> —
Get the filesystems book, read it, and then come back with questions based
upon some understanding of how file systems work. There is no device object
for logical drive (C). I also see no indications that you tried my
suggestions. You can add winobj to the utilities to try and see what is
revealed that pertains to your questions.
“Maitri Ved” wrote in message news:xxxxx@ntfsd…
Basically I want to get the handle of the device object of logical drive(C)
using KLowerDevice class?
What are the different ways to get that?
Thanks & Regards,
Maitri Ved| E-DRM | Tech Mahindra
Oberoi Garden Estate, Chandivali, Mumbai - 72
O Office: +91-22-66882000 | Extn: 8092
Email: xxxxx@techmahindra.com
www.techmahindra.com
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of David Craig
Sent: Friday, October 03, 2008 12:50 PM
To: Windows File Systems Devs Interest List
Subject: Re:[ntfsd] How to hook the drives from a blank driver?
‘Hooking’ is bad. What is a ‘blank’ driver? Since this is a file systems
newsgroups, there are no device objects at the file system level that work
on disk drives as they are volume type devices. Look at devicetree and see
how the system stacks all the objects and devices. The disk utility from
OSR also provides a lot of info. It may also help if you describe what you
want to accomplish. File systems stop with the FSD. That there exists or
may exist a storage device below is of no concern to this newsgroup.
Questions below the FSDs belong in ntdev.
wrote in message news:xxxxx@ntfsd…
> Hi All,
> I want to know that how can I hook the hard drive or get the handle
> to device objects of these drives in my blank driver?What are various ways
> in which this can be done?
>
—
NTFSD is sponsored by OSR
For our schedule debugging and file system seminars
(including our new fs mini-filter seminar) visit:
http://www.osr.com/seminars
You are currently subscribed to ntfsd as: xxxxx@techmahindra.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
============================================================================================================================
Disclaimer:
This message and the information contained herein is proprietary and
confidential and subject to the Tech Mahindra policy statement, you may
review the policy at href=“http://www.techmahindra.com/Disclaimer.html”>http://www.techmahindra.com/Disclaimer.html
externally and href=“http://tim.techmahindra.com/Disclaimer.html”>http://tim.techmahindra.com/Disclaimer.html
internally within Tech Mahindra.
============================================================================================================================