Date: Tue, 21 Mar 2000 19:06:11 +0100 From: Palle Girgensohn <girgen@partitur.se> To: freebsd-current@freebsd.org Subject: Re: can't dump vinum volumes after upgrading Message-ID: <38D7BA13.83F2913@partitur.se> References: <38D77DC7.7F161FCB@partitur.se>
next in thread | previous in thread | raw e-mail | index | archive | help
This fixes it for me. Is my installation faulty, or is this something that vinum fails to do when creating its devices? #! /bin/sh cd /dev/vinum for i in ../rvinum/*; do ln -s $i r`basename $i`; done /Palle 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?38D7BA13.83F2913>