From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from muon.cran.org.uk (muon.bluestop.org [74.50.51.35]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 4A55681C97 for ; Tue, 22 Nov 2016 08:40:45 -0800 (PST) Received: from muon.bluestop.org (localhost [127.0.0.1]) by muon.cran.org.uk (Postfix) with ESMTP id BEC9732B97; Tue, 22 Nov 2016 16:40:44 +0000 (UTC) Received: from muon.cran.org.uk ([127.0.0.1]) by muon.bluestop.org (muon.bluestop.org [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 1QGQWvF8kWwb; Tue, 22 Nov 2016 16:40:44 +0000 (UTC) Received: from My-MBP.int.bluestop.org (c-73-20-20-155.hsd1.ut.comcast.net [73.20.20.155]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA; Tue, 22 Nov 2016 16:40:44 +0000 (UTC) To: Marcin Wojtas , edk2-devel-01 References: From: Rebecca Cran Message-ID: <94758052-4026-0b2b-3ec7-687cc4ba98bb@bluestop.org> Date: Tue, 22 Nov 2016 09:40:43 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:45.0) Gecko/20100101 Thunderbird/45.5.0 MIME-Version: 1.0 In-Reply-To: Subject: Re: EXT FS support X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Nov 2016 16:40:45 -0000 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit On 11/22/16 8:25 AM, Marcin Wojtas wrote: > Hello everyone, > > Is there any plan of adding EXT filesystem support to EDK2? If not > officially is there a chance that it exists on some old branch, or in > any side project? The rEFInd boot manager (http://www.rodsbooks.com/refind) has drivers for several filesystems including EXT and NTFS. From http://www.rodsbooks.com/refind/drivers.html : "As described in the next section, Selecting an EFI Driver [http://www.rodsbooks.com/refind/drivers.html#selecting], drivers for ext2fs, ext3fs, ext4fs, ReiserFS, Btrfs, and a few non-native filesystems come with rEFInd." -- Rebecca