From owner-freebsd-questions@FreeBSD.ORG Tue Sep 8 22:42:19 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D94451065672 for ; Tue, 8 Sep 2009 22:42:19 +0000 (UTC) (envelope-from miklosovic.freebsd@gmail.com) Received: from mail-fx0-f210.google.com (mail-fx0-f210.google.com [209.85.220.210]) by mx1.freebsd.org (Postfix) with ESMTP id 736E78FC16 for ; Tue, 8 Sep 2009 22:42:19 +0000 (UTC) Received: by fxm6 with SMTP id 6so2867978fxm.43 for ; Tue, 08 Sep 2009 15:42:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=mZfSeBf84fiE6IUJkyvomzDQ2pTCoR7gx+dViN5I9gk=; b=s3CQ9ixyzOZQCFct8EDpiXCRWUkBfIkzRxujPoBWPnA7HLKoQqespS9z0ihxDkKrPK 6MLNEe/sUJoZI0PrHv6LFOGmAGjSe9XM2PDswCsTmXpQ3XRuyNZFec3FlCI+S2OS7vjN YQgFO+kPF8RjRU5R48TZW60Oqqo2hULqM3HT4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=VcOvJqvY3ZyuxnZLvAXR6X/Mz8y+Ne+lZeRqChlII5WNWkrvAZfAKGwnXruhKdCAvo Y7XZwGedr2uneXbpX5Mn9bBsV1ui9C45a4bEco8nVbA+16/M8bsejifYvEAr+ewG7ZQC ei7PB8BFpi5N/0Jm7OQ7Qy6SU1KgHv2Di5BxI= MIME-Version: 1.0 Received: by 10.103.78.22 with SMTP id f22mr7003302mul.14.1252449738057; Tue, 08 Sep 2009 15:42:18 -0700 (PDT) Date: Wed, 9 Sep 2009 00:42:18 +0200 Message-ID: From: Stefan Miklosovic To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: setquota + geli X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Sep 2009 22:42:19 -0000 hi, I would like to set some quotas with setquota on crypted disk with geli, but if I want to do so -> /etc/fstab /dev/ad0s2f.eli /home ufs rw,noatime,userquota,groupquota 2 2 /etc/rc.conf enable_quotas="YES" I can edit quotas by edquota, but with setquota command it is impossible ~# setquota -u -f /dev/ad0s2f.eli -bh10000 stewe setquota : /dev/ad0s2f.eli is not a valid filesystem. does setquota support encrypted disks? what should I do? thank you