I'm trying to mount the drive but it just keeps returning this:
sophie@sophie-zen:~$ sudo mount /dev/sda2 /mnt/sda2
mount: /mnt/sda2: special device /dev/sda2 does not exist.
I have so far installed exfat-fuse and exfatprogs despite my linux kernel supporting exFAT natively, but to no avail. The drive works in Windows just fine and shows up in the Ubuntu Disks manager, but as unallocated space. I also ran chkdsk on the drive in windows and testdisk in Ubuntu and they found no errors. What am I missing?
Edit:
Output of "sudo fdisk -l":
Disk /dev/sda: 931,51 GiB, 1000204886016 bytes, 1953525168 sectors
Disk model: 1TB
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 9A1E2DFB-F3D0-45A5-9C36-7E4F006B213E
Device Start End Sectors Size Type
/dev/sda1 34 262177 262144 128M Microsoft reserved
/dev/sda2 264192 1953525127 1953260936 931,4G Microsoft basic data
/mnt only has the two folders I created and /media is empty. Fast startup is also disabled, along with fast boot, and the drive in question is removable so I doubt hibernation files are the cause of the issue.
Edit 2: I formatted a random pendrive as exFAT and it reads fine, so something about my other drive is making it not work.