From owner-freebsd-fs@FreeBSD.ORG Thu Dec 30 03:08:36 2010 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 78385106564A for ; Thu, 30 Dec 2010 03:08:36 +0000 (UTC) (envelope-from lwindschuh@googlemail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 41C5E8FC0A for ; Thu, 30 Dec 2010 03:08:35 +0000 (UTC) Received: by iwn39 with SMTP id 39so10813320iwn.13 for ; Wed, 29 Dec 2010 19:08:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=95sfSvm4Cia4t2qBAWS60CnmIlAnP2Nv5IFJ4XnLaeI=; b=naXig4cfLdnIc3vkqpEIDUB2R108XxvAiPu839QqH8GzQTrwIK6i/BkNmMZeN0fjBI ZcmXkv3mRWqcEshgrCeJQIE3gtKCT+/LlI1EDQJLIJNyHXdXKf84k8AGXtD9lygzl+w9 wHLJ9gMmrUUwUUUndQVIW88KnEmT0YwCxgFC4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=R9c4mYNGymgFRGn6lIZw8By+2p1wDSnNCJLLi3ndNe414xPOTJ91RvR6+1DNRW8gqu FH6GIW2Nn6FHmpphUZrKodBIDl9J/mA9PrDfWG2tZjgKqxCCFowDKFfRf3DhXCcTx7ch HwSVr34VZZd9V6ufpdGsIR4uD/YS5ZkDPu8DU= MIME-Version: 1.0 Received: by 10.231.199.76 with SMTP id er12mr15475519ibb.72.1293677075021; Wed, 29 Dec 2010 18:44:35 -0800 (PST) Received: by 10.231.191.69 with HTTP; Wed, 29 Dec 2010 18:44:34 -0800 (PST) In-Reply-To: <4D1B9071.4020403@acm.poly.edu> References: <4D1B9071.4020403@acm.poly.edu> Date: Thu, 30 Dec 2010 03:44:34 +0100 Message-ID: From: Lucius Windschuh To: Boris Kochergin Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-fs@freebsd.org, Jeff Roberson Subject: Re: SUJ doesn't work with GELI? X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2010 03:08:36 -0000 2010/12/29 Boris Kochergin : > Ahoy. I'm having trouble enabling SUJ on a UFS filesystem that lives on top > of a GELI device. The system is an i386 -CURRENT build from December 24th. I > first noticed the problem when it happened with an actual disk, but here is > an example with a memory disk for ease of reproduction: Hi Boris. The problem is, as you may have already noticed, the "non-standard" block size of 4k of the GELI device. If you specify the tradiditional block size of 512 bytes when initializing the GELI provider, it should work. I sent an email to Jeff, the answer on April 27 was: > Thanks for the repro. This is an interesting case. I'll have to slightly rewrite the directory handling code in tunefs but it should not take long. But I forgot to remind Jeff about this issue, as it seems. So I'll try again with this mail... Regards, Lucius