- UID
- 3467
- 积分
- 4580
- 精华
- 贡献
-
- 威望
-
- 活跃度
-
- D豆
-
- 在线时间
- 小时
- 注册时间
- 2002-3-31
- 最后登录
- 1970-1-1
|
发表于 2003-9-21 13:19:52
|
显示全部楼层
自己瞧瞧呀:
- Microsoft Windows XP [Version 5.1.2600]
- (C) Copyright 1985-2001 Microsoft Corp.
- G:\Documents and Settings\Anthony>diskpart
- Microsoft DiskPart version 1.0
- Copyright (C) 1999-2001 Microsoft Corporation.
- On computer: ALIM
- DISKPART> help
- Microsoft DiskPart version 1.0
- ADD - Add a mirror to a simple volume.
- ACTIVE - Activates the current basic partition.
- ASSIGN - Assign a drive letter or mount point to the selected volume.
- BREAK - Break a mirror set.
- CLEAN - Clear the configuration information, or all information, off the
- disk.
- CONVERT - Converts between different disk formats.
- CREATE - Create a volume or partition.
- DELETE - Delete an object.
- DETAIL - Provide details about an object.
- EXIT - Exit DiskPart
- EXTEND - Extend a volume.
- HELP - Prints a list of commands.
- IMPORT - Imports a disk group.
- LIST - Prints out a list of objects.
- ONLINE - Online a disk that is currently marked as offline.
- REM - Does nothing. Used to comment scripts.
- REMOVE - Remove a drive letter or mount point assignment.
- RESCAN - Rescan the computer looking for disks and volumes.
- RETAIN - Place a retainer partition under a simple volume.
- SELECT - Move the focus to an object.
- DISKPART> list
- Microsoft DiskPart version 1.0
- DISK - Prints out a list of disks.
- PARTITION - Prints out a list of partitions on the current disk.
- VOLUME - Print a list of volumes.
- DISKPART> list disk
- Disk ### Status Size Free Dyn Gpt
- -------- ---------- ------- ------- --- ---
- Disk 0 Online 19 GB 0 B
- Disk 1 Online 75 GB 0 B
- DISKPART> list partition
- There is no disk selected to list partitions.
- Select a disk and try again.
- DISKPART> list disk0
- Microsoft DiskPart version 1.0
- DISK - Prints out a list of disks.
- PARTITION - Prints out a list of partitions on the current disk.
- VOLUME - Print a list of volumes.
- DISKPART> list disk 0
- The arguments you specified for this command are not valid.
- DISKPART> helo
- Microsoft DiskPart version 1.0
- ADD - Add a mirror to a simple volume.
- ACTIVE - Activates the current basic partition.
- ASSIGN - Assign a drive letter or mount point to the selected volume.
- BREAK - Break a mirror set.
- CLEAN - Clear the configuration information, or all information, off the
- disk.
- CONVERT - Converts between different disk formats.
- CREATE - Create a volume or partition.
- DELETE - Delete an object.
- DETAIL - Provide details about an object.
- EXIT - Exit DiskPart
- EXTEND - Extend a volume.
- HELP - Prints a list of commands.
- IMPORT - Imports a disk group.
- LIST - Prints out a list of objects.
- ONLINE - Online a disk that is currently marked as offline.
- REM - Does nothing. Used to comment scripts.
- REMOVE - Remove a drive letter or mount point assignment.
- RESCAN - Rescan the computer looking for disks and volumes.
- RETAIN - Place a retainer partition under a simple volume.
- SELECT - Move the focus to an object.
复制代码 |
|