You are not logged in.

#1 2024-05-28 17:37:17

Funny0facer
Member
From: Germany
Registered: 2022-12-03
Posts: 158

KDE partitionmanager does not recognize partition table

Hi,
KDE Partition Manager does not recognize the partition table of a specific usb stick.

lsblk -f

NAME        FSTYPE  FSVER            LABEL       UUID                                 FSAVAIL FSUSE% MOUNTPOINTS
...
...                                                                                     
sdb                                                                                                  
├─sdb1      exfat   1.0              Ventoy      D074-E105                                           
└─sdb2      vfat    FAT16            VTOYEFI     3925-9DE7                                           
...
...

I can mount both partitions without problem.

when I start partitionmanager (LC_ALL=C partitionmanager) in the terminal, this is the output:

Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
If this causes problems, reconfigure your locale. See the locale(1) manual
for more information.
Loaded backend plugin:  "pmsfdiskbackendplugin"
"Using backend plugin: pmsfdiskbackendplugin (1)"
"Scanning devices..."
"Device found: CT2000P3SSD8"
getting temp failed for  "/dev/nvme0n1" :  No such file or directory
getting powered on time failed for  "/dev/nvme0n1" :  No such file or directory
getting power cycles failed for  "/dev/nvme0n1" :  No such file or directory
"Device found: MKNSSDTR1TB-3D"
"Device found: SanDisk 3.2Gen1"
smartctl initialization failed for  "/dev/sdb" :  No such file or directory
error during smart output parsing for  "/dev/sdb" :  No such file or directory
unknown file system type  "dos"  on  "/dev/sdb"
"Device found: Ultra USB 3.0"
smartctl initialization failed for  "/dev/sdc" :  No such file or directory
error during smart output parsing for  "/dev/sdc" :  No such file or directory
"Scan finished."

LC_ALL=C sudo pacman -Qi exfatprogs dosfstools partitionmanager

Name            : exfatprogs
Version         : 1.2.3-1
Description     : exFAT filesystem userspace utilities for the Linux Kernel exfat driver
Architecture    : x86_64
URL             : https://github.com/exfatprogs/exfatprogs
Licenses        : GPL2
Groups          : None
Provides        : exfat-utils
Depends On      : glibc
Optional Deps   : None
Required By     : None
Optional For    : kpmcore  libblockdev-fs  udisks2
Conflicts With  : exfat-utils
Replaces        : None
Installed Size  : 190.14 KiB
Packager        : Frederik Schwan <freswa@archlinux.org>
Build Date      : Thu May 23 11:00:30 2024
Install Date    : Tue May 28 17:30:39 2024
Install Reason  : Explicitly installed
Install Script  : No
Validated By    : Signature

Name            : dosfstools
Version         : 4.2-3
Description     : DOS filesystem utilities
Architecture    : x86_64
URL             : https://github.com/dosfstools/dosfstools
Licenses        : GPL3
Groups          : None
Provides        : None
Depends On      : glibc
Optional Deps   : None
Required By     : None
Optional For    : grub  kpmcore  libblockdev-fs  udisks2
Conflicts With  : None
Replaces        : None
Installed Size  : 408.68 KiB
Packager        : Felix Yan <felixonmars@archlinux.org>
Build Date      : Tue Dec 27 15:04:01 2022
Install Date    : Tue May 28 17:49:17 2024
Install Reason  : Explicitly installed
Install Script  : No
Validated By    : Signature

Name            : partitionmanager
Version         : 24.05.0-1
Description     : A KDE utility that allows you to manage disks, partitions, and file systems
Architecture    : x86_64
URL             : https://apps.kde.org/partitionmanager/
Licenses        : GPL-2.0-or-later
Groups          : kde-applications  kde-system
Provides        : None
Depends On      : gcc-libs  glibc  kcolorscheme  kconfig  kconfigwidgets  kcoreaddons  kcrash  kdbusaddons  ki18n  kio  kpmcore  kwidgetsaddons  kwindowsystem  kxmlgui
                  polkit-qt6  qt6-base
Optional Deps   : None
Required By     : None
Optional For    : None
Conflicts With  : None
Replaces        : None
Installed Size  : 6.34 MiB
Packager        : Antonio Rojas <arojas@archlinux.org>
Build Date      : Tue May 21 22:23:13 2024
Install Date    : Sun May 26 10:53:26 2024
Install Reason  : Explicitly installed
Install Script  : No
Validated By    : Signature

When I use partitionmanager in my fedora live environment, it works fine.
I appreciate any hint, thanks!

Offline

#2 2024-06-08 11:03:51

aldolat
Member
Registered: 2022-07-15
Posts: 14

Re: KDE partitionmanager does not recognize partition table

I just noticed that KDE Partition Manager (KPM) does not recognize DOS partition tables, but only GPT.
In the GUI it shows the disk without any partition inside it, while Gparted shows all the partitions correctly.

Starting KPM from a terminal, it says:

...
unknown file system type  "dos"  on  "/dev/sda"
...
unknown file system type  "dos"  on  "/dev/sdb"

sda and sdb are my root and home respectively.

Same thing when inserting a USB stick with a DOS partition table.

When using an external USB disk with a GPT partition table, it says "Scan complete" (or something, I use another language than English).

Clearly, all these devices (DOS and GPT) work perfectly.

Offline

Board footer

Powered by FluxBB