Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Feb 2009 17:29:48 +0000 (UTC)
From:      Andriy Gapon <avg@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sbin/newfs_msdos newfs_msdos.c
Message-ID:  <200902271734.n1RHYClG028675@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
avg         2009-02-27 17:29:48 UTC

  FreeBSD src repository

  Modified files:
    sbin/newfs_msdos     newfs_msdos.c 
  Log:
  SVN rev 189112 on 2009-02-27 17:29:48Z by avg
  
  newfs_msdos: allow to work with media that doesn't have any CHS params
  
  Either use parameters provided by user or make them up.
  The code for faking CHS params is borrowed from disklabel code.
  The logic for using user-provided and auto-guessed parameters is not
  perfect, so to speak.
  
  PR:             bin/121182
  Approved by:    jhb (mentor)
  
  Revision  Changes    Path
  1.26      +17 -5     src/sbin/newfs_msdos/newfs_msdos.c



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