Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 May 2007 20:06:47 +0000 (UTC)
From:      Tom Rhodes <trhodes@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/newfs_msdos newfs_msdos.c
Message-ID:  <200705312006.l4VK6las037676@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
trhodes     2007-05-31 20:06:47 UTC

  FreeBSD src repository

  Modified files:
    sbin/newfs_msdos     newfs_msdos.c 
  Log:
  The newfs_msdos utility does not store the boot signature in the
  correct place on large sector disks.  The boot signature should be at
  offset 0x1fe in the BPB; newfs_msdos currently stores it 2 bytes from
  the end of the sector.
  
  Taken from:     NetBSD
  
  Revision  Changes    Path
  1.22      +6 -6      src/sbin/newfs_msdos/newfs_msdos.c



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