From owner-freebsd-stable@FreeBSD.ORG Thu Dec 4 14:55:55 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DD52FD4C for ; Thu, 4 Dec 2014 14:55:55 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.15.19]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 71DA5F45 for ; Thu, 4 Dec 2014 14:55:55 +0000 (UTC) Received: from [192.168.10.5] ([62.246.110.10]) by mail.gmx.com (mrgmx001) with ESMTPSA (Nemesis) id 0MF5FT-1YCj5v3Rn9-00GJvx; Thu, 04 Dec 2014 15:55:52 +0100 Message-ID: <548075FA.30007@gmx.net> Date: Thu, 04 Dec 2014 15:55:54 +0100 From: Michael Schmiedgen User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Steven Hartland , 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> In-Reply-To: <54805F4C.1010909@multiplay.co.uk> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:iTYnx8/LQmAsr9r6E+EsTADVk2q8jmBkFS+zZ9lbWkfLJbFxm49 kWF+FCOEUuSdTIGQOFIDmACNUBW+VYDQSRFaaEf1oaOyBqgCKHx1RUZRJXWaVpk978FS7E7 R6CYOKWTl8MO/8JGRatCU0qFdGd5yQnVTWQhSOXtMYUQG/3vdDnsxHJbN7TJxWdVFXzlp9m EtK+hnTTF/Ks+uR7+b/mg== X-UI-Out-Filterresults: notjunk:1; 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 14:55:56 -0000 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 :( Thanks, Michael