How to control my device's volume name?

Hi! All,

Now I config my pen-disk as CD device by modify my device’s firmware code.
The system(WinXP) can show an CD ico and assign a correct drive letter E:
for my device,but the volume is an unexpected no. such as 20051111_23452,and
each time I plug in my device this no. occurs as a volume name.
I expect the volume name is CD-ROM,so,what should I do?
Which part of device driver and firmware code related to the device volume
name?
Thanks!

momer

Volume name typically comes from the file system. You’ll need to look
at the file system format for your device to determine where the volume
name is stored on disk.

-p

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of momer
Sent: Monday, March 20, 2006 3:32 AM
To: Windows System Software Devs Interest List
Subject: [ntdev] How to control my device’s volume name?

Hi! All,

Now I config my pen-disk as CD device by modify my device’s firmware
code.
The system(WinXP) can show an CD ico and assign a correct drive letter
E:
for my device,but the volume is an unexpected no. such as
20051111_23452,and each time I plug in my device this no. occurs as a
volume name.
I expect the volume name is CD-ROM,so,what should I do?
Which part of device driver and firmware code related to the device
volume name?
Thanks!

momer


Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256

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