cvs commit: src/sbin/gpt create.c gpt.8

Marcel Moolenaar marcel at FreeBSD.org
Sat Nov 13 05:13:34 GMT 2004


marcel      2004-11-13 05:13:33 UTC

  FreeBSD src repository

  Modified files:
    sbin/gpt             create.c gpt.8 
  Log:
  Add an -f option (for force) to the create command. The -f option
  allows the user to force the creation of a GPT even when there's a
  MBR on the device. The MBR is simply wiped and any partitions
  described by it are lost. Without the -f option one cannot create
  a GPT when there's a MBR.
  
  Revision  Changes    Path
  1.10      +15 -5     src/sbin/gpt/create.c
  1.8       +10 -1     src/sbin/gpt/gpt.8


More information about the cvs-src mailing list