From owner-freebsd-questions Tue Apr 20 12:15:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id ADAF214CEA for ; Tue, 20 Apr 1999 12:15:08 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id MAA27550; Tue, 20 Apr 1999 12:12:40 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Tue, 20 Apr 1999 12:12:39 -0700 (PDT) From: Doug White To: zhihuizhang Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Output of disklabel command In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 15 Apr 1999, zhihuizhang wrote: > > My computer is installed with FreeBSD 2.2.8 on the entire hard disk. The > file systems are installed as defaults. I want to check the fragment and > block size of the file system are indeed 1024 and 4096 bytes respectively, > so I run the command disklabel. What I got is as follows: > > 8 partitions: > # size offset fstype [fsize bsize bps/cpg] > a: 65536 0 4.2BSD 0 0 0 # (Cyl. 0 - 69*) > b: 277920 65536 swap # (Cyl. 69*- 363*) > c: 8448237 0 unused 0 0 # (Cyl. 0 - 8939*) > e: 61440 343456 4.2BSD 0 0 0 # (Cyl. 363*- 428*) > f: 8043341 404896 4.2BSD 0 0 0 # (Cyl. 428*- 8939*) > > I can not figure out why the columns fsize and bsize have all zeros. I > add the option -r to disklabel command but it does not help. All the file > systems are created during the installation by default values. They always do. I think those fields are ignored, and are set using newfs(8) or tunefs(8) instead. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message