From owner-freebsd-current Fri Feb 25 7:39:39 2000 Delivered-To: freebsd-current@freebsd.org Received: from logger.gamma.ru (logger.gamma.ru [194.186.254.23]) by hub.freebsd.org (Postfix) with ESMTP id 42A1D37BD1C for ; Fri, 25 Feb 2000 07:39:30 -0800 (PST) (envelope-from ivt@logger.gamma.ru) Received: (from ivt@localhost) by logger.gamma.ru (8.9.3/8.9.3) id SAA86928; Fri, 25 Feb 2000 18:39:26 +0300 (MSK) From: Igor Timkin Message-Id: <200002251539.SAA86928@logger.gamma.ru> Subject: Re: dump of vinum disks In-Reply-To: <200002171009.NAA75066@logger.gamma.ru> from Igor Timkin at "Feb 17, 2000 01:09:52 pm" To: Igor Timkin Date: Fri, 25 Feb 2000 18:39:26 +0300 (MSK) Cc: freebsd-current@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL61 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Who will correct dump (dump use /dev/rXXX instead of /dev/XXX) ? I wrote: > Yesterday current: > ivt@newsfeed:/news/etc:2:770>uname -a > FreeBSD newsfeed.gamma.ru 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Wed Feb 16 03:00:26 MSK 2000 ivt@newsfeed.gamma.ru:/usr/src/sys/compile/NEWSFEED i386 > ivt@newsfeed:/news/etc:2:771>dump 0f /dev/null /news > DUMP: Date of this level 0 dump: Thu Feb 17 12:24:34 2000 > DUMP: Date of last level 0 dump: the epoch > DUMP: Dumping /dev/vinum/rraid0 (/news) to /dev/null > DUMP: Cannot open /dev/vinum/rraid0 > vt@newsfeed:/news/etc:2:772>dump 0f /dev/null /dev/vinum/raid0 > DUMP: Date of this level 0 dump: Thu Feb 17 12:25:10 2000 > DUMP: Date of last level 0 dump: the epoch > DUMP: Dumping /dev/vinum/rraid0 (/news) to /dev/null > DUMP: Cannot open /dev/vinum/rraid0 > vt@newsfeed:/news/etc:2:773>ls -ltr /dev/vinum > total 4 > drwxr-xr-x 2 root wheel 512 Feb 16 06:13 drive > drwxr-xr-x 2 root wheel 512 Feb 16 06:13 plex > drwxr-xr-x 2 root wheel 512 Feb 16 06:13 sd > drwxr-xr-x 3 root wheel 512 Feb 16 06:13 vol > crw------- 1 root wheel 91, 0x40000001 Feb 16 06:13 Control > crw------- 1 root wheel 91, 0x40000002 Feb 16 06:13 control > crw------- 1 root wheel 91, 0x40000000 Feb 16 06:13 controld > crw-r----- 1 root operator 91, 0 Feb 16 06:14 raid0 > (vinum create vinum's disks with ``wheel'' group, so i made > chgrp operator raid0). > > Just moment solution is (cd /dev/vinum; ln raid0 rraid0). > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message