From mboxrd@z Thu Jan 1 00:00:00 1970 From: Miklos Szeredi Subject: Re: Unionmount status? Date: Thu, 14 Apr 2011 11:40:28 +0200 Message-ID: References: <4DA4B6A8.7030804@gmail.com> <4DA5DCB8.3040101@gmail.com> <4DA5F569.9020309@gmail.com> <1302756608.2854.10.camel@perseus.themaw.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: Ian Kent , Ric Wheeler , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, David Howells , Jeff Moyer , Christoph Hellwig To: Michal Suchanek Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Thu, Apr 14, 2011 at 11:32 AM, Michal Suchanek wrote: > I guess overlayfs includes the better part of unionmount and achieves > similar level of functionality in much smaller code size and is > actively developed. > > This might make it the best candidate for inclusion so far. > > It does not (yet?) support NFS which is one of the options commonly > used with union solutions, though. NFS is supported as a lower (read-only) layer, but not as an upper (read-write) layer. Thanks, Miklos