REPARTIT.8
上传用户:jnzhq888
上传日期:2007-01-18
资源大小:51694k
文件大小:1k
源码类别:

操作系统开发

开发平台:

WINDOWS

  1. REPARTITION(8)            Minix Programmer's Manual             REPARTITION(8)
  2. NAME
  3.      repartition - load a partition table
  4. SYNOPSIS
  5.      repartition device [partition-file]
  6. DESCRIPTION
  7.      Repartition uploads a new partition table for the partitions  of  device.
  8.      The  table  is obtained from the first sector of partition-file if given,
  9.      device otherwise.  Device may refer to  the  whole  drive  or  a  primary
  10.      partition,  depending  on  whether  you  want  to upload a partition or a
  11.      subpartition table.  The partitions will be truncated to fit  within  the
  12.      enclosing device like the disk driver does, unless the numbers are coming
  13.      from partition-file.
  14. EXAMPLES
  15.      repartition /dev/hd0
  16.      repartition /dev/hd4 /etc/hd4.table
  17.      Reload the partition table of  drive  0  setting  /dev/hd[1-4],  and  the
  18.      subpartition  table  of /dev/hd4 setting /dev/hd4[a-d] using a file.  The
  19.      latter may be useful if you need more than the 4 subpartitions  a  single
  20.      Minix partition gives you.
  21. DIAGNOSTICS
  22.      The new table is printed on standard output.
  23. FILES
  24.      /dev/hd[0-9]
  25. SEE ALSO
  26.      hd(4), part(8).
  27. BUGS
  28.      The disk must be in use for the changes to stick.  The partition table of
  29.      an idle disk will be reloaded on the first open.
  30. AUTHOR
  31.      Kees J. Bot (kjb@cs.vu.nl)
  32.                                                                              1