IOCTL_DISK_IS_WRITABLE

Request IOCTL_DISK_IS_WRITABLE sending in storage device stack ONLY at mounted volume moment?
In minifilter I don’t receive IOCTL_DISK_IS_WRITABLE for FSDevice?

File systems don’t receive this request, they can indicate a read only
volume in the volume properties or on a file by file basis within the
file attributes. But in general the read_only characteristic is a
property of the underlying storage device not the file system itself.

Pete

On 11/30/2012 6:15 AM, xxxxx@gmail.com wrote:

Request IOCTL_DISK_IS_WRITABLE sending in storage device stack ONLY at mounted volume moment?
In minifilter I don’t receive IOCTL_DISK_IS_WRITABLE for FSDevice?


NTFSD is sponsored by OSR

For our schedule of debugging and file system seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer


Kernel Drivers
Windows File System and Device Driver Consulting
www.KernelDrivers.com
866.263.9295

Peter Scott,thanx for reply!

Request IOCTL_DISK_IS_WRITABLE sending in storage device stack ONLY at mounted
volume moment? Or this request can sending for each written operation?

It is sent per application requests so not exclusively at mount time nor
at every write.

Pete

On 11/30/2012 11:48 AM, xxxxx@gmail.com wrote:

Peter Scott,thanx for reply!

Request IOCTL_DISK_IS_WRITABLE sending in storage device stack ONLY at mounted
volume moment? Or this request can sending for each written operation?


NTFSD is sponsored by OSR

For our schedule of debugging and file system seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer


Kernel Drivers
Windows File System and Device Driver Consulting
www.KernelDrivers.com
866.263.9295