I need to rename disk letter

  • Thread starter Thread starter Gianluca Facca
  • Start date Start date
G

Gianluca Facca

My application for XPE need two partiton and I need the second partition's
letter is G. (I need also other three partitions (D,E,F), but I want to
create them only after deploying Image).

Can I set any component in TD to rename the partition, or do I need to
create a file .bat and add a run once request?
If so, which command have I to use?

Regards
Gianluca
 
Can I set any component in TD to rename the partition, or do I need to
create a file .bat and add a run once request?
If so, which command have I to use?

prompt> diskpart /?

API> SetVolumeMountPoint
API> DeleteVolumeMountPoint


Regards,
Slobodan
 
This can not be set in TD, it has to be set after FBA. Also, make sure you
have the latest System Cloning QFE which gives you the ability to *not*
reset media information (like drive letters) when cloned, the default
setting is to reset that info.

Andy
 
Thank You for your help, but I am not able to use diskpart :
which script have I to use with diskpart?
 
Back
Top