问一个有关fdisk命令的问题

问一个有关fdisk命令的问题

我想问下有关于fdisk命令中的一个选项(-a)的问题,书上说它的作用是:引导标志开关.这是什么意思呢?我找了很多资料都不知它是什么意思.恳请某位高人指点一下.      
Linux的fdisk有这个参数选项吗?哪本书上说的?      
???
在男人里看不到该选项      
没错,是有这个选项,另外我想对二楼的指正一个错误.在linux中参数就是参数,选项就是选项.这是两个不同的概念。不能混在一起.      
不还意思,我现在使用的和以前使用的fdisk在线帮助里Options全都都没有这个-a,所以请你把出处的链接挂上。
复制内容到剪贴板
代码:
以下是man fdisk:
FDISK(8)                   Linux Programmer's Manual                  FDISK(8)

NAME
       fdisk - Partition table manipulator for Linux

SYNOPSIS
       fdisk [-u] [-b sectorsize] [-C cyls] [-H heads] [-S sects] device

       fdisk -l [-u] [device ...]

       fdisk -s partition ...

       fdisk -v
...
OPTIONS
       -b sectorsize
              Specify the sector size of the disk. Valid values are 512, 1024,
              or 2048.  (Recent kernels know the sector size. Use this only on
              old kernels or to override the kernel's ideas.)

       -C cyls
              Specify the number of cylinders of the disk.  I have no idea why
              anybody would want to do so.

       -H heads
              Specify  the number of heads of the disk. (Not the physical num-
              ber, of course, but the number used for partition tables.)  Rea-
              sonable values are 255 and 16.

       -S sects
              Specify  the  number of sectors per track of the disk.  (Not the
              physical number, of course, but the number  used  for  partition
              tables.)  A reasonable value is 63.

       -l     List  the  partition  tables  for the specified devices and then
              exit.  If no devices are given, those mentioned in  /proc/parti-
              tions (if that exists) are used.

       -u     When  listing partition tables, give sizes in sectors instead of
              cylinders.

       -s partition
              The size of the partition (in blocks) is printed on the standard
              output.

       -v     Print version number of fdisk program and exit.
...
      
在进入fdisk后输入m看命令列表里有个a,就是楼主讲的那个功能
see  实例解说 fdisk 使用方法
http://www.**.org/main/?q=node/81      
就是激活(active)分区的意思。

以前dos时必须从激活分区(也叫活动分区)启动,一个硬盘只能有一个激活的分区。win也沿用,所以一般用dos/win的fdisk或Partition Magic(分区魔术师)或diskgen(分区精灵)等工具为硬盘分区时,一般都要将第一个主分区一般也就是C盘激活为active状态。
(硬盘自举后会先引导MBR,然后MBR寻找激活分区并装入该分区的PBR以进一步完成引导)

Linux可以从非激活分区启动,所以你的硬盘上只装Linux的话,就没有必要激某个分区了。      
[Jansky@Jansky109 ~]$ man fdisk -m
man:选项需要一个参数 -- m
Cannot open the message catalog "man" for locale "zh_CN.UTF-8"
(NLSPATH="<none>")

man, version 1.6d

usage: man [-adfhktwW] [section] [-M path] [-P pager] [-S list]
        [-m system] [-p string] name ...

  a : find all matching entries
  c : do not use cat file
  d : print gobs of debugging information
  D : as for -d, but also display the pages
  f : same as whatis(1)
  h : print this help message
  k : same as apropos(1)
  K : search for a string in all pages
  t : use troff to format pages for printing
  w : print location of man page(s) that would be displayed
      (if no name given: print directories that would be searched)
  W : as for -w, but display filenames only

  C file   : use `file' as configuration file
  M path   : set search path for manual pages to `path'
  P pager  : use program `pager' to display pages
  S list   : colon separated section list
  m system : search for alternate system's man pages
  p string : string tells which preprocessors to run
               e - [n]eqn(1)   p - pic(1)    t - tbl(1)
               g - grap(1)     r - refer(1)  v - vgrind(1)
[Jansky@Jansky109 ~]$      
原来是 find all matching entries 啊, 现在很少用 fdisk 了,cfdisk 和 gparted 用得多      
设置2个a分区

windows就死活启动不了了

一般人如果不看看分区表,怎么格式化都没用

哈哈

一般装完freebsd就会自动设置一个a分区

windows就马上启动不了