From owner-freebsd-stable@FreeBSD.ORG Thu Dec 4 15:30:35 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5F128225 for ; Thu, 4 Dec 2014 15:30:35 +0000 (UTC) Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E45BE628 for ; Thu, 4 Dec 2014 15:30:34 +0000 (UTC) Received: by mail-wi0-f179.google.com with SMTP id ex7so28323260wid.12 for ; Thu, 04 Dec 2014 07:30:27 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=77iyS83PUGF3Z9zJXtQNn4AsyQZabADLiFps2aOadTk=; b=P/fL3B4bTU0WT38thGMIJPd+pzy0aqdExUwCnSBY34Zd7zIFFO5J7w606al5JBx4fv pcMYrpEN4b6BHWyZ5PnVEU9rjvgVkMlFKDLoK73mYR3hQMv3mePmF+JVWb/+Xr9+Jypa 9QswRiAeHI+HUUWQ3lk81umn+F6RCJ7paQOfkp4bT9dzqCau8SedUvwuCuvCQJngukL0 RH30iUH9jyXWjkc+7YmIhRNFQTziwjlR9OfG6gBuQ2uwoT/DKlqPEIjkhu2uWI+QwnxP tryutdM1nKhCSUQt3Obd+G64gD4BxT6PwvMKFdTOkaPMKNB+1v44Zbs8ydoDznxXgHfA 328Q== X-Gm-Message-State: ALoCoQkgQwkw+7XUs322eqmz9gXexT/dWkCADvg2EfiOFLBFitndBFCll8XTLB+HzsGxi7MxBXBn X-Received: by 10.180.74.108 with SMTP id s12mr22901454wiv.28.1417706628812; Thu, 04 Dec 2014 07:23:48 -0800 (PST) Received: from [10.10.1.68] (82-69-141-170.dsl.in-addr.zen.co.uk. [82.69.141.170]) by mx.google.com with ESMTPSA id p1sm40916396wjy.22.2014.12.04.07.23.47 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 04 Dec 2014 07:23:48 -0800 (PST) Message-ID: <54807CFB.1000105@multiplay.co.uk> Date: Thu, 04 Dec 2014 15:25:47 +0000 From: Steven Hartland User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Michael Schmiedgen , freebsd-stable@freebsd.org Subject: Re: ZFS 'mount error 5' hits production server References: <547F6E54.5020706@takwa.de> <547F98AF.9070701@multiplay.co.uk> <547FA5A9.1010600@gmx.net> <547FAF3C.5080002@multiplay.co.uk> <547FB3AB.6030003@gmx.net> <548044E6.1020703@gmx.net> <54804AF3.9020805@multiplay.co.uk> <5480535E.3010202@gmx.net> <54805F4C.1010909@multiplay.co.uk> <548075FA.30007@gmx.net> In-Reply-To: <548075FA.30007@gmx.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2014 15:30:35 -0000 On 04/12/2014 14:55, Michael Schmiedgen wrote: > On 04.12.2014 14:19, Steven Hartland wrote: >> >>> Or is there another way to do this? >> Off the top of my head, never had to do this, you'll need to boot from a >> something like an mfsroot cd mount the pool with an alt root and no >> mount then change the mount point from there. >> >> So something like: >> zpool import -R /mnt -N tank >> zfs set mountpoint=/ tank > > I booted from remote rescue and switched mountpoint to '/', but the > issue remains :( Ok silly question can you boot from a 10.1 cd and import the pool (use alt root) or is that only possible on 10.0? Regards Steve