Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

rem -------------------------------------------------------------------------rem FIR should only be concerned with the user partition.

Other
rem customizations (e.g. setting system partition, creating special disk
rem layouts, etc...), if any, are performed by the PostFIR commands.
rem
rem Here FIR will create a 32GB partition at offset 1026MB.
rem -------------------------------------------------------------------------select volume %RPDriveLetter%
list disk
list partition
list volume
create partition primary offset=1050624 size=32768
format quick fs=ntfs label=Windows
assign letter C
create partition primary offset=1024
active
format quick fs=ntfs label=SYSTEM
assign letter S
list disk
list partition
list volume
exit

You might also like