From owner-freebsd-questions@FreeBSD.ORG Wed Jan 22 20:25:49 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ABDF36A5 for ; Wed, 22 Jan 2014 20:25:49 +0000 (UTC) Received: from mail-ie0-x234.google.com (mail-ie0-x234.google.com [IPv6:2607:f8b0:4001:c03::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7CC531FB9 for ; Wed, 22 Jan 2014 20:25:49 +0000 (UTC) Received: by mail-ie0-f180.google.com with SMTP id at1so42958iec.39 for ; Wed, 22 Jan 2014 12:25:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=U7bIp3xci9bPexqM2RE0g0YrkCgZifTFA1kJUE7cjms=; b=Nc7DyHKKqX0X1BFoWihGEkUL4lSFNhpuLMd/JWrXi1nAzj+OMyeriuEtN1amWjGyvl fWLyTpMwTN65Xm/r0eT6HExUGUe6Gx4B3ExD5LyocAYVVgxSyV5MMlIDtVHQlmI3FU8o 6ACmouSXqTKc+wb42T32/oVmFN3nPf5qgiPnlPZhmefLNawTA+D1MPy3mhLKiaBxbEDE PVv2GFwCyzSip7PZg2vukakTz1i1ZwrRnhrJdssbGrZu+Z+y+QCvDGEi96MY2PZSrzze LPU1OlyiuRC6mVcMhgq8Nhun8iOyPEfugW/k2UfM60oYl3gNrNhlNlPyi7eglf0zWkLI oaHw== MIME-Version: 1.0 X-Received: by 10.50.62.102 with SMTP id x6mr25097528igr.35.1390422348887; Wed, 22 Jan 2014 12:25:48 -0800 (PST) Received: by 10.42.130.134 with HTTP; Wed, 22 Jan 2014 12:25:48 -0800 (PST) Date: Wed, 22 Jan 2014 12:25:48 -0800 Message-ID: Subject: ZFS: pool vs FS From: Chris Stankevitz To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jan 2014 20:25:49 -0000 Please identify any incorrect statements: 1. Filesystems, not pools, can be mounted 2. "zpool create foo /dev/bar" makes new pool called foo 3. (2) does not create a file system 4. After (2), /foo is mounted and ready for writing 5. (4) violates (1) Thank you, Chris