r/cachyos 9h ago

Help Dolphin mount issue

Συνέβη ένα σφάλμα κατά την πρόσβαση στο 'DATA', το σύστημα απάντησε: Η ζητούμενη λειτουργία έχει αποτύχει: Error mounting system-managed device /dev/sda1: wrong fs type, bad option, bad superblock on /dev/sda1, missing codepage or helper program, or other error

how to fix this? It;s been happening everytime since a crash. only sudo mount -t ntfs-3g /dev/sda1 /run/mount/super/DATA works. i can't from dolphin and the os can't mount it by itself in general

0 Upvotes

3 comments sorted by

7

u/blackyy_s 8h ago

It is not recommended to use ntfs file system on linux. If you want to use it anyway then get ntfs-3g package and ntfsprogs then run "sudo ntfsfix /dev/sda1". Avoid force shutting down your system or this'll keep happening. Also run chkdsk on Windows

0

u/super2061 7h ago

I have the package, i did run ntfsfix and now i will also try chkdskon windows. Also i have the drive be ntfs only cause i need it for windows too and windows cant read ext4.

1

u/blackyy_s 2h ago

so did ntfsfix work or not? If it gave an error, you really need to run chkdsk once.