X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail.wtbts.no (mail.wtbts.no [213.234.126.131]) by lists.alpinelinux.org (Postfix) with ESMTP id 24CB01EBFEF for ; Thu, 30 Dec 2010 20:41:37 +0000 (UTC) Received: from localhost (bsna.nor.wtbts.net [127.0.0.1]) by mail.wtbts.no (Postfix) with ESMTP id 5ECBBAE4002; Thu, 30 Dec 2010 20:41:37 +0000 (UTC) X-Virus-Scanned: Yes Received: from mail.wtbts.no ([127.0.0.1]) by localhost (bsna.nor.wtbts.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TEEB-YKlJHNd; Thu, 30 Dec 2010 20:41:36 +0000 (UTC) Received: from mail.ytre.org (extmail.nor.wtbts.net [10.65.72.14]) by mail.wtbts.no (Postfix) with ESMTP id 6ABF0AE4001; Thu, 30 Dec 2010 20:41:36 +0000 (UTC) Received: from mail.ytre.org (localhost [127.0.0.1]) by mail.ytre.org (Postfix) with ESMTP id 3877060A89E56; Thu, 30 Dec 2010 20:41:36 +0000 (UTC) Received: from localhost (unknown [10.65.96.33]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: ncopa@ytre.org) by mail.ytre.org (Postfix) with ESMTPSA id 1660A60A89E52; Thu, 30 Dec 2010 20:41:35 +0000 (UTC) Date: Thu, 30 Dec 2010 20:41:30 +0000 From: Natanael Copa To: "Matt Smith" Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] [PATCH] testing/next3-{grsec,vserver}: new aport Message-ID: <20101230204130.025cc72b@alpinelinux.org> In-Reply-To: <1293518388.914132154@192.168.2.227> References: <1293518388.914132154@192.168.2.227> X-Mailer: Claws Mail 3.7.8 (GTK+ 2.22.1; i686-pc-linux-gnu) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP On Tue, 28 Dec 2010 00:39:48 -0600 (CST) "Matt Smith" wrote: ... > - Added 'next3' to the 'features=' line > of /etc/mkinitfs/mkinitfs.conf, eg: features="ata base bootchart > cdrom cramfs ext2 ext3 ext4 next3 floppy raid scsi usb virtio" ... > But I have a problem: > It attempts to mount the root partition as ext3 which semi-fails, > mounting it as ext3/read-only, when it should be mounting it as > next3/read-write. > > From there, I've tried the following and variations of it: > # mount -t next3 -o remount,rw /dev/sda3 / > > I forget the error messages, but this doesn't work either. > > Any ideas what I'm doing wrong? sorry late answer. try remove ext[2-4] from /etc/mkinifs/mkinitfs.conf and regenerate the initramfs image. I suspect kernel mounts with first best matching filesystem which happens to be ext3. If next3 is the only it might pick the correct one. btw, i have some fixes for initramfs-init comming up for running root on lvm on (software) raid. (my desktop does that now) -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---