From mboxrd@z Thu Jan 1 00:00:00 1970 From: Valerie Aurora Subject: Re: UnionMount status? Date: Tue, 17 Aug 2010 15:51:24 -0400 Message-ID: <20100817195124.GD5556@shell> References: <20100319180358.GA3771@shell> <20100714193053.GC29189@shell> <20100810165226.GD5479@shell> <20100816185159.GA7112@shell> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel@vger.kernel.org To: Michal Suchanek Return-path: Received: from mx1.redhat.com ([209.132.183.28]:46673 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751221Ab0HQTvb (ORCPT ); Tue, 17 Aug 2010 15:51:31 -0400 Content-Disposition: inline In-Reply-To: Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Tue, Aug 17, 2010 at 04:31:48PM +0200, Michal Suchanek wrote: > On 17 August 2010 14:03, Michal Suchanek wrote: > > On 16 August 2010 20:52, Valerie Aurora wrote: > >> > >> Thanks for attaching your .config. ??CONFIG_UNION_MOUNT wasn't set: > >> > >> # CONFIG_UNION_MOUNT is not set > >> > >> Try rebuilding with that on. ??Yes, it should build without > >> CONFIG_UNION_MOUNT and I'll test that for next release. > >> > >> -VAL > >> > > > > Sorry, I thought I enabled it. > > > > Anyway, I changed that option in the config but it still does not build. > > > > OK, a build without the ext2 filesystem works. > > Now when I try to mount the filesystem I get: > > (initramfs) mount_full -t tmpfs -o union tmpfs /root > [ 43.403419] tmpfs: No value for mount option > 'union' > mount: wrong fs type, bad option, bad superblock > on tmpfs, > missing codepage or helper program, or other error > (for several filesystems (e.g. nfs, cifs) you might > need a /sbin/mount. helper program) > In some cases useful info is found in syslog - try > dmesg | tail or so > > I wonder if the docs are out of date. They suggest to only add -o union. > > I think it used to work, I recycled the scripts that produced the > halfway-booting system last time. Hm, does mount_full call the new mount binary built from the union mounts util-linux-ng git tree? You can find the git tree here: http://valerieaurora.org/union/ -VAL