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

Marcel Moolenaar marcel at FreeBSD.org
Fri Nov 19 03:33:29 GMT 2004


marcel      2004-11-19 03:33:28 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sbin/gpt             create.c gpt.8 
  Log:
  MFC: create.c:1.10, gpt.8:1.8+1.10
  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.6.2.3   +15 -5     src/sbin/gpt/create.c
  1.6.2.2   +10 -2     src/sbin/gpt/gpt.8


More information about the cvs-src mailing list