On Thu, 26 Aug 2021 10:55:58 +0200 (CEST) jakolineplayer--- via tde-users users@trinitydesktop.org wrote:
Thanks for your help everyone, Trinity is now installed and it's working fine.
My issue right now is that I'm unable to mount my NTFS partition through Konqueror file manager, or Caja file manager, or really any file manager. I get the following error:
Unable to mount this device. Potential reasons include: Improper device and/or user privilege level Corrupt data on storage device Technical details: org.freedesktop.UDisks2.Error.NotAuthorizedCanObtain: Not authorized to perform operation
Any help?
Can you mount it directly from the commandline as root? "mount /dev/[whatever] [mountpoint]"? The reason I ask is that NTFS is not well-supported by the Linux kernel and you may have to install additional packages to get non-kernel support working.
If you can mount it from the command line, your problem is with security mechanisms in udisks and/or dbus, as the error message suggests.
E. Liddell