I have a fresh install of Solaris 11 Express on a new SSD. I have inserted the old hard disk, and tried to import it, with: # zpool import -f <long id number> Old_rpool but the computer reboots. Why is that? On my old hard disk, I have 10-20 BE, starting with OpenSolaris 2009.06 and upgraded to b134 up to snv_151a. I also have a WinXP entry in GRUB. This hard disk is partitioned, with a 900GB zfs TempStorage partition. I can import the TempStorage partition without problems, but can not import the rpool. How can I access my data from the old hard disk''s rpool? Any pointers or help would be appreciated. -- This message posted from opensolaris.org
Hung-ShengTsao (Lao Tsao) Ph.D.
2011-May-17 18:10 UTC
[zfs-discuss] Reboots when importing old rpool
may be do zpool import -R /a rpool On 5/17/2011 1:56 PM, Orvar Korvar wrote:> I have a fresh install of Solaris 11 Express on a new SSD. I have inserted the old hard disk, and tried to import it, with: > # zpool import -f<long id number> Old_rpool > but the computer reboots. Why is that? On my old hard disk, I have 10-20 BE, starting with OpenSolaris 2009.06 and upgraded to b134 up to snv_151a. I also have a WinXP entry in GRUB. > > This hard disk is partitioned, with a 900GB zfs TempStorage partition. I can import the TempStorage partition without problems, but can not import the rpool. > > How can I access my data from the old hard disk''s rpool? Any pointers or help would be appreciated.-------------- next part -------------- A non-text attachment was scrubbed... Name: laotsao.vcf Type: text/x-vcard Size: 632 bytes Desc: not available URL: <http://mail.opensolaris.org/pipermail/zfs-discuss/attachments/20110517/7bc1aef8/attachment-0001.vcf>
On Tue, May 17, 2011 at 11:10 AM, Hung-ShengTsao (Lao Tsao) Ph.D. <laotsao at gmail.com> wrote:> > may be do > zpool import ?-R /a rpool''zpool import -N'' may work as well. -B -- Brandon High : bhigh at freaks.com
On Tue, May 17, 2011 at 6:38 PM, Brandon High <bhigh at freaks.com> wrote:> On Tue, May 17, 2011 at 11:10 AM, Hung-ShengTsao (Lao Tsao) Ph.D. > <laotsao at gmail.com> wrote: >> >> may be do >> zpool import ?-R /a rpool > > ''zpool import -N'' may work as well.It looks like a crash dump is in order. The system shouldn''t panic just because it can''t import a pool. Try booting with the kernel debugger on (add "-kv" to the grub kernel line). Take a look at dumpadm. -- Giovanni Tirloni