windows XP 通常是在reformat的時候 在那邊分 partition的
如果在哪裡忘記分的話 可以用WIN PE裡面的system來幫忙分
不想Windows 7這樣容易在manager裡面就有了==
不然教你用 cmd方式
Using a command line
1.
Open Command Prompt
2.
Type:
diskpart
3.
At the DISKPART prompt, type:
list disk
Make note of the disk number of the disk on which you want to create a primary or extended partition.
4.
At the DISKPART prompt, type:
select disk n
Select the disk n where you want to create the primary or extended partition.
5.
At the DISKPART prompt, type one of the following:
create partition primary [size=n] [offset=n] [ID=byte | GUID] [noerr]
or
create partition extended [size=n] [offset=n] [noerr]
or
create partition logical [size=n] [offset=n] [noerr]作者: xqthien 时间: 2012-10-17 05:22 PM 回复 5#DeVilSecReT