From owner-freebsd-questions@FreeBSD.ORG Thu Apr 23 09:27:07 2015 Return-Path: Delivered-To: freebsd-questions@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 4606AAA9 for ; Thu, 23 Apr 2015 09:27:07 +0000 (UTC) Received: from mail-wi0-x234.google.com (mail-wi0-x234.google.com [IPv6:2a00:1450:400c:c05::234]) (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 DDA901247 for ; Thu, 23 Apr 2015 09:27:06 +0000 (UTC) Received: by widdi4 with SMTP id di4so208363636wid.0 for ; Thu, 23 Apr 2015 02:27:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=zECIj2b6JIyz9WLXky4t5rR+PIs9oe24KWXSOI1NyUM=; b=AqbIvR8AH+hbiDJ6uLr8n8m+wsFZw5EuHboVfEb/Y6JjV6tuRQhhEe759fXQnpPuIu g5N7XGE4QN3L7664C9yBL30y/cCGSVNADIX8MHrrOyStblYiIKCwSk80IsgHmKsx1Q/t n/WJQS7q5fngroyXQTDHPn6pZ6yV6KPWY6f9nR1ODINhH2e8BIdeFDUZqtN9bdIIBIg3 ewVCDiv0LWXByEnnpp30OhiLeRZLc0aHMqY5e6kEZnt4wYW8L0Fn7AYARdFdikXv4I91 3Te+RYYfyri4FuykS5VaRJ0M51LOEhmqFIaVLdT4ignYICJSyGYxWyLleEO+yNQgmgBx cwRA== MIME-Version: 1.0 X-Received: by 10.180.81.104 with SMTP id z8mr13492189wix.5.1429781225305; Thu, 23 Apr 2015 02:27:05 -0700 (PDT) Sender: fluca1978@gmail.com Received: by 10.194.80.163 with HTTP; Thu, 23 Apr 2015 02:27:05 -0700 (PDT) In-Reply-To: References: Date: Thu, 23 Apr 2015 11:27:05 +0200 X-Google-Sender-Auth: TIANlNYk274rCM6k8IoOLcNuzo0 Message-ID: Subject: Re: ufs snapshot help From: Luca Ferrari To: jungle Boogie Cc: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Apr 2015 09:27:07 -0000 On Thu, Apr 23, 2015 at 6:08 AM, jungle Boogie wrote: > While zfs is the better choice for virtually everything, I can't quite > support it on my old hardware--plus I want to learn the basics. > That is: ZFS is not for good for all! > Following this simple page: > https://www.freebsd.org/doc/handbook/snapshots.html > > # mount -u -o snapshot /var/snapshot/snap /var > mount: /var/snapshot/snap: Invalid argument I suspect you are trying to snapshot a filesystem that does not exist. Do you have a separate filesystem for /var? Luca