Recovering a GEOM RAID0 array
hv
hv at tuebingen.mpg.de
Tue Mar 31 03:21:28 PDT 2009
Am 30.03.2009 um 21:21 schrieb Juan Miscaro:
> Hi gang,
>
> I'm running a remote 6.2 system which recently got shut down
> unexpectedly (tower was physically nudged and apparently lost power).
> I am running a 2-disk striped array with the geom_stripe.ko module.
>
> So my fstab line is
>
> /dev/stripe/st0a /data ufs rw,acls
> 2 2
>
> Thing is, the /dev/stripe directory no longer exists.
Make sure the the geom_stripe module is actually loaded. (with kldstat)
If it's not already loaded, do a kldload geom_stripe (which creates
the /dev/stripe directory, if the metadata exist on the disk
("automatic mode") and perform a normal fsck afterwards. (e.g fsck -y /
dev/stripe/st0a)
If the metadata /(manual mode) are not stored on the disk, you need to
issue exactly the same commands to recreate it as you originally did.
All this is nicely documented in the man page (man gstripe)
By adding the following line
geom_stripe_load="YES"
to /boot/loader.conf you make sure the stripe will be available after
reboot (at least in "automatic mode").
Hope this helps
Regards
--
Henry Vogt <hv at tuebingen.mpg.de> (Fon: ++49-7071-601-511, Fax: -826)
Campus Max-Planck-Institute, Spemannstr. 32-41, Tübingen, Germany
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 194 bytes
Desc: Signierter Teil der Nachricht
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20090331/c134fe85/PGP.pgp
More information about the freebsd-questions
mailing list