各位大虾:
dos下分区的步骤是什末?请详细一点,谢谢!!作者: lydong 时间: 2003-4-1 00:00 先用dos启动盘启动电脑,也可以在进入 Windows 98之前按着F8键打开启动菜单选择5进入纯DOS模式,当看到A:\>或者C:\>提示符后键入命令FDISK,接着会出现如下界面:
Your computer has a disk larger than 512 MB. This version of Window sincludes improved support for large disks, resulting in more efficientuse of disk space on large drives, and allowing disks over 2 GB to be formatted as a single drive.
IMPORTANT: If you enable large disk support and create any new drives on thisdisk, you will not be able to access the new drive(s) using other operatingsystems, including some versions of Windows 95 and Windows NT, as well as earlier versions of Windows and MS-DOS. In addition, disk utilities that were not designed explicitly for the FAT32 file system will not be able to work with this disk. If you need to access this disk with other operating
systems or older disk utilities, do not enable large drive support.
Do you wish to enable large disk support (Y/N)...........? [Y]
接下来我们到下一个界面,FDISK 的主选菜单:
FDISK Options
Current fixed disk drive: 1 当前硬盘驱动器
Choose one of the following: 选择下面的某一项
1. Create DOS partition or Logical DOS Drive 1. 创建DOS分区或逻辑DOS驱动器
2. Set active partition 2. 设置活动分区
3. Delete partition or Logical DOS Drive 3. 删除分区或逻辑DOS驱动器
4. Display partition information 4. 显示分区信息
Enter choice: [1] 输入选择: [1]
假如说我们现在要建立分区,我们就选择1然后敲回车,接下来我们就进入创建DOS分区菜单
:
Create DOS Partition or Logical DOS Drive
Current fixed disk drive: 1
Choose one of the following: 选择下面的某一项
1. Create Primary DOS Partition 1. 创建主DOS分区
2. Create Extended DOS Partition 2. 创建扩展DOS分区
3. Create Logical DOS Drive(s) in the Extended DOS Partition
3. 在扩展DOS分区创建逻辑DOS驱动
Enter choice: [1]
以上是创建分区的整个过程,顺序不可颠倒,建立完分区后我们还需要做的一件事就是激活分区,选择菜单项2 设置活动分区,敲回车后就会得到一下界面:
Set Active Partition
Current fixed disk drive: 1
Partition Status Type Volume Label Mbytes System Usage
C: 1 A PRI DOS WINDO~198 1024 FAT32 5%
2 EXT DOS 19456 85%
Total disk space is 20480 Mbytes
Enter the number of the partition you want to make active...........: [1 ]
输入你想激活的分区号...........: [ 1 ]
在主菜单上键入3敲回车我们将得到以下菜单:
Delete DOS Partition or Logical DOS Drive
Choose one of the following:
1. Delete Primary DOS Partition 1. 删除主DOS分区
2. Delete Extended DOS Partition 2. 删除扩展DOS分区
3. Delete Logical DOS Drive(s) in the Extended DOS Partition
3. 在扩展DOS分区删除逻辑DOS驱动器
4. Delete Non-DOS Partition 4. 删除非DOS分区
先删除逻辑分区,键入3回车,你将会看到逻辑分区列表,下边有一行英文警告信息,大概意思为被删除的逻辑驱动器上的数据将全部丢失
你想要删除哪个驱动器…………………………….[F ]
What drive do you want to delete...............................? [F ]
当输入驱动器名敲回车后,如F,系统将要求你输入该驱动器卷标,
比如我们的驱动器卷标是TEST,输入后敲回车,
Enter Volume Label..............................? [ TEST ]
系统将再次确认你是否删除该驱动器按“Y”回车就完成了逻辑分区的删除,
Are you sure (Y/N)..............................? [Y]
然后重复上述操作将依次删除逻辑驱动器,扩展分区与主分区的删除方法相同,
另外如果有Non-DOS分区也可以依上法删除,只不过在删除分区菜单中选择4