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?
Page 1 of 1
Format drive in 2 partitions
#2
Posted 25 November 2008 - 08:56 AM
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
[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
#3
Posted 25 November 2008 - 10:09 AM
diskpart should do it, but please use the search feature. i know that there are some detailed threads on this.
#4
Posted 26 November 2008 - 03:11 AM
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...
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...
This post has been edited by koden: 26 November 2008 - 03:12 AM
- ← Power Management Settings - Multiple Hardware Issue
- Unattended Windows 2000/XP/2003
- Forcing Nvidia Driver →
Share this topic:
Page 1 of 1



Help

Back to top









