From owner-freebsd-questions Wed Sep 20 10:53:25 2000 Delivered-To: freebsd-questions@freebsd.org Received: from www3.pacific-pages.com (www3.pacific-pages.com [192.41.48.219]) by hub.freebsd.org (Postfix) with ESMTP id D6A7637B43E for ; Wed, 20 Sep 2000 10:53:21 -0700 (PDT) Received: from d.tracker ([216.191.72.108]) by www3.pacific-pages.com (8.8.5) id LAA10893; Wed, 20 Sep 2000 11:53:11 -0600 (MDT) Received: (from david@localhost) by d.tracker (8.9.3/8.9.2) id NAA00524 for questions@freebsd.org; Wed, 20 Sep 2000 13:50:44 -0400 (EDT) (envelope-from david) Date: Wed, 20 Sep 2000 13:50:43 -0400 From: David Banning To: questions@freebsd.org Subject: install new drive problem Message-ID: <20000920135043.A439@www3.pacific-pages.com> Reply-To: David Banning Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I want to replace my 3.4 gig drive with a new 20 gig drive I just bought. While I'm actually running 4.0 Stable - I used my FreeBSD 2.2.8 old cdrom set to install the file systems and set as bootable. Then I booted from my 3.4 gig drive, mounted my 20 gig drive and commenced copying all files over with "cp -R" to the individual file systems. There are two problems. One is - the file systems on the new drive fill up too quickly, and problem 2: the new 20 gig drive won't boot. Here is what df shows; Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/wd1s1a 87055 38184 41907 48% / /dev/wd1s1f 2971838 2044310 689781 75% /usr /dev/wd1s1e 58031 9332 44057 17% /var procfs 4 4 0 100% /proc /dev/wd0s1a 98479 40240 50361 44% /newroot /dev/wd0s1f 19048854 7380208 10144738 42% /newusr /dev/wd0s1e 98479 9314 81287 10% /newvar you can see that although the new file systems contain the exact same stuff, percentage-wise they take up too much space on the drive. (eg. 75% of say 3.2 gigs (/usr) should not be 42% of say 18.5 gigs (/newusr), given that it's the same content) I realize I'm going about this in a rather self-made way but I couldn't find any example of this in my FreeBSD book (bought with 2.2.8) and I didn't want to bother you folks without first putting in some effort myself. Any pointers would be appreciated To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message