Can't load internal disk sata

I’ve installed cachy on nvmne disk in my pc. There is another mechanical disk on my computer and the problem is that I can’t load it. I see it on applicaton disks and I see it in the application file too. But when I try to load there is an error. Help

is it ntfs by chance ?
if yes, unmount them first
install ntfsprogs

sudo pacman -Syu ntfsprogs

then fix your disk by using

sudo ntfsfix --clear-dirty /dev/sda2  #do note your device is listed in /dev/sda2 if you want to fix another drive, just change this to your other disk

This is usually best avoided.

Though we are just recently getting what might be real fsck for ntfs in the newest ntfsplus module with kernel 7+.

yeah i know, but waiting for 7.1 kernel release is.. (maybe next week or months, CMIIW)
atleast it just immediate way to fix currently, unless OP want to go up the windows and chkdsk again, to be broken again when mounting it again in linux.. which is pain

thank you very much…solved

just do note, using NTFS in linux currently is not recommended, i advice, only mount them when necessary (grab some files for example, and copy it to your linux drive) and unmount them
because it tends to make ntfs broke in linux, and if you boot it on windows, things will repeat again in most case