The following procedure is tested for Archlinux. It is not guaranteed to work on other distributions.

Procedure

  1. Install ntfs-3g.
  2. Prepare an empty directory, e.g. /mnt/win11/.
  3. Mount:
    sudo mount -t ntfs-3g /dev/nvme0n1p4 /mnt/win11

Unmount using umount /mnt/win11 or fusermount -u /mnt/win11