发新话题
打印

大狭,请指教fdisk的具体应用

大狭,请指教fdisk的具体应用

我买了个新的硬盘,买回来要 用fdisk分区,我一点不懂~
请指教指教~!

TOP

我这里有,给个邮箱我给发过去~!

TOP

TOP

c:>fdisk(RC)


  Your computer has a disk larger than 512 MB. This version of Windows
  includes improved support for large disks, resulting in more efficient
  use 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 this
  disk, you will not be able to access the new drive(s) using other operating
  systems, 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](RC)
*注:这一段话的大既意思就是问你是否使用FAT32的分区格式,如果你的硬盘容量大于2GB的话,建议选Y

TOP

Microsoft Windows Millennium
                            Fixed Disk Setup Program
                    (C)Copyright Microsoft Corp. 1983 - 2000

                                 FDISK Options

    Current fixed disk drive: 1

    Choose one of the following:

    1. Create DOS partition or Logical DOS Drive
    2. Set active partition
    3. Delete partition or Logical DOS Drive
    4. Display partition information



    Enter choice: [1]






    Press Esc to exit FDISK
*(RC)表示按回车键,fdisk(RC)表示fdisk回车;
这里有四到五个选项(如果有两个或两个以上的硬盘就会出现第五顼)
其中第一项表示创建分区,第二顼是激活主分区,第三项是删除分区,第四项是显示分区,第五项是选择硬盘。
!!特别提醒:创建分区是按先创建主分区,再创建扩展分区,最后创建逻辑分区的顺序创建的。而删除的顺序正好相反。

TOP

选第一项回车,出现如下界面:

                    Create DOS Partition or Logical DOS Drive

    Current fixed disk drive: 1

    Choose one of the following:

    1. Create Primary DOS Partition
    2. Create Extended DOS Partition
    3. Create Logical DOS Drive(s) in the Extended DOS Partition




    Enter choice: [1]






    Press Esc to return to FDISK Options
*注:
第一项是创建主分区;第二项是创建扩展分区(扩展分区既除主分区外的其它分区,逻辑分区就是在扩展分区的基础上建立的);第三项就是创建逻辑分区的选项。先第一项回车后就开始扫描整个硬盘,完成后提示是否把整个硬盘分为一个区,既主分区,选N进入下一步。系统会要求输入分区大小单位MB,如5000表示5000MB
完成后会再次回到上面这个界面,这时请选第二项(创建扩展分区,它的大小就是你剩下的硬盘的容量--如果你不打算在机器上装其它操作系统的话)。完成后会自动进入创建逻辑分区的界面--第三项,在这里你可以创建从D到Z的任意多个分区;这一切做完后按Esc键回到第二个画面。

TOP

Set Active Partition

    Current fixed disk drive: 1

    Partition  Status   Type    Volume Label  Mbytes   System   Usage
     C: 1              PRI DOS                 4001   FAT32       10%
        2              EXT DOS                34166               90%



    Total disk space is 38162 Mbytes (1 Mbyte = 1048576 bytes)

    Enter the number of the partition you want to make active...........: [1]







    Press Esc to return to FDISK Options

*在方括号内输入分区号,如1表示C盘,回车后所输入的分区既被激活成了活动分区---引导区:



                              Set Active Partition

    Current fixed disk drive: 1

    Partition  Status   Type    Volume Label  Mbytes   System   Usage
     C: 1         A    PRI DOS                 4001   FAT32       10%
        2              EXT DOS                34166               90%



    Total disk space is 38162 Mbytes (1 Mbyte = 1048576 bytes)






    Partition 1 made active


    Press Esc to continue
*按Esc键回到主菜单。

TOP

想看一看你的操作是否正确吗?请选4后按回车:




                          Display Partition Information

    Current fixed disk drive: 1

    Partition  Status   Type    Volume Label  Mbytes   System   Usage
     C: 1         A    PRI DOS                 4001   FAT32       10%
        2              EXT DOS                34166               90%



    Total disk space is 38162 Mbytes (1 Mbyte = 1048576 bytes)*注:硬盘总容量;


    The Extended DOS Partition contains Logical DOS Drives.
    Do you want to display the logical drive information (Y/N)......?[Y] *注:这一句的意思是问你是不要查看逻辑分区,默认是Y;





    Press Esc to return to FDISK Options

*按回车查看逻辑分区;

TOP

Display Logical DOS Drive Information

Drv Volume Label  Mbytes  System  Usage
D:                 6001  FAT32      18%
E:  MUSIC MOVIE   10001  FAT32      29%
F:  LUOYI          9005  FAT32      26%
G:  CYL            9162  FAT32      27%









    Total Extended DOS Partition size is 34166 Mbytes (1 MByte = 1048576 bytes)   *扩展分区大小为34166兆字节(1兆字节=1048576字节)






    Press Esc to continue

TOP

至此,整个分区过程已经结束,如有任何疑问,欢迎给本人留言或发E_mail:[EMAIL=fanfax@163.com]:rolleyes:

TOP

你在dos状态下面输入 fdisk /?
就行了吗。

TOP

你在dos状态下面输入 fdisk /?
就行了吗。

TOP

引用:
最初由 荒漠甘泉 发布
[B]你在dos状态下面输入 fdisk /?
就行了吗。 [/B]
胡说,fdisk /?只能显示所要加的参数而已

TOP

发新话题