From owner-freebsd-current Fri Jan 10 16:42:02 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id QAA13796 for current-outgoing; Fri, 10 Jan 1997 16:42:02 -0800 (PST) Received: from mexico.brainstorm.eu.org (root@mexico.brainstorm.fr [193.56.58.253]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id QAA13769 for ; Fri, 10 Jan 1997 16:41:56 -0800 (PST) Received: from brasil.brainstorm.eu.org (brasil.brainstorm.fr [193.56.58.33]) by mexico.brainstorm.eu.org (8.8.4/8.8.4) with ESMTP id BAA10653 for ; Sat, 11 Jan 1997 01:41:46 +0100 Received: (from uucp@localhost) by brasil.brainstorm.eu.org (8.6.12/8.6.12) with UUCP id BAA08826 for FreeBSD-current@freebsd.org; Sat, 11 Jan 1997 01:41:26 +0100 Received: (from roberto@localhost) by keltia.freenix.fr (8.8.4/keltia-uucp-2.9) id BAA04183; Sat, 11 Jan 1997 01:25:32 +0100 (CET) Message-ID: Date: Sat, 11 Jan 1997 01:25:32 +0100 From: roberto@keltia.freenix.fr (Ollivier Robert) To: FreeBSD-current@freebsd.org Subject: Re: Adding Hard Drives - Prepping References: <199701102058.MAA29789@ipro.com> X-Mailer: Mutt 0.55.15 Mime-Version: 1.0 X-Operating-System: FreeBSD 3.0-CURRENT ctm#2837 In-Reply-To: <199701102058.MAA29789@ipro.com>; from Ken Ingram on Jan 10, 1997 13:06:01 -0800 Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk According to Ken Ingram: > Newfs gives the 'Warning: 3984 sector(s) in last cylinder unallocated > /dev/rwd2s1e: 2121840 sectors in 519 cylinders of 1 tracks, 4096 sectors > 1036.1MB in 33 cyl groups (16 c/g, 32.00MB/g, 7680 i/g) Don't worry about the warning, it is just that 2121840 is not a multiple of 519 x 4096. We ignore geometry when newfs-ing SCSI disks because the geometry is purely logical. > The disk is 1035MB and 526 cylinders. After mounting df -k reports > app. 950MB available. dk -k ignores the 8% of the partition that are reserved for "root" usage. Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/sd0h 829345 408896 354102 54% /work The 1K-blocks number includes all data, inode tables, superblocks, cylinder groups and so on. 829345 - (408869 + 66347) = 354129 -- Ollivier ROBERT -=- The daemon is FREE! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 3.0-CURRENT #33: Sat Dec 21 12:57:17 CET 1996