Jump to content

Recommended Posts

Posted

Is there no ways at all to make 2 partitions under the unattended installation, so that it ends up with a c drive for applications and another drive for data?

Or is it still nessesary to make the partitons in the start of the installation?


Posted

I use diskpart called from a batch (I use NU2MENU to call the batch based on user selection)

[contents of batch]

diskpart.exe /s 2parts.txt

{contents of 2parts.txt}

-------------------------------------------

select disk 0

clean

create partition primary size=15360 noerr

assign letter=c noerr

create partition primary noerr

assign letter=d noerr

exit

-------------------------------------------------

format c: /fs:ntfs /v:APPS /q /y

format d: /fs:ntfs /v:DATA /q /y

creates 2 partitions gives C: 15GB and the rest to the D: then a quick NTFS format and names them. Then of course you would want to kick off winnt32

Posted (edited)

Thanks...

But because of my low english "word memory", I often don't get the right words in the search field.

But I will try again...

Edited by koden

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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