Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Feb 2009 20:15:08 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/geom/part g_part.c
Message-ID:  <200902082015.n18KFHUb017599@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      2009-02-08 20:15:08 UTC

  FreeBSD src repository

  Modified files:
    sys/geom/part        g_part.c 
  Log:
  SVN rev 188329 on 2009-02-08 20:15:08Z by marcel
  
  o  Add the "PART::scheme" attribute that returns the name of the
     underlying partitioning scheme.
  o  Put the start and end of the partition in the XML configuration.
     The start and end are the LBAs of the first and last sector
     (resp.) of the partition. They are currently identical to the
     offset and size attributes, which describe the partition as an
     offset and size in bytes, but may not in the future. The start
     and end will be used for the logical partition boundaries and
     may include metadata. The offset and size will always represent
     the useful storage space within the partition. Typically these
     two notions are the same, but for logical partitions in an
     extended partition, the EBR is more naturally treated as being
     part of the partition.
  
  Revision  Changes    Path
  1.29      +7 -0      src/sys/geom/part/g_part.c



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