如题...如何做多一个Local Disk 啊?
DeVilSecReT 发表于 2012-10-17 05:06 PM
去按 My Computer 的右键,选择 Manage
然后去 Disk Manager 那边分一个 Local disk 出来就可以了
DeVilSecReT
2012-10-17 05:15 PM
去按 My Computer 的右键,选择 Manage
然后去 Disk Manager 那边分一个 Local disk 出来就可以了
weiqiang 发表于 2012-10-17 05:10 PM
然后如何分呢?
xqthien
2012-10-17 05:16 PM
windows xp 貌似沒有內建 只有安裝第三方軟件才能
DeVilSecReT
2012-10-17 05:18 PM
windows xp 貌似沒有內建 只有安裝第三方軟件才能
xqthien 发表于 2012-10-17 05:16 PM
什么是第三方軟件
電腦白痴
2012-10-17 05:20 PM
本帖最后由 電腦白痴 于 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]