From owner-freebsd-doc Tue Sep 4 20:20: 9 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2399C37B40B for ; Tue, 4 Sep 2001 20:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f853K1119427; Tue, 4 Sep 2001 20:20:01 -0700 (PDT) (envelope-from gnats) Received: from ns5.sony.co.jp (ns5.Sony.CO.JP [202.238.80.5]) by hub.freebsd.org (Postfix) with ESMTP id E748837B40C; Tue, 4 Sep 2001 20:14:19 -0700 (PDT) Received: from mail2.sony.co.jp (gatekeeper8.Sony.CO.JP [202.238.80.22]) by ns5.sony.co.jp (R8) with ESMTP id f853EJ701853; Wed, 5 Sep 2001 12:14:19 +0900 (JST) Received: from mail2.sony.co.jp (localhost [127.0.0.1]) by mail2.sony.co.jp (R8) with ESMTP id f853EJP01837; Wed, 5 Sep 2001 12:14:19 +0900 (JST) Received: from mistral.imasy.or.jp ([43.1.172.41]) by mail2.sony.co.jp (R8) with ESMTP id f853EJO01824; Wed, 5 Sep 2001 12:14:19 +0900 (JST) Received: (from yohta@localhost) by mistral.imasy.or.jp (8.11.6/8.11.6/mistral) id f853EG942132; Wed, 5 Sep 2001 12:14:16 +0900 (JST) (envelope-from yohta) Message-Id: <200109050314.f853EG942132@mistral.imasy.or.jp> Date: Wed, 5 Sep 2001 12:14:16 +0900 (JST) From: Yoshihiko Sarumaru Reply-To: Yoshihiko Sarumaru To: FreeBSD-gnats-submit@freebsd.org Cc: ru@freebsd.org X-Send-Pr-Version: 3.113 Subject: docs/30330: disklabel.8: default size of fsize and bsize are opposite Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30330 >Category: docs >Synopsis: disklabel.8: default size of fsize and bsize are opposite >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Tue Sep 04 20:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Yoshihiko Sarumaru >Release: FreeBSD 4.4-RC i386 >Organization: FreeBSD jpman project >Environment: System: FreeBSD mistral.imasy.or.jp 4.4-RC FreeBSD 4.4-RC #2: Fri Aug 31 13:33:58 JST 2001 yohta@mistral.imasy.or.jp:/usr/obj/usr/src/sys/PCG-505R i386 >Description: Description of fsize and bsize are opposite each other. fsize (fragment size)'s default is 1024, but man said it is 8192. bsize (block size)'s default is 8192, but man siad it is 1024. Originally submitted by Kazutoshi Kubota for jpman project. >How-To-Repeat: man 8 disklabel >Fix: --- disklabel.8.orig Wed Sep 5 12:10:57 2001 +++ disklabel.8 Wed Sep 5 12:11:55 2001 @@ -657,13 +657,13 @@ .It fsize For .Cm 4.2BSD -and LFS file systems only, the fragment size. Defaults to 8192 for -partitions smaller than 1 GB, 16384 for partitions 1GB or larger. +and LFS file systems only, the block size. Defaults to 1024 for +partitions smaller than 1 GB, 4096 for partitions 1GB or larger. .It bsize For .Cm 4.2BSD -and LFS file systems only, the block size. Defaults to 1024 for -partitions smaller than 1 GB, 4096 for partitions 1GB or larger. +and LFS file systems only, the fragment size. Defaults to 8192 for +partitions smaller than 1 GB, 16384 for partitions 1GB or larger. .It bps/cpg For .Cm 4.2BSD >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message