November 25, 200817 yr 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?
November 25, 200817 yr 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 0cleancreate partition primary size=15360 noerrassign letter=c noerrcreate partition primary noerrassign letter=d noerrexit-------------------------------------------------format c: /fs:ntfs /v:APPS /q /yformat d: /fs:ntfs /v:DATA /q /ycreates 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
November 25, 200817 yr diskpart should do it, but please use the search feature. i know that there are some detailed threads on this.
November 26, 200817 yr Author 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 November 26, 200817 yr by koden
Create an account or sign in to comment