From mboxrd@z Thu Jan 1 00:00:00 1970 From: Trond Myklebust Subject: Re: [PATCH 3/3] Fix problems on multi-TB filesystem and file Date: Fri, 16 Dec 2005 14:57:28 -0500 Message-ID: <1134763048.18635.3.camel@lade.trondhjem.org> References: <000201c60242$318eff70$4168010a@bsd.tnes.nec.co.jp> <2cd57c900512161139n7d738415q@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: Takashi Sato , viro@zeniv.linux.org.uk, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Return-path: Received: from pat.uio.no ([129.240.130.16]:2791 "EHLO pat.uio.no") by vger.kernel.org with ESMTP id S932388AbVLPT5o (ORCPT ); Fri, 16 Dec 2005 14:57:44 -0500 To: Coywolf Qi Hunt In-Reply-To: <2cd57c900512161139n7d738415q@mail.gmail.com> Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Sat, 2005-12-17 at 03:39 +0800, Coywolf Qi Hunt wrote: > That CONFIG_LBD is disabled means the kernel is not capable to attach > a large block device, whether through network or locally attached. So > in order to use a large network filesystem, simply enable LBD instead. > Don't bother to bring unnecessary overheads. It may surprise you to learn that not all network filesystems are block based. NFS has no truck with CONFIG_LBD at all. Cheers, Trond