https://bugs.kde.org/show_bug.cgi?id=364476
Bug ID: 364476 Summary: partitionmanager can't identify iso9660 partition Product: partitionmanager Version: 1.2.1 Platform: Kubuntu Packages OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: andr...@stikonas.eu Reporter: skierp...@gmail.com I'm running KDE Frameworks 5.22.0 & QT 5.5.1 from the KDE backport PPA on Kubuntu 16.04. I inserted a SanDisk USB flash drive I had partitioned a few years ago in Ubuntu and mounted its partitions from the plasma panel's Device Notifier, which showed one as "Ubuntu 14.04 LTS amd64". Then I ran KDE Partition Manager and clicked on the SanDisk Ultra. It showed up as /dev/sdg, with /dev/sdg1's type as "unknown" But /etc/mtab displays the partition as /dev/sdg1 /media/skierpage/Ubuntu\04014.04\040LTS\040amd64 iso9660 ro,nosuid,nodev,relatime,uid=1000,gid=1000,iocharset=utf8,mode=0400,dmode=0500 0 0 and `df -T` agrees it's an iso9660 file system. This isn't an obscure file system, so it would be nice if partitionmanager knew about it. Reproducible: Always Steps to Reproduce: 1. Create an iso9661 partition on a USB, probably by dd-ing an CD-ROM image 2. Insert the USB flash drive 3. Open it in KDE Partition Manager Actual Results: partitionmanager displays Type as "unknown". Expected Results: /etc/mtab and `df -t`knows it's an iso9661 partition, so should partitionmanager. Although partitionmanager doesn't know the type, it can tell that (in my case) 964.00 MiB are Used, so it is using some API to get information about the partition. Its Log Output includes "Using backend plugin: pmlibpartedbackendplugin (1)" so maybe the problem lies in that. I have libparted2 Version: 3.2-15 installed. -- You are receiving this mail because: You are watching all bug changes.