Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jul 2002 12:27:44 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/gpt Makefile destroy.c gpt.c gpt.h map.c map.h migrate.c mkdisk.sh recover.c show.c
Message-ID:  <200207201927.g6KJRi0O097422@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

peter       2002/07/20 12:27:44 PDT

  Added files:
    sbin/gpt             Makefile destroy.c gpt.c gpt.h map.c 
                         map.h migrate.c mkdisk.sh recover.c 
                         show.c 
  Log:
  Grab a snapshot of Marcel's gpt tool.  This is still a work-in-progress
  but is useful to have handy.  EFI GPT partitions are used instead of the
  fdisk+disklabel combination.  They are pure 64 bit LBA, are fully
  extensible, support up to 16383 partitons per disk, etc.
  
  Revision  Changes    Path
  1.1       +8 -0      src/sbin/gpt/Makefile (new)
  1.1       +114 -0    src/sbin/gpt/destroy.c (new)
  1.1       +466 -0    src/sbin/gpt/gpt.c (new)
  1.1       +70 -0     src/sbin/gpt/gpt.h (new)
  1.1       +230 -0    src/sbin/gpt/map.c (new)
  1.1       +59 -0     src/sbin/gpt/map.h (new)
  1.1       +324 -0    src/sbin/gpt/migrate.c (new)
  1.1       +11 -0     src/sbin/gpt/mkdisk.sh (new)
  1.1       +92 -0     src/sbin/gpt/recover.c (new)
  1.1       +80 -0     src/sbin/gpt/show.c (new)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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