From owner-freebsd-questions@FreeBSD.ORG Sat Dec 15 19:35:09 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 57FA416A417 for ; Sat, 15 Dec 2007 19:35:09 +0000 (UTC) (envelope-from elrap@web.de) Received: from fmmailgate01.web.de (fmmailgate01.web.de [217.72.192.221]) by mx1.freebsd.org (Postfix) with ESMTP id 1B44113C442 for ; Sat, 15 Dec 2007 19:35:09 +0000 (UTC) (envelope-from elrap@web.de) Received: from smtp05.web.de (fmsmtp05.dlan.cinetic.de [172.20.4.166]) by fmmailgate01.web.de (Postfix) with ESMTP id DAA54BD172EC; Sat, 15 Dec 2007 20:35:07 +0100 (CET) Received: from [84.152.165.70] (helo=freebsdangel.de) by smtp05.web.de with asmtp (WEB.DE 4.108 #208) id 1J3cmx-0006Ws-00; Sat, 15 Dec 2007 20:35:07 +0100 Message-ID: <47642CB5.5070906@web.de> Date: Sat, 15 Dec 2007 20:36:21 +0100 From: Tino Engel User-Agent: Thunderbird 2.0.0.6 (X11/20071110) MIME-Version: 1.0 To: Frank Staals References: <4763C9B4.4010902@gmx.net> In-Reply-To: <4763C9B4.4010902@gmx.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: elrap@web.de X-Sender: elrap@web.de X-Provags-ID: V01U2FsdGVkX19knPrEUDKNke8pmHaZsPhXlAEcZwlZmckQZAXR 5g384p8NUKjmOB25Il9PyDnellu0lyR3PbxlC95V1l9UDu6iPp VlOEZX3w4= Cc: questions@FreeBSD.org Subject: Re: Distributing directory over multiple discs ? 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: Sat, 15 Dec 2007 19:35:09 -0000 Frank Staals schrieb: > Since one of my discs is filling up rather quickly (Say disc A ) while > an other one stays quite empty (say disc B ) I would like to > distribute the content of a directory on disc A over both A and B. I > know I can simply move some of the files over to a sperate directory > on disc B but is is possible to somehow merge the 2 ? So for example > if I would do an ls in discA/dir I would also see the files that are > stored on discB/an/other/dir ? And off-course if this is possible how > can I acchieve something like that > > Regards, > I think on debian it used to be (or it is, dunno, I use freebsd now) possible to mount 2 filesystems on one mount point. the OS then took care of assigning the space. Well, I do not want to try it on my system though...