From owner-freebsd-questions@FreeBSD.ORG Thu May 13 12:00:39 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0751B16A4D1 for ; Thu, 13 May 2004 12:00:39 -0700 (PDT) Received: from spock.dilkie.com (spock.dilkie.com [206.51.1.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F7E643D39 for ; Thu, 13 May 2004 12:00:37 -0700 (PDT) (envelope-from lee@dilkie.com) Received: from borg (borg.dilkie.com [206.51.1.193]) (authenticated bits=0) by spock.dilkie.com (8.12.11/8.12.11) with ESMTP id i4DJ0OIE067986 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Thu, 13 May 2004 15:00:25 -0400 (EDT) (envelope-from lee@dilkie.com) From: "Lee Dilkie" To: "'Chris Collins'" , Date: Thu, 13 May 2004 15:00:22 -0400 Message-ID: <060a01c4391c$8b9e9570$c10133ce@dilkie.com> X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <20040513180056.M8800@collins-ca.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Importance: Normal X-Scanned-By: MIMEDefang 2.42 Subject: RE: vinum State Down Help? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 May 2004 19:00:39 -0000 i don't think you want to vinum a swap partition. you can just create the swap partitions and add them to fstab( or if you run /stand/sysinstall to do the disklabel, it'll populate fstab for you), the OS will nicely share amongst all your swap partitions. and if you only have one drive, why are you using vinum at all? am i missing something? Someone please correct me if I'm wrong. >-----Original Message----- >From: owner-freebsd-questions@freebsd.org >[mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Chris Collins >Sent: Thursday, May 13, 2004 2:11 PM >To: questions@freebsd.org >Subject: vinum State Down Help? > > >Hello > >I am trying to setup vinum but I am having a config problem I >hope sombody >can answer... I cannot get my /usr/ and /var and for some >reason my swap is >showing at 18G... What am I doing wrong? > >OUTOUT.... > >vinum -> create vinum.conf >1 drives: >D YouCrazy State: up Device /dev/ad0s1h Avail: >384/19544 MB (1%) > >4 volumes: >V root State: up Plexes: 1 Size: > 128 MB >V swap State: up Plexes: 1 Size: > 18 GB >V usr State: down Plexes: 0 Size: > 0 B >V var State: down Plexes: 0 Size: > 0 B > >2 plexes: >P root.p0 C State: up Subdisks: 1 Size: > 128 MB >P swap.p0 C State: up Subdisks: 3 Size: > 18 GB > >4 subdisks: >S root.p0.s0 State: up PO: 0 B Size: > 128 MB >S swap.p0.s0 State: up PO: 0 B Size: > 112 MB >S swap.p0.s1 State: up PO: 112 MB Size: > 18 GB >S swap.p0.s2 State: up PO: 18 GB Size: > 256 MB >vinum -> > >vinum.conf > >drive YouCrazy device /dev/ad0s1h > volume root > plex org concat > sd len 262144s driveoffset -16s drive YouCrazy > volume swap > plex org concat > sd len 230471s driveoffset 262409s drive YouCrazy >volume usr > sd len 38485137s driveoffset 1541456s drive YouCrazy > volume var > sd len 524288s driveoffset 492880s drive YouCrazy > > >/dev/ad0s1 setup > >8 partitions: ># size offset fstype [fsize bsize bps/cpg] > a: 262144 0 4.2BSD 2048 16384 94 # >(Cyl. 0 - 260*) > b: 230471 262425 swap # >(Cyl. 260*- 488*) > c: 40026609 0 unused 0 0 # (Cyl. 0 - >39708*) > e: 524288 492896 4.2BSD 2048 16384 94 # >(Cyl. 488*- 1009*) > f: 524288 1017184 4.2BSD 2048 16384 94 # >(Cyl. 1009*- 1529*) > g: 38485137 1541472 4.2BSD 2048 16384 89 # (Cyl. 1529*- >39708*) > h: 40026593 16 vinum > >df..... > >Filesystem Size Used Avail Capacity Mounted on >/dev/ad0s1a 126M 35M 81M 30% / >/dev/ad0s1f 252M 12K 232M 0% /tmp >/dev/ad0s1g 18G 230M 16G 1% /usr >/dev/ad0s1e 252M 240K 232M 0% /var >procfs 4.0K 4.0K 0B 100% /proc >mirror# > > > >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to >"freebsd-questions-unsubscribe@freebsd.org" >