From: Elias Huhsovitz <e.huhsovitz@proxmox.com>
To: pbs-devel@lists.proxmox.com
Cc: Elias Huhsovitz <e.huhsovitz@proxmox.com>
Subject: [PATCH backup-restore-image 1/2] fix #7500: add EROFS filesystem support
Date: Mon, 27 Jul 2026 15:49:24 +0200 [thread overview]
Message-ID: <20260727134925.314289-2-e.huhsovitz@proxmox.com> (raw)
In-Reply-To: <20260727134925.314289-1-e.huhsovitz@proxmox.com>
The file-restore kernel previously lacked support for the Enhanced
Read-Only File System (EROFS). This caused mount failures when users
attempted to restore files from backups.
(For example: Home Assistant OS)
Enable EROFS support, including extended attributes, POSIX ACLs, and the
ZIP decompression framework (LZMA, DEFLATE, and ZSTD).
Signed-off-by: Elias Huhsovitz <e.huhsovitz@proxmox.com>
---
src/config-base | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/src/config-base b/src/config-base
index fcebf07..3d49d2d 100644
--- a/src/config-base
+++ b/src/config-base
@@ -128,6 +128,13 @@ CONFIG_XFS_POSIX_ACL=y
CONFIG_XFS_SUPPORT_V4=y
CONFIG_BTRFS_FS=y
CONFIG_BTRFS_FS_POSIX_ACL=y
+CONFIG_EROFS_FS=y
+CONFIG_EROFS_FS_XATTR=y
+CONFIG_EROFS_FS_POSIX_ACL=y
+CONFIG_EROFS_FS_ZIP=y
+CONFIG_EROFS_FS_ZIP_LZMA=y
+CONFIG_EROFS_FS_ZIP_DEFLATE=y
+CONFIG_EROFS_FS_ZIP_ZSTD=y
CONFIG_F2FS_FS=y
CONFIG_F2FS_FS_XATTR=y
CONFIG_F2FS_FS_POSIX_ACL=y
--
2.47.3
next prev parent reply other threads:[~2026-07-27 13:50 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-27 13:49 [PATCH backup-restore-image 0/2] fix #7500: add EROFS and SquashFS filesystem support Elias Huhsovitz
2026-07-27 13:49 ` Elias Huhsovitz [this message]
2026-07-27 13:49 ` [PATCH backup-restore-image 2/2] add " Elias Huhsovitz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260727134925.314289-2-e.huhsovitz@proxmox.com \
--to=e.huhsovitz@proxmox.com \
--cc=pbs-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.