The following procedure is tested for Archlinux. It is not guaranteed to work on other distributions.
Procedure
- Install ntfs-3g.
- Prepare an empty directory, e.g.
/mnt/win11/. - Mount:
sudo mount -t ntfs-3g /dev/nvme0n1p4 /mnt/win11
Unmount using umount /mnt/win11 or fusermount -u /mnt/win11