From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-x243.google.com (mail-wm0-x243.google.com [IPv6:2a00:1450:400c:c09::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id A4C8E81C5C for ; Tue, 22 Nov 2016 08:59:23 -0800 (PST) Received: by mail-wm0-x243.google.com with SMTP id u144so5121575wmu.0 for ; Tue, 22 Nov 2016 08:59:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=O/x5gol8dxEs4j9ApDKbXKMLdErdzapyv7+8H/K/IbQ=; b=EyAuvh08g7jy24+oMJ/SXoVwyF7GsRgpHp0LupvXpU7ipLX7qeCB1YAGPfpncCSewa sAUx3Bw4OQmIrwhQJ6HkH+otOmuL6S3NovZcZUyISz2XGzkYzDiaCHK9KnvbBe0vz+uN hnA0i4j2hmQvTR0JXCdpHAxjeamuqQAFW5NXPnqUBnxIwJlOrdSDwI5GpPWbCshSFiRm 4G6JLCNlaPMupRAq8VhozkBCVA3KOsQLEpuzi68jc4toVE1UWQtWr2f33rVd0VCn3hJ4 DPk5y3nX6Rry9jq8Z6ejtnyNsOqxuo0ZeA/tekyw20oq6iNFMAIjuGLSG+JoxiANIXMx MRzw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=O/x5gol8dxEs4j9ApDKbXKMLdErdzapyv7+8H/K/IbQ=; b=N3z9eXKVLspp0Sw61R5ZfbvhHNJ0EIru+SnGQPr2sgtWmWxHhncavF4nWxdKv6O+mt Gt5Ezy9FloNctNoy1locQzezqwAk1Taak0otABFKl+hONYNdjjTg9tl2H0HLH7hQtIWd uO3q2Qxql+wZLY3pFJ18PZDQ6lPMcxUfQYWXyXQ9OYiTBhZNC5/AeDeD8T/4XlpskLno xYr/fP280ywx4OWak886840x5qT0mN6Ub4sNrfGiSrY/asw8nt8hKKFJinvnGbWFcFmJ 2YI599adQngjdfLBHTIgSN+u1Oiabh9hn6HKYtl9x0zoWaa42J1sb7D64Ywj8WjhiVxo JJBQ== X-Gm-Message-State: AKaTC01qTBGQyxB5n8xOLvJvvhrkcOsvOcZZDhw8/PamrOvXBlNQpzFL15FkOn39aOnVK7n3Ec/5mBXuYj8ovw== X-Received: by 10.28.109.156 with SMTP id b28mr3454121wmi.116.1479833962190; Tue, 22 Nov 2016 08:59:22 -0800 (PST) MIME-Version: 1.0 Received: by 10.80.140.134 with HTTP; Tue, 22 Nov 2016 08:59:21 -0800 (PST) In-Reply-To: References: <2ee033d3-bf24-6710-3f72-14bd0e6dfed9@akeo.ie> From: Michael Zimmermann Date: Tue, 22 Nov 2016 17:59:21 +0100 Message-ID: To: Rebecca Cran Cc: Pete Batard , Marcin Wojtas , edk2-devel-01 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:59:24 -0000 Content-Type: text/plain; charset=UTF-8 I wouldn't call this a stable implementation atm but I've ported all filesystems supported by the linux kernel(ntfs, ext2/3/4, f2fs, ...) including write support to UEFI using the LKL(Linux Kernel Library) project. https://github.com/efidroid/uefi_apps_LKL Thanks Michael On Tue, Nov 22, 2016 at 5:41 PM, Rebecca Cran wrote: > On 11/22/16 9:19 AM, Pete Batard wrote: >> >> Hi Marcin, >> >> I can't speak for EDK2 integration plans, but as far as side-projects >> are concerned, I have been porting the various GRUB *read-only* file >> systems into standalone UEFI drivers. This includes an ext2/3/4 driver >> if you are interested (and you can live without write support). >> >> Please see http://efi.akeo.ie/ as well as the github project at >> https://github.com/pbatard/efifs. > > > Pete, > > Have you seen the UEFI filesystem drivers from the rEFInd project, at > https://sourceforge.net/p/refind/code/ci/master/tree/filesystems/ ? > > -- > Rebecca > > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel