https://bugs.kde.org/show_bug.cgi?id=484410
Bug ID: 484410
Summary: Partition Manager fails to mount NTFS partitions with
kernel 6.8
Classification: Applications
Product: partitionmanager
Version: 24.02.1
Platform: Manjaro
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Created attachment 167714
--> https://bugs.kde.org/attachment.cgi?id=167714&action=edit
Partition Manager fails to mount NTFS partitions with kernel 6.8
With kernel 6.8, it seems ntfs3 is the default driver for NTFS, but mounting an
NTFS partition with mount command using ntfs3 driver requires it to specify
type like this
mount -t ntfs3 /dev/sda2 /mnt/0A36AFE336AFCE4F
even type auto in /etc/fstab should be changed to ntfs3 to support auto
mounting at boot. And also change udisk2 automount options for storage devices
to prioritize ntfs3.
but Partition Manager seems to be using
mount --verbose /dev/sda2 /mnt/0A36AFE336AFCE4F
which fails to succeed.
Operating System: Manjaro Linux
KDE Plasma Version: 6.0.2
KDE Frameworks Version: 6.0.0
Qt Version: 6.6.2
Kernel Version: 6.8.1-2-MANJARO (64-bit)
Graphics Platform: Wayland
--
You are receiving this mail because:
You are watching all bug changes.