public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [RFC PATCH backup-restore-image] enable the codepage 437 for FAT filesystems
@ 2025-04-10 10:50 Dominik Csapak
  2025-04-10 11:24 ` Fabian Grünbichler
  0 siblings, 1 reply; 5+ messages in thread
From: Dominik Csapak @ 2025-04-10 10:50 UTC (permalink / raw)
  To: pve-devel

This enables mounting fat32 formatted volumes, since codepage 437 is the
default when mounting such volumes. (E.g. this also allows mounting EFI
partitions)

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
---
stumbled upon this while doing file restore tests

Not sure if we just want to enable this one codepage or more. In our
normal kernel build, this is enabled by default (and marked as such),
and the others are built as modules.

 src/config-base | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/config-base b/src/config-base
index 1581b09..edd95c1 100644
--- a/src/config-base
+++ b/src/config-base
@@ -102,6 +102,7 @@ CONFIG_SYSFS=y
 CONFIG_NLS=y
 CONFIG_NLS_UTF8=y
 CONFIG_NLS_ISO8859_1=y
+CONFIG_NLS_CODEPAGE_437=y
 CONFIG_MSDOS_PARTITION=y
 CONFIG_EFI_PARTITION=y
 CONFIG_FILE_LOCKING=y
-- 
2.39.5



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


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

end of thread, other threads:[~2025-04-10 11:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-04-10 10:50 [pve-devel] [RFC PATCH backup-restore-image] enable the codepage 437 for FAT filesystems Dominik Csapak
2025-04-10 11:24 ` Fabian Grünbichler
2025-04-10 11:41   ` Dominik Csapak
2025-04-10 11:44     ` Fabian Grünbichler
2025-04-10 11:47     ` Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal