From owner-freebsd-current@freebsd.org Thu Jul 19 07:41:58 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9714B104EA73 for ; Thu, 19 Jul 2018 07:41:58 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.92]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 37F79827CD for ; Thu, 19 Jul 2018 07:41:57 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smtp.greenhost.nl ([213.108.110.112]) by smarthost1.greenhost.nl with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1fg3ZO-0003Ai-6o; Thu, 19 Jul 2018 09:41:50 +0200 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: "FreeBSD Current" , "Filippo Moretti" Subject: Re: Problem with Current amd64 References: <1280450387.6502118.1531979379575.ref@mail.yahoo.com> <1280450387.6502118.1531979379575@mail.yahoo.com> Date: Thu, 19 Jul 2018 09:41:52 +0200 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ronald Klop" Message-ID: In-Reply-To: <1280450387.6502118.1531979379575@mail.yahoo.com> User-Agent: Opera Mail/12.16 (FreeBSD) X-Authenticated-As-Hash: 398f5522cb258ce43cb679602f8cfe8b62a256d1 X-Virus-Scanned: by clamav at smarthost1.samage.net X-Spam-Level: / X-Spam-Score: -0.2 X-Spam-Status: No, score=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 autolearn=disabled version=3.4.0 X-Scan-Signature: a8ecdd0179e5342c74548fafd5461917 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jul 2018 07:41:58 -0000 On Thu, 19 Jul 2018 07:49:39 +0200, Filippo Moretti wrote: > I installed from the latest snapshot,made buildworld with custom > kernel,installed bash and mc from ports.It was the first time I used zfs > on 1 Tb sata III disk.When I rebooted the system I got a nasty > surprise:my home directory,ports and src are no longer there.This never > happened to me.Should I reinstall or any other suggestion really > appreciated > Sincerely > Filippo Reinstall sounds unlikely. Sounds like a mistake in the order of mounting. Something which worked when doing manual steps, but not after boot. Please mail your /etc/fstab and the output of zpool list, zpool status and zfs list. And /etc/rc.conf can be interesting too. Regards, Ronald.