April 18, 200620 yr Hello,From BartPe i execute a cmd file, who create a c:\ partition of 30gb via Diskpart.It works well with an ide HDD.But i have tested with a SATA HDD, and diskpart seems not to want my limitation of 30GB.Here my diskpart.cmd:%windir%\system32\net start dmadmindiskpart.exe /s diskpart.txtecho o | FORMAT C: /fs:ntfs /qHere my diskpart.txtselect disk 0cleancreate partition primary size=30000assign letter cactiveexitDo you know why Diskpart takes the whole space on the HDD?Thks a lot
Create an account or sign in to comment