From owner-freebsd-fs@FreeBSD.ORG Tue Jan 26 06:23:52 2010 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1677D106566C for ; Tue, 26 Jan 2010 06:23:52 +0000 (UTC) (envelope-from artemb@gmail.com) Received: from mail-iw0-f204.google.com (mail-iw0-f204.google.com [209.85.223.204]) by mx1.freebsd.org (Postfix) with ESMTP id CC57B8FC1E for ; Tue, 26 Jan 2010 06:23:51 +0000 (UTC) Received: by iwn42 with SMTP id 42so1323508iwn.9 for ; Mon, 25 Jan 2010 22:23:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=04bA2+8G99fYy/yPdnmEDRhQMRGuFOuvin5Kx9YsvKk=; b=UqqpZLMpxBdh4SYpPr9dA3gDFHLi+gPfyT1qMjKM/B5eSP/LyqJZ5iey862JpdSTm9 uKLsYAvbHZmlVpA+s7fLKxGKYGODBkt+J2P0h3kDQcYeaO5FXcBtdfaOdcriW3vWHaJb FHxxCY1UEO7P7F0ccMY/GiikPtpIdTIvgmQdA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=FqgLfctyv7uo7FZXmWUFdfNOQGo9ikqiyNI/2lwouEyjWMOriu63Ta27UFcUf4IfYq a1fCBQ638Td1xFBUXmVEsH9k6JWzSoybIS+cCrpWGNgkKiuiAConXA65GthLWYfVhaxa loM5bn8X2y24PAkogtOzSRplaJGnREjezVt1o= MIME-Version: 1.0 Sender: artemb@gmail.com Received: by 10.231.149.12 with SMTP id r12mr1704810ibv.86.1264487031042; Mon, 25 Jan 2010 22:23:51 -0800 (PST) In-Reply-To: References: <3F785019-DB0E-4385-97EB-7CE69A11647A@gmail.com> <02786740-7076-4C92-89EE-E1EFC2120E33@gmail.com> Date: Mon, 25 Jan 2010 22:23:50 -0800 X-Google-Sender-Auth: ade01540a08020b9 Message-ID: From: Artem Belevich To: Steven Schlansker Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-fs@freebsd.org, =?ISO-8859-1?Q?Tommi_L=E4tti?= Subject: Re: slight zfs problem after playing with WDIDLE3 and WDTLER X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jan 2010 06:23:52 -0000 There is a windows tool that creates USB stick image from ISO. http://devzone.sites.pid0.org/OpenSolaris/opensolaris-liveusb-creator Importing/exporting pool created on FreeBSD did work fine for me. The pool built with labeled GPT slices (/dev/gpt/blah). OpenSolaris did use its own funky names but that's about all that was different. Just don't upgrade pool or filesystem by accident. If you do, you will not be able to use it back on FreeBSD. --Artem On Mon, Jan 25, 2010 at 9:51 PM, Steven Schlansker wrote: > > On Jan 25, 2010, at 9:49 PM, Tommi L=E4tti wrote: > >>> I poked through the code - the problem is that ZFS identifies the drive >>> as valid (due to correct metadata+checksums) and then tries to assemble= the >>> array. =A0At some point it checks the size, realizes that the drive is = smaller, >>> and rejects the entire array. =A0It isn't smart enough (yet?) to realiz= e that >>> only rejecting the one drive would allow it to be only degraded... >> >> A nice feature indeed. So I would have been screwed anyway. >> >> Currently installing opensol on a spare hard-drive for the evening's >> recovery attempts. I wonder if the newest opensol dev version is the >> way to go (has way newer zfs version, maybe more... options). >> >> Any hints to offer for the procedure? Just force import the pool and >> hope the best? >> > > I used a usb stick from genunix.org, although to install the damn thing t= o a USB > drive I had to get a solaris VM running to use the usbcopy tool. =A0It wa= s a > fairly recent dev build, but I'd guess the last release might do okay too= ... > > Other than that, it all worked as expected. =A0No particular hangups. > Just the usual fifteen minutes of shock at what a wasteland > the Solaris userland is... (so many PATH entries! =A0so confusing!) > > _______________________________________________ > freebsd-fs@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-fs > To unsubscribe, send any mail to "freebsd-fs-unsubscribe@freebsd.org" >