From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Braun Date: Thu, 13 Dec 2012 12:32:23 +0100 Subject: [Buildroot] Getting It into Compact Flash In-Reply-To: <000301cdd91f$572b9520$0582bf60$@co.uk> References: <000901cdd883$889a6e70$99cf4b50$@co.uk> <20121212162225.GA15887@mail.sceen.net> <20121212204922.GA1265@mail.sceen.net> <000301cdd91f$572b9520$0582bf60$@co.uk> Message-ID: <20121213113223.GA13939@mail.sceen.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On Thu, Dec 13, 2012 at 10:48:07AM -0000, Ted Wood wrote: > Would I be correct in thinking that the kernel is only configured for ext3, > vfat, msdos and iso9600 file systems? > And it is therefore not recognising the the ext2 FS generated by Buildroot? Ah yes, likely. Use make linux-menuconfig, go check that, and I suggest you use ext4 with ext2/ext3 support if your kernel is recent enough (>= 2.6.35 iirc), so you just have one option to rule them all and don't waste more time on this issue. -- Richard Braun