From owner-freebsd-questions Sat May 1 14: 0:55 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sakaki.communique.net (sakaki.communique.net [204.27.64.202]) by hub.freebsd.org (Postfix) with ESMTP id 9189014BEC for ; Sat, 1 May 1999 14:00:53 -0700 (PDT) (envelope-from nectar@nectar.com) Received: from cerebus.nectar.com (nectar-gw.nectar.com [204.0.249.101]) by sakaki.communique.net (8.8.8/8.8.8) with ESMTP id QAA17143 for ; Sat, 1 May 1999 16:00:52 -0500 (CDT) Received: from spawn.nectar.com (spawn.nectar.com [10.0.0.101]) by cerebus.nectar.com (Postfix) with ESMTP id 09E9B38 for ; Sat, 1 May 1999 16:00:51 -0500 (CDT) Received: from spawn.nectar.com (localhost [127.0.0.1]) by spawn.nectar.com (Postfix) with ESMTP id 357911DC5 for ; Sat, 1 May 1999 16:00:25 -0500 (CDT) X-Mailer: exmh version 2.0.2 2/24/98 X-Exmh-Isig-CompType: unknown X-Exmh-Isig-Folder: inbox X-PGP-RSAfprint: 00 F9 E6 A2 C5 4D 0A 76 26 8B 8B 57 73 D0 DE EE X-PGP-RSAkey: http://www.nectar.com/nectar-rsa.txt X-PGP-DSSfprint: AB2F 8D71 A4F4 467D 352E 8A41 5D79 22E4 71A2 8C73 X-PGP-DHfprint: 2D50 12E5 AB38 60BA AF4B 0778 7242 4460 1C32 F6B1 X-PGP-DH-DSSkey: http://www.nectar.com/nectar-dh-dss.txt From: Jacques Vidrine To: freebsd-questions@freebsd.org Subject: vinum-- resizing disks Mime-Version: 1.0 Content-Type: text/plain Date: Sat, 01 May 1999 16:00:25 -0500 Message-Id: <19990501210026.357911DC5@spawn.nectar.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, After running for a couple of months with about half of my storage space under vinum, I am happy enough with the results to wish to move all my storage to vinum volumes. (Great work Greg!) In order to do so, I'll need to resize the vinum disk objects, and I wonder if that is possible. Each drive on my system is partitioned into a-f (for on which I have swap and UFS filesystems), and h (which I use for vinum). e.g. 8 partitions: # size offset fstype [fsize bsize bps/cpg] a: 128520 0 4.2BSD 1024 8192 16 # (Cyl. 0 - 7) b: 128520 128520 swap # (Cyl. 8 - 15) c: 17912412 0 unused 0 0 # (Cyl. 0 - 1114*) e: 4112640 257040 4.2BSD 1024 8192 8192 # (Cyl. 16 - 271) f: 4112640 4369680 4.2BSD 1024 8192 8192 # (Cyl. 272 - 527) h: 9430092 8482320 vinum # (Cyl. 528 - 1114*) Now, I wonder can I backup partions e and f, delete them, and then resize h to allocate the storage to vinum? e.g. I want to wind up with: 8 partitions: # size offset fstype [fsize bsize bps/cpg] a: 128520 0 4.2BSD 1024 8192 16 # (Cyl. 0 - 7) b: 128520 128520 swap # (Cyl. 8 - 15) c: 17912412 0 unused 0 0 # (Cyl. 0 - 1114*) h: 17655372 257040 vinum 1024 8192 8192 # (Cyl. 16 - 1114*) I imagine that I'm just going to have to back everything up and start over, but I thought I'd ask first. Jacques Vidrine / n@nectar.com / nectar@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message