Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Dec 1999 14:49:13 +0900
From:      FUJISHIMA Satsuki <k5@cheerful.com>
To:        Greg Lehey <grog@lemis.com>
Cc:        current@freebsd.org
Subject:   vinum start needs block device
Message-ID:  <14419.14169.298803.72159A@cheerful.com>

next in thread | raw e-mail | index | archive | help
Hi Greg,

Since the recent block device vanishment, MAKEDEV all and my vinum
volumes have failed to start.

# ls -l da[01]s1h
crw-r-----  1 root  operator   13, 0x00020007 Dec 12 22:56 da0s1h
crw-r-----  1 root  operator   13, 0x0002000f Dec 12 22:56 da1s1h
# vinum start
** no drives found: No such file or directory
# 

And, remaking old block device nodes vinum successfully starts again.

# ./MAKEDEV.1.223 da0s1h da1s1h
# ls -l da[01]s1h
brw-r-----  1 root  operator    4, 0x00020007 Dec 12 22:57 da0s1h
brw-r-----  1 root  operator    4, 0x0002000f Dec 12 22:57 da1s1h
# vinum start
vinum: reading configuration from /dev/da0s1h
vinum: updating configuration from /dev/da1s1h
# 

I'd be happy with this behavior to be corrected before -release.

-- 
FUJISHIMA Satsuki


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14419.14169.298803.72159A>