From mboxrd@z Thu Jan 1 00:00:00 1970 From: Miklos Szeredi Subject: Re: Unionmount status? Date: Fri, 15 Apr 2011 13:31:26 +0200 Message-ID: References: <4DA4B6A8.7030804@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: Jiri Kosina , Ric Wheeler , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, David Howells , Ian Kent , 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 Fri, Apr 15, 2011 at 1:22 PM, Michal Suchanek = wrote: > On 14 April 2011 10:38, Miklos Szeredi wrote: >> On Wed, Apr 13, 2011 at 5:13 PM, Michal Suchanek wrote: >>> On 13 April 2011 16:18, Jiri Kosina wrote: >>>> https://lkml.org/lkml/2011/3/22/222 >>>> >>> >>> Thanks for pointing out this announcement. >>> >>> However, neither this announcement nor the document >>> Documentation/filesystems/overlayfs.txt included in the git tree >>> details how to mount the filesystem. Without that it is kind of >>> useless. >> >> Oh, I'll fix that in the docs. =C2=A0Thanks for pointing it out. >> >> Here's how to mount: >> >> =C2=A0mount -t overlayfs overlayfs -olowerdir=3D/lower -oupperdir=3D= /upper /overlay >> > > OK, I built a small live CD with the v7 patch and I can boot it but I > get errors like > > Cleaning up temporary files... > [ =C2=A0 =C2=A0nn.nnnnnn] overlayfs: ERROR - failed to whiteout 'motd= ' > find: cannot delete `./motd': Operation not supported What is the upper filesystem type? Is xattr support enabled? Thanks, Miklos