Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Feb 2005 16:19:17 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/newfs mkfs.c
Message-ID:  <200502281619.j1SGJHDP036665@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
delphij     2005-02-28 16:19:17 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sbin/newfs           mkfs.c 
  Log:
  MFC revision 1.88/1.89 [newfs safebelt for snapshot]
  date: 2005/02/20 11:32:49;  author: delphij;  state: Exp;  lines: +0 -0
    When creating a new FFS file system, the block size will indirectly
    affect the largest file size that is allowed by the file system.
    On the other hand, when creating a snapshot, the snapshot file will
    appear as it is as big as the file system itself.  Hence we will not
    be able to create a snapshot on large file systems with small block
    sizes.
  
    Add a warning about this, and gives some hints to correct the issue.
  
    Reviewed by:    mckusick
  
  Revision  Changes    Path
  1.85.2.2  +10 -0     src/sbin/newfs/mkfs.c



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