Bug 454140 - partitionmanager fails to detect support tools on alpine linux 3.15
Summary: partitionmanager fails to detect support tools on alpine linux 3.15
Status: RESOLVED DOWNSTREAM
Alias: None
Product: partitionmanager
Classification: Applications
Component: general (other bugs)
Version First Reported In: 21.08.3
Platform: Other Linux
: NOR major
Target Milestone: ---
Assignee: Andrius Štikonas
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-05-21 11:03 UTC by ada
Modified: 2022-05-21 11:30 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ada 2022-05-21 11:03:07 UTC
SUMMARY
***

STEPS TO REPRODUCE
1. install alpine linux sys install
2. setup xorg, install kde-plasma, e2fsprogs etc
3. install partition manager
4. parititionmanager fails to detect filesystem tools

OBSERVED RESULT
Filesystem support tools not detected.

At least ntfs-3g & e2fsprogs weren't detected rendering partitionmanager unsuable.

EXPECTED RESULT
Filesystem support tools detected.


SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Alpine Linux 3.15.4, 5.15.50-0-lts
(available in About System)
KDE Plasma Version: 5.23.5
KDE Frameworks Version:  5.88.0
Qt Version: 5.15.3

ADDITIONAL INFORMATION
```
$ apk info | grep -E "e2fsprogs|ntfs"
e2fsprogs-libs
e2fsprogs
ntfs-3g-libs
ntfs-3g
```
---
Popup shows:

No support tools were found for file systems currently present on hard disks in this computer:
Partition
File System
Support Tools
URL
/dev/sdb2
ntfs
ntfs-3g
https://www.tuxera.com/community/open-source-ntfs-3g/
/dev/sdc2
ext4
e2fsprogs
http://e2fsprogs.sf.net

As long as the support tools for these file systems are not installed you will not be able to modify them. 
You should find packages with these support tools in your distribution's package manager.
---
Comment 1 Andrius Štikonas 2022-05-21 11:30:03 UTC
Please report this to alpine linux bug tracker. This looks like packaging issue.