Re: softraid(4): how to reassemble a volume

2011-11-30 Thread Mattieu Baptiste
On Wed, Nov 30, 2011 at 5:16 PM, Joel Sing wrote: > On Wednesday 30 November 2011, Mattieu Baptiste wrote: >> Hi all, >> >> I'm trying to reassemble a softraid(4) volume, created with the 'force' >> flag. When I'm trying: >> # bioctl -C force -c C -l /dev/sd1a softraid0 >> softraid0: chunk sd1a al

Re: softraid(4): how to reassemble a volume

2011-11-30 Thread Joel Sing
On Wednesday 30 November 2011, Mattieu Baptiste wrote: > Hi all, > > I'm trying to reassemble a softraid(4) volume, created with the 'force' > flag. When I'm trying: > # bioctl -C force -c C -l /dev/sd1a softraid0 > softraid0: chunk sd1a already in use > bioctl: ioctl: Invalid argument > > Accordin

softraid(4): how to reassemble a volume

2011-11-30 Thread Mattieu Baptiste
Hi all, I'm trying to reassemble a softraid(4) volume, created with the 'force' flag. When I'm trying: # bioctl -C force -c C -l /dev/sd1a softraid0 softraid0: chunk sd1a already in use bioctl: ioctl: Invalid argument According to the manpage, '-c' flag only seems to create the volume, and not si