Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Jun 2012 23:23:05 +0200
From:      Johan Hendriks <joh.hendriks@gmail.com>
To:        Nenhum_de_Nos <matheus@eternamente.info>,  freebsd-stable <freebsd-stable@freebsd.org>
Subject:   Re: lost ZFS pool
Message-ID:  <4FD7B339.9080103@gmail.com>
In-Reply-To: <e2619f0d9d8c11085ebde96e6841851a.squirrel@eternamente.info>
References:  <e2619f0d9d8c11085ebde96e6841851a.squirrel@eternamente.info>

next in thread | previous in thread | raw e-mail | index | archive | help
Nenhum_de_Nos schreef:
> hail,
>
> I write just to make sure its dead. I've lost the first disk on a ZFS pool (jbod). Now I can't
> mount it with only the second disk. The first disk clicks to death :(
>
> [root@optimus ~]# zpool status
>    pool: pool
>   state: UNAVAIL
> status: One or more devices could not be opened.  There are insufficient
>          replicas for the pool to continue functioning.
> action: Attach the missing device and online it using 'zpool online'.
>     see: http://www.sun.com/msg/ZFS-8000-3C
>   scrub: none requested
> config:
>
>          NAME          STATE     READ WRITE CKSUM
>          pool          UNAVAIL      0     0     0  insufficient replicas
>            label/zfs1  UNAVAIL      0     0     0  cannot open
>            label/zfs2  ONLINE       0     0
>
> I have a spare disk (blank), but even though I can't make it online again ...
>
> is there any hope I can read the files in that disk ?
>
> thanks,
>
> matheus
>
>
If i read your pool correct, you do not have raidz, or a mirrored pool.
You are just striping the data on both disks. This means you cannot 
loose any disk in the pool.

In the future use a mirrored pool, or a raidz pool.
In this case the pool is lost.

regards
Johan Hendriks






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