From owner-freebsd-current@freebsd.org Sun Oct 1 14:34:18 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6FEA5E26013 for ; Sun, 1 Oct 2017 14:34:18 +0000 (UTC) (envelope-from danny@mail.hebrew.edu) Received: from mail-wm0-x22f.google.com (mail-wm0-x22f.google.com [IPv6:2a00:1450:400c:c09::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 07C6229A4 for ; Sun, 1 Oct 2017 14:34:17 +0000 (UTC) (envelope-from danny@mail.hebrew.edu) Received: by mail-wm0-x22f.google.com with SMTP id u138so6338074wmu.5 for ; Sun, 01 Oct 2017 07:34:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mail-hebrew-edu.20150623.gappssmtp.com; s=20150623; h=sender:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=06qTNLxsfs937XVuGPtHlUEVouWDZ57ovcwhSm9waX8=; b=FiQcAMBAAByLixbS/rA4PFVsr9nj3sk4sQ6mQr4eknhY33kUaFJO+hEG911r+XTedi aQvOmY52ahAbJNIenWOOaTf4fo5Xs2lK/KnVxS/BrZ7tuvPGu0UatbORM/khoJPdPM1K dSGKmmi0lQPSwNGRM6RB4VO/4bXXwNM611jMzTD7zeK5a6CCvAyqf5Dr2w6lTfUYJOk3 nEaJ5TGQ3JNhGSpPavh2APnnuE9/ErzLJDMpDjSsLzUPwFj/iwncYaC6M7uZfTApyMlE lhA8XfKhU2T7ceqmR2hnJ4tGWrLQMRVskOOwprwaxrwrMpm55v0W/k20dpAn762Bh7ZK vz3w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:mime-version:subject:from:in-reply-to :date:cc:content-transfer-encoding:message-id:references:to; bh=06qTNLxsfs937XVuGPtHlUEVouWDZ57ovcwhSm9waX8=; b=DXubYJt+PObIkELIlGtyslnMvmHQWPpH5lfizd0m1MEzlm3XHaCLHnPUSsan9glCrv SZp9tzfIbtrYAPxWQnD+AktSyQnB8z+9nRNpkL6UI5kikuw0BZzocUGwSHdkPP9AbloM ZYiopvDMuUv2lwPUyVC8sYvbB3isxFU5yikMpyuGSADJyKGfc7Df7sYi23QbUjY65ygN KIP3XPvhsUcPhfsQiGyFunolOCiAC859GywZ79Zs+gjD7EwazXg/UsXI7aklHlh5aoow ZS9GgEhnmWFL4X6KkjrhXWjYG7NifjRvMk60hS+tTZSmPSvVbYqX7CXtO3ahJN5iIybg odbg== X-Gm-Message-State: AMCzsaVIjJAr2T/ObyEVEIbG/wpv9o5jxedER5F7eBvHtvOtsysXLs0/ 5LvSK31kfABir2JVyvuumEu/GA== X-Google-Smtp-Source: AOwi7QB6tpW6E14cbLetzW+URyIrTmW039bhokM7J1vEzvNEc1nHImMSB8U7X0lnCdV0RRMnxgpIxg== X-Received: by 10.28.130.130 with SMTP id e124mr7599629wmd.75.1506868455662; Sun, 01 Oct 2017 07:34:15 -0700 (PDT) Received: from [192.168.1.16] ([46.121.232.8]) by smtp.gmail.com with ESMTPSA id i7sm5647640wmc.18.2017.10.01.07.34.14 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 01 Oct 2017 07:34:14 -0700 (PDT) Sender: Danny Braniss Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: Can't NFS mount ZFS volume From: Daniel Braniss In-Reply-To: Date: Sun, 1 Oct 2017 17:34:27 +0300 Cc: Michael Butler , freebsd-current , "rmacklem@freebsd.org" Content-Transfer-Encoding: 7bit Message-Id: References: <4cbb6150-0fcc-5393-846f-309e19cfb0ea@protected-networks.net> <65feb444-3265-b9bc-3d4d-d57b125513d3@protected-networks.net> To: Rick Macklem X-Mailer: Apple Mail (2.3273) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Sun, 01 Oct 2017 14:34:18 -0000 > On 1 Oct 2017, at 14:41, Rick Macklem wrote: > > Michael Butler wrote: >> I have no idea why but using .. >> >> sudo /sbin/mount vm01:/usr/local/exports/ /mnt > This is weird. I would have thought they would both result in the same > behaviour. >> .. instead of .. >> >> sudo /sbin/mount -t nfs vm01:/usr/local/exports/ /mnt > Did this work with the older system?. > I'll admit I always go "su" and then do the mount command as > # mount -t nfs vm01:/usr/local/exports /mnt" > Please let us know if this doesn't work. > (If you try this and it doesn't work, then something is definitely broken.) > > I don't even have sudo. (It's a port and my guess would be some issue > related to how either it or "mount" parses things.) > the not working is : mount host:/path some-local-path which should default to -t nfs, and at least in 11.1 it works danny > rick > > > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"