Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jan 1998 08:55:27 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG
Subject:   cvs commit: src/sbin/newfs mkfs.c
Message-ID:  <199801191655.IAA20093@freefall.freebsd.org>

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

bde         1998/01/19 08:55:27 PST

  Modified files:
    sbin/newfs           mkfs.c 
  Log:
  Don't create superblocks with size larger than SBSIZE (8192).  The
  size was rounded up to a multiple of the fragment size, but this
  gave invalid file systems when the fragment size was > SBSIZE (fsck
  aborts early on them).  Now a fragment size of 32768 seems to work
  (too-simple tests with fsck and iozone worked).
  
  Revision  Changes    Path
  1.21      +4 -0      src/sbin/newfs/mkfs.c



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