RE: what's the meaning of STATUS_UNRECOGNIZED_VOLUME ?

From the IFSKIT docs:

IRP_MJ_FILE_SYSTEM_CONTROL
IRP_MN_MOUNT_VOLUME

Indicates a volume mount request. If a file system driver receives this
IRP for a volume whose format does not match that of the file system,
the file system driver should return STATUS_UNRECOGNIZED_VOLUME.

  • Nick Ryan

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Jim Zhong
Sent: Sunday, April 27, 2003 8:34 PM
To: File Systems Developers
Subject: [ntfsd] what’s the meaning of STATUS_UNRECOGNIZED_VOLUME ?

hi:
What does it mean if the function IoCallDriver() returns
the value STATUS_UNRECOGNIZED_VOLUME?
Thanks.

Jim


You are currently subscribed to ntfsd as: xxxxx@nryan.com
To unsubscribe send a blank email to xxxxx@lists.osr.com

The volume on-disk format is not recognized by any FSD.

----- Original Message -----
From: “Jim Zhong”
To: “File Systems Developers”
Sent: Monday, April 28, 2003 7:33 AM
Subject: [ntfsd] what’s the meaning of STATUS_UNRECOGNIZED_VOLUME ?

> hi:
> What does it mean if the function IoCallDriver() returns the
value STATUS_UNRECOGNIZED_VOLUME?
> Thanks.
>
> Jim
>
>
> —
> You are currently subscribed to ntfsd as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com