Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Mar 2006 19:41:54 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/geom/label g_label_ufs.c
Message-ID:  <200603041941.k24JfsTX075719@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pjd         2006-03-04 19:41:54 UTC

  FreeBSD src repository

  Modified files:
    sys/geom/label       g_label_ufs.c 
  Log:
  We need to check if file system size is equal to provider's size, because
  sysinstall(8) still bogusly puts first partition at offset 0 instead of 16,
  so glabel/ufs will find file system on slice instead of partition.
  
  Before sysinstall is fixed, we must keep this code, which means that we
  wont't be able to detect UFS file systems created with 'newfs -s ...'.
  
  PS. bsdlabel(8) creates partitions properly.
  
  MFC after:      3 days
  
  Revision  Changes    Path
  1.10      +7 -2      src/sys/geom/label/g_label_ufs.c



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