Jump to content

Recommended Posts

Posted

Hello Guys

I am currently building an unattended x64 2003 R2 disk to use when building HP BL460c servers, I have successfully done this now with integrated Drivers, Updates but now I want to start removing the mundane jobs we do after the server is built.

One of these is to create a 2nd partition (E:\) on the Raid 1 Logical Drive to do this I am using Diskpart to create, label and assign drive letter via a script

Example

select disk 1

create partition primary size=1000

assign letter=E

This works fine and silently but the problem comes when I want to format the drive, I run this cmd: "format E: /q /FS:NTFS /V:Applications" but it always asks if I am sure I want to format the drive.

Does anybody know how to make the format occur silently without answering that question?

Cheers

David


Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...