All of lore.kernel.org
 help / color / mirror / Atom feed
* is possible allow GRUB to mount ext4/f2fs filesystems that have the casefold feature?
@ 2021-12-27  5:36 youling 257
  2021-12-27  7:22 ` Mihai Moldovan
  0 siblings, 1 reply; 2+ messages in thread
From: youling 257 @ 2021-12-27  5:36 UTC (permalink / raw)
  To: grub-devel

[-- Attachment #1: Type: text/plain, Size: 251 bytes --]

now, linux kernel ext4/f2fs filesystem can support casefold. i used this
commond to format ext4 filesystem.

mkfs.ext4 -F -O 64bit -L '' -E encoding=utf8 '/dev/block/nvme1n1p1'

but grub can't found vmlinuz and initrd.img on casefold ext4 filesystem.

[-- Attachment #2: Type: text/html, Size: 386 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: is possible allow GRUB to mount ext4/f2fs filesystems that have the casefold feature?
  2021-12-27  5:36 is possible allow GRUB to mount ext4/f2fs filesystems that have the casefold feature? youling 257
@ 2021-12-27  7:22 ` Mihai Moldovan
  0 siblings, 0 replies; 2+ messages in thread
From: Mihai Moldovan @ 2021-12-27  7:22 UTC (permalink / raw)
  To: The development of GNU GRUB, youling 257


[-- Attachment #1.1: Type: text/plain, Size: 612 bytes --]

* On 12/27/21 6:36 AM, youling 257 wrote:
> now, linux kernel ext4/f2fs filesystem can support casefold. i used this commond
> to format ext4 filesystem.
> 
> mkfs.ext4 -F -O 64bit -L '' -E encoding=utf8 '/dev/block/nvme1n1p1'
> 
> but grub can't found vmlinuz and initrd.img on casefold ext4 filesystem.

Since casefolding is an INCOMPAT feature (c.f.,
https://elixir.bootlin.com/linux/latest/source/fs/ext4/ext4.h#L2034 ), and grub
does not implement that feature, grub will not be able to read such a file system.

Feel free to implement the feature, patches welcome and the like.



Mihai


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 840 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-12-27  7:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-27  5:36 is possible allow GRUB to mount ext4/f2fs filesystems that have the casefold feature? youling 257
2021-12-27  7:22 ` Mihai Moldovan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.