X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from maily.danfoss.com (maily.danfoss.com [193.162.34.7]) by lists.alpinelinux.org (Postfix) with ESMTP id A4C5B1EBFFA for ; Tue, 1 Mar 2011 03:33:50 +0000 (UTC) Received: from DKDN04MX62.dkdn04.danfoss.net ([10.6.2.62]) by maily.danfoss.com with Microsoft SMTPSVC(6.0.3790.4675); Tue, 1 Mar 2011 04:33:46 +0100 Received: from dkdn01mx21.danfoss.net ([10.12.129.21]) by DKDN04MX62.dkdn04.danfoss.net with InterScan Message Security Suite; Tue, 01 Mar 2011 04:33:45 +0100 Received: from dkdn01mx25.danfoss.net ([10.12.129.25]) by dkdn01mx21.danfoss.net with Microsoft SMTPSVC(6.0.3790.4675); Tue, 1 Mar 2011 04:33:45 +0100 Received: from DKDN01MX07.danfoss.net ([10.12.25.154]) by dkdn01mx25.danfoss.net with Microsoft SMTPSVC(6.0.3790.4675); Tue, 1 Mar 2011 04:33:45 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message 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="iso-2022-jp" Content-Transfer-Encoding: 7bit Subject: RE: [alpine-devel] Re: [acf] How to install alpine on btrfs Date: Tue, 1 Mar 2011 04:33:29 +0100 Message-ID: <12E1BE9450B64247A164A199754D2F1F05B98C@DKDN01MX07.danfoss.net> In-Reply-To: <20110226155808.32ef06ce@alpinelinux.org> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [alpine-devel] Re: [acf] How to install alpine on btrfs Thread-Index: AcvVzyRSrLdvjHAgRk6txi1PepsvqgB8aRDw References: <12E1BE9450B64247A164A199754D2F1F05B802@DKDN01MX07.danfoss.net> <20110226155808.32ef06ce@alpinelinux.org> From: "Wei Liang(David)" To: "Natanael Copa" Cc: X-OriginalArrivalTime: 01 Mar 2011 03:33:45.0588 (UTC) FILETIME=[78396B40:01CBD7C1] Hi Natanael, Thank you very much for the message. What I just did is to install the btrfs-progs-0.19-r0.apk downloaded from "http://dl-3.alpinelinux.org/alpine/edge/x86/test" ,format my partition as btrfs and mount it under /mnt. I did do this " echo "kernel/fs/btrfs" > /etc/mkinitfs/modules.d/btrfs # add btrfs to features in /etc/mkinitfs/mkinitfs.conf ". But when I type "setup-disk /mnt" ,I got " btrfs is not supported. Only ext2 and ext3 are supported". Does it mean that I need to update some package? Thank you very much again! 敬礼 | Med venlig hilsen | Best regards David Wei -----Original Message----- From: Natanael Copa [mailto:ncopa@alpinelinux.org] Sent: 2011年2月26日 23:58 To: Wei Liang(David) Cc: alpine-devel@lists.alpinelinux.org Subject: [alpine-devel] Re: [acf] How to install alpine on btrfs On Fri, 25 Feb 2011 08:10:03 +0100 "Wei Liang(David)" wrote: > Hi , > I want to install alpine to a very old computer using btrfs > as a VOIP server. I have been searching the internet but no manual > for Alpine linux. Is there any reference for this ? There was a bug in btrfs(?) that caused apk-tools to think it was running on tmpfs. This caused some problems. Might be fixed in 2.6.37 kernel. Generally, you can mount your disk layout on a tmpdir and run setup-disk /your/root/mount Since I dont think the bootloader supports btrfs you'll need /boot on ext3. so if you have a small sda1 with ext3 and a big sda2 with btrfs you are supposed to be able to do: mount -t btrfs /dev/sda2 /mnt mkdir /mnt/boot mount -t ext3 /dev/sda1 /mnt/boot setup-disk /mnt but... I'm not sure if that will work like that. You will also need to make sure that the initrafms has the btrfs kernel module included and gets loaded. So before you run setup-disk /mnt: echo "kernel/fs/btrfs" > /etc/mkinitfs/modules.d/btrfs # add btrfs to features in /etc/mkinitfs/mkinitfs.conf then you run setup-disk /mnt and after you mount it again and edit the extlinux.conf and add btrfs to modules=.... Something like that. Would be nice if you report any bugs if setup-disk fails and write a howto on wiki if you get it running. Thanks! > 敬礼 | Med venlig hilsen | Best regards > David Wei > --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org --- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---