- 分享
- 0
- 人气
- 0
- 主题
- 88
- 帖子
- 2635
- UID
- 445448
- 积分
- 554
- 阅读权限
- 17
- 注册时间
- 2011-9-23
- 最后登录
- 2016-12-24
- 在线时间
- 3369 小时
|
本帖最后由 電腦白痴 于 2012-10-17 05:22 PM 编辑
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] |
|