read write

are all irp_mj_reads from a usb device reading of the file
data from files on a usb hard drive ? file names are handled
else where ? irp_mj_write is just for writing data to files ?
is a irp_mj_write used for file name ?

Filenames are handled in the FSD (FASTFAT or NTFS), several layers upper
then the USB stack.

Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
xxxxx@storagecraft.com
http://www.storagecraft.com

----- Original Message -----
From:
To: “Windows File Systems Devs Interest List”
Sent: Friday, October 21, 2005 4:08 PM
Subject: [ntfsd] read write

> are all irp_mj_reads from a usb device reading of the file
> data from files on a usb hard drive ? file names are handled
> else where ? irp_mj_write is just for writing data to files ?
> is a irp_mj_write used for file name ?
>
> —
> Questions? First check the IFS FAQ at
https://www.osronline.com/article.cfm?id=17
>
> You are currently subscribed to ntfsd as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com

>file names are handled

else where ?

file names are handled by the FSD, typically, FASTFAT, NTFS, CDFS
etc.Belowthe FSD all information about the filename is lost.

amitrajit

Hi all;
Is there any way to stop journalling activitiy on a NTFS volume.
Or
Is there any way to identify journal acvity at Volume level.
This is wrt to logging cluster level I/O on a volume using volume level
filter. and we need to skip logging for journal I/O.
Regards
Faraz.