From mboxrd@z Thu Jan 1 00:00:00 1970 From: hooanon05@yahoo.co.jp Subject: Re: [RFC 1/2] AUFS: merging/stacking several filesystems Date: Thu, 03 Apr 2008 15:56:24 +0900 Message-ID: <8116.1207205784@jrobl> References: <7016.1207113135@jrobl> <47F3A217.1050003@slax.org> Cc: linux-fsdevel@vger.kernel.org To: Tomas M Return-path: Received: from vsmtp04.dti.ne.jp ([202.216.231.139]:46783 "EHLO vsmtp04.dti.ne.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757642AbYDCG4b (ORCPT ); Thu, 3 Apr 2008 02:56:31 -0400 In-Reply-To: <47F3A217.1050003@slax.org> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Thanx Tomas, Tomas M: > - AuFS provides a list of branches through /sys, which doesn't have the limitation like /proc/mounts. For that reason, it works correctly even with thousand of branches (while so much branches would break /proc/mounts at all). Strictly speaking, it is not a limitaion of /proc/mounts but mount(8) or /etc/mtab. I corrected the aufs document and myself a few weeks ago. Junjiro Okajima