Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Nov 2004 05:13:33 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/gpt create.c gpt.8
Message-ID:  <200411130513.iAD5DXbD066278@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411130513.iAD5DXbD066278>