From owner-freebsd-fs@FreeBSD.ORG Fri Dec 26 23:54:47 2014 Return-Path: Delivered-To: freebsd-fs@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 54C94906 for ; Fri, 26 Dec 2014 23:54:47 +0000 (UTC) Received: from mail-wg0-x22f.google.com (mail-wg0-x22f.google.com [IPv6:2a00:1450:400c:c00::22f]) (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 D7CEB66855 for ; Fri, 26 Dec 2014 23:54:46 +0000 (UTC) Received: by mail-wg0-f47.google.com with SMTP id n12so15141199wgh.34 for ; Fri, 26 Dec 2014 15:54:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:message-id:date :to:mime-version; bh=zV+qiClw2e+3Eropc+YySebfFrToNLKkU7V3Wy6kR3A=; b=izZzfvaBu4GNNhtsnl/QTTwIXnNw+21okMTR8Yi6Vn7b6kkq3z8XwjJKDNFPlwNwyp Dfb5Mm2XHRw+qJvopDvuI7ctHQN9Ja+n++A4JTwXu+co3vgjdj/JF1c03e3egXuwktO/ JmQJg6SOlDMwWinLqawjeP55scCtORUgDsFpkwmKG+qNM9r/l7VgeUYVpqqGUyxSuPDC ksy5ERLNrDC2L3RIG+tjB0o1CzP6yqTSX8fR4bt12+ip6erXgkgnSHv4wZkS2sJ5nwza b2mqNu+wk1jUPGNvkhl9kt7ucSMC0lH9nLQvD7QtBCHPFVmvdfIxr1mpFagvEuuh5ERO G4Xw== X-Received: by 10.180.21.133 with SMTP id v5mr65745430wie.44.1419638085155; Fri, 26 Dec 2014 15:54:45 -0800 (PST) Received: from [10.0.1.108] (cpc15-stav13-2-0-cust197.17-3.cable.virginm.net. [77.100.102.198]) by mx.google.com with ESMTPSA id ju2sm6735280wid.7.2014.12.26.15.54.44 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 26 Dec 2014 15:54:44 -0800 (PST) From: Paul Chakravarti Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: ZFS: Mount partition from ZVOL with volmode=dev Message-Id: <91E1211B-7E84-472B-8098-630AE8C97251@gmail.com> Date: Fri, 26 Dec 2014 23:54:42 +0000 To: freebsd-fs@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 8.1 \(1993\)) X-Mailer: Apple Mail (2.1993) X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Dec 2014 23:54:47 -0000 Hello, I am using a ZVOL configured with =E2=80=98volmode=3Ddev=E2=80=99 as the = virtio disk device for a bhyve instance (which works fine) but was = trying to workout whether there was any way of mounting the underlying = partitions on the host system - the partitions don=E2=80=99t show up = under /dev/zvol as separate devices with =E2=80=98volmode=3Ddev=E2=80=99 = so was wondering is there is any other way of getting at these other = than mounting in a bhyve instance? Thanks, Paul=20=