is it possible to assign volume name to some device

Hi, All!
I want to assign volume name (such as \?\Volume{GUID})
to some device to use it then in SetVolumeMountPoint. Is
it possible?
Thanks…

Professional hosting for everyone - http://www.host.ru

Should be. You have to create symbolic link in Object Manager database
“GLOBAL??” directory. Try with Native API ZwCreateSymbolicLinkObject, where
ObjectName is Volume{GUID} and Target name is “some device”.
WBR Primoz

-----Original Message-----
From: s_@id.ru [mailto:s_@id.ru]
Sent: 21. januar 2005 11:49
To: Windows File Systems Devs Interest List
Subject: [ntfsd] is it possible to assign volume name to some device

Hi, All!
I want to assign volume name (such as \?\Volume{GUID})
to some device to use it then in SetVolumeMountPoint. Is
it possible?
Thanks…

Professional hosting for everyone - http://www.host.ru


Questions? First check the IFS FAQ at
https://www.osronline.com/article.cfm?id=17

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

These names are auto-assigned in the kernel by MountMgr for all devices
which expose the MOUNTDEV_MOUNTED_DEVICE_GUID PnP interface and then properly
responds to IOCTL_MOUNTDEV_xxx. (the main of them is QUERY ID).

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

----- Original Message -----
From: <s_>
To: “Windows File Systems Devs Interest List”
Sent: Friday, January 21, 2005 1:48 PM
Subject: [ntfsd] is it possible to assign volume name to some device

> Hi, All!
> I want to assign volume name (such as \?\Volume{GUID})
> to some device to use it then in SetVolumeMountPoint. Is
> it possible?
> Thanks…
> —
> Professional hosting for everyone - http://www.host.ru
>
> —
> 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</s_>