Windows partition not mounting from nautilus

I have recently installed Cachyos on a Zenbook laptop (specs are given below), dualbooting from same drive (with grub bootloader, following Cachyos Wiki guide). But, now I am unable to mount windows partition from Nautilus. It throws this error, after putting sudo password for mounting:

My specs are:

OS: CachyOS Linux x86_64
        Host: Zenbook UM5401QAB_UM5401QA (1.0)
        Kernel: Linux 6.11.6-2-cachyos
        Uptime: 30 mins
      Packages: 1003 (pacman), 18 (flatpak)
       Shell: fish 3.7.1
     Display (SDC4154): 2880x1800 @ 90 Hz (as 1440x900) in 14" [Built-in]
      DE: GNOME 47.1
     WM: Mutter (Wayland)
  WM Theme: adw-gtk3
   Theme: adw-gtk3 [GTK2/3/4]
   Icons: ZorinGrey-Light [GTK2/3/4]
   Font: Google Sans 10 @opsz=17 [GTK2/3/4]
    Cursor: Adwaita (24px)
     Terminal: GNOME Terminal 3.54.1
     Terminal Font: Source Code Pro (10pt)
     CPU: AMD Ryzen 5 5600H (12) @ 4.28 GHz
   GPU: AMD Radeon Vega Series / Radeon Vega Mobile Series [Integrated]
     Memory: 3.90 GiB / 15.03 GiB (26%)
    Swap: 0 B / 15.03 GiB (0%)
   Disk (/): 14.51 GiB / 196.09 GiB (7%) - ext4
 Battery (ASUS Battery): 63% [Charging, AC Connected]
     Locale: en_IN


Any help is appreaciated.

sudo pacman -S ntfs-3g
sudo ntfsfix -d /dev/path/to/drive

You can boot on your Windows and try to scan and repair the disk

This did the job.

Solution of @naim did it. Thanks anyways.