Trilight Zone Forum Index Trilight Zone
Privacy & Anonymity is our specialty !
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Forum Stories: Disk Part using Bare metal

 
Post new topic   Reply to topic    Trilight Zone Forum Index -> windows
Author Message
digital8
Second Lieutenant


Joined: 29 Sep 2005
Posts: 1002

PostPosted: Fri Oct 07, 2005 10:30 am    Post subject: Forum Stories: Disk Part using Bare metal Reply with quote

How can I use disk part ising WinPE on bare metal scenerio?





Create a textfile named diskpart.txt containing

select disk 0
clean
create partition primary size = 8192
active
assign letter = c


Then start diskpart using the /s switch, eg:
diskpart /s diskpart.txt

Then format the drive using
format c: /fs:ntfs /v:System /q /y





Its worth pointing out if you are new to Diskpart that if you look at someone elses script file as an example, you may find the following:

select disk 0
clean
create partition primary size = 8192
active
assign letter = c

Looks like this

Sel Dis 0
Clean
Cre Par Pri size = 8192
Act
assign letter = c

Some people abbreviate the commands. Diskpart supports this on most commands (you just use the 1st 3 characters of the command).
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Trilight Zone Forum Index -> windows All times are GMT
Page 1 of 1

 


Powered by phpBB © 2001, 2005 phpBB Group