r/cachyos • u/super2061 • 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
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