| Summary: | Should be able to set the init_table=0 option | ||
|---|---|---|---|
| Product: | [Applications] partitionmanager | Reporter: | deco33000 |
| Component: | general | Assignee: | Andrius Štikonas <andrius> |
| Status: | REPORTED --- | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Debian testing | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
deco33000
2025-02-16 09:56:17 UTC
Hmm, right now kpmcore library supports optional "Features" and we have some of them https://invent.kde.org/system/kpmcore/-/blob/master/src/fs/ext2.cpp?ref_type=heads#L53 lazy_itable_init and lazy_journal_init are not there but we could easily add them. The problem for now is that it " File system Features" not exposed in GUI in partitionmanager itself. I've added those two features to ext2.cpp though for now that is not exposed yet in partition manager UI. (In reply to Andrius Štikonas from comment #2) > I've added those two features to ext2.cpp though for now that is not exposed > yet in partition manager UI. That's great! Thanks 👍 |