Progressing nicely with my File System Driver but....

I seem to be progressing nicely with the file system driver im currently
writing, i’ve had a few problems along the way, but they have been resolved
and fixed.

im at the point where my file system driver can recognise the file system on
a volume during boot up, and then mount the volume successfully.

I have added support for IRP_MJ_QUERY_INFORMATION and
IRP_MJ_QUERY_VOLUME_INFORMATION, so I can get explorer to display the file
system type, volume label, volume size, and the free space remaining.

now here’s the but… When I’ve logged onto Windows XP, and opened up “My
Computer” from the desktop, the volume label with my mounted filesystem
appears to be in blue formatted text… which seems strange because the
ntfs volume labels are in black formatted text.

does anyone know why windows XP is using blue fonts for the volume label, on
my mounted file system?

regards
James

General Dynamics United Kingdom Limited
Registered in England and Wales No. 1911653
Registered Office: 100 New Bridge Street, London, EC4V 6JA

nevermind, it appeared that i’ve forgot to implement the
IRP_MJ_QUERY_INFORMATION FileBasicInfo request… fixed now…

-----Original Message-----
From: James Dunning [mailto:xxxxx@generaldynamics.uk.com]
Sent: 06 August 2002 10:05
To: File Systems Developers
Subject: [ntfsd] Progressing nicely with my File System Driver but…

I seem to be progressing nicely with the file system driver im currently
writing, i’ve had a few problems along the way, but they have been resolved
and fixed.

im at the point where my file system driver can recognise the file system on
a volume during boot up, and then mount the volume successfully.

I have added support for IRP_MJ_QUERY_INFORMATION and
IRP_MJ_QUERY_VOLUME_INFORMATION, so I can get explorer to display the file
system type, volume label, volume size, and the free space remaining.

now here’s the but… When I’ve logged onto Windows XP, and opened up “My
Computer” from the desktop, the volume label with my mounted filesystem
appears to be in blue formatted text… which seems strange because the
ntfs volume labels are in black formatted text.

does anyone know why windows XP is using blue fonts for the volume label, on
my mounted file system?

regards
James

General Dynamics United Kingdom Limited
Registered in England and Wales No. 1911653
Registered Office: 100 New Bridge Street, London, EC4V 6JA


You are currently subscribed to ntfsd as:
xxxxx@generaldynamics.uk.com
To unsubscribe send a blank email to %%email.unsub%%

General Dynamics United Kingdom Limited
Registered in England and Wales No. 1911653
Registered Office: 100 New Bridge Street, London, EC4V 6JA