Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [EN] Partition needs rootpassword  (Read 2988 times)

Offline tct123

  • Newbie
  • Posts: 3
[EN] Partition needs rootpassword
« on: 2023/09/26, 01:09:06 »
Hello, I have a problem with a partition. Every time I try to access the partition, it requires an admin password. After typing it in, it shows “An error occurred while accessing 'PARTITIONNAME', the system responded: The requested operation has failed: Error mounting /dev/devicepartition at /media/username/PARTITIONNAME: wrong fs type, bad option, bad superblock on /dev/devicepartition, missing codepage or helper program, or other error
”. I use Siduction (64 bit) with KDE Plasma desktop. The filesystem is ntfs.
Kernel: 6.5.4-1-siduction-amd64.

Offline edlin

  • User
  • Posts: 542
Re: Partition needs rootpassword
« Reply #1 on: 2023/09/26, 01:57:51 »
Try
Code: [Select]
ntfsfix -b -d /dev/PARTITION
edlin
Der Kluge lernt aus allem und von jedem,
der Normale aus seinen Erfahrungen
und der Dumme weiß alles besser.

Sokrates

Offline tct123

  • Newbie
  • Posts: 3
Re: Partition needs rootpassword
« Reply #2 on: 2023/09/26, 02:23:28 »
Thanks, it worked :) but with sudo.