Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2003 17:00:26 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/gpt show.c
Message-ID:  <200302130100.h1D10Q1r052528@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2003/02/12 17:00:26 PST

  Modified files:
    sbin/gpt             show.c 
  Log:
  Show the paritition types that we recognize in human readable format.  eg:
  pluto2# gpt show da0
       start       end      size  contents
           0         0         1  PMBR
           1         1         1  Pri GPT header
           2        33        32  Pri GPT table
          34    401595    401562  GPT part - EFI System partition
      401596    925883    524288  GPT part - FreeBSD ufs partition
      925884   9314491   8388608  GPT part - FreeBSD swap partition
  ...
  It'll print a plain uuid string for unrecognized types.
  
  Revision  Changes    Path
  1.6       +28 -4     src/sbin/gpt/show.c

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?200302130100.h1D10Q1r052528>