| Summary: | partitionmanager can't identify iso9660 partition | ||
|---|---|---|---|
| Product: | [Applications] partitionmanager | Reporter: | skierpage <info> |
| Component: | general | Assignee: | Andrius Štikonas <andrius> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | ||
| Priority: | LO | ||
| Version First Reported In: | 1.2.1 | ||
| Target Milestone: | --- | ||
| Platform: | Kubuntu | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/kpmcore/5a83e741cb1af5e2a8130dd7b539de3b1fd8296b | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
skierpage
2016-06-18 23:02:19 UTC
Changing to wishlist. Detection support might be nice but I don't think anything else would be possible (e.g. resize). Looks like Gparted also doesn't support it. Git commit 5a83e741cb1af5e2a8130dd7b539de3b1fd8296b by Andrius Štikonas. Committed on 08/09/2017 at 10:42. Pushed by stikonas into branch 'master'. Add support for detecting ISO9660 file systems. M +2 -0 src/fs/CMakeLists.txt M +3 -1 src/fs/filesystem.cpp M +2 -1 src/fs/filesystem.h M +3 -0 src/fs/filesystemfactory.cpp A +28 -0 src/fs/iso9660.cpp [License: GPL (v3+)] A +43 -0 src/fs/iso9660.h [License: GPL (v3+)] M +1 -0 src/plugins/libparted/libpartedbackend.cpp M +2 -1 src/plugins/libparted/libpartedpartitiontable.cpp https://commits.kde.org/kpmcore/5a83e741cb1af5e2a8130dd7b539de3b1fd8296b |