Firstly, please provide system information:
inxi --admin --verbosity=8 --filter --no-host --width
As both /dev/sdc1
and /dev/sdd1
appear to be NTFS volumes, please read the following article to understand the problem and the solution:
Note also that running ntfsfix
on an NTFS volume will not fix the errors indicated, nor will using ntfs-3g
magically fix an NTFS filesystem, despite whatever your friendly neighbourhood ChatGPT may have led you to believe.
TLDR; – (but, please, do read the above linked article).
You must only repair the NTFS filesystems using chkdsk in a Windows environment. There is no Linux tool that will reliably repair a proprietary NTFS filesystem.
A general recommendation is not to use NTFS partitions in Linux; instead, choose to use EXT4 (example), or EXFAT for transferring data between Linux and Windows.
Regards.