Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Sep 2004 07:46:53 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/bsdlabel bsdlabel.8 bsdlabel.c
Message-ID:  <200409090746.i897kr78001296@repoman.freebsd.org>

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

brooks      2004-09-09 07:46:53 UTC

  FreeBSD src repository

  Modified files:
    sbin/bsdlabel        bsdlabel.8 bsdlabel.c 
  Log:
  The disk labels generated by bsdlabel can no address more than
  0xffffffff sectors.  Document this limit and avoid installing bogus
  labels on disks with more sectors.
  
  Allowing the installation of labels addressing as much of the disk as
  possiable may be a useful addition in some situations, but this was easy
  to implement and should reduce confusion.
  
  PR:             bin/71408
  
  Revision  Changes    Path
  1.59      +19 -7     src/sbin/bsdlabel/bsdlabel.8
  1.109     +3 -0      src/sbin/bsdlabel/bsdlabel.c



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