I have an SSD with Windows 10 installed. I have been able to mount the partition in the past.
However, now, when I mount the partition with Windows on it, I get an error message complaining about a wrong file system type.
I have already disabled fast startup.
I am using Ubuntu bionic.
The output when I tried ntfsfix
:
sudo ntfsfix /dev/nvme0
Mounting volume...
Error reading bootsector: Invalid argument Failed to sync device /dev/nvme0: Invalid argument
FAILED Attempting to correct errors...
Error reading bootsector: Invalid argument
Failed to sync device /dev/nvme0: Invalid argument
FAILED Failed to startup volume: Invalid argument
Error reading bootsector: Invalid argument
Unrecoverable error Volume is corrupt. You should run chkdsk.
And of
sudo ntfsfix /dev/nvme0n1p3
ubuntu@ubuntu:~$ sudo ntfsfix /dev/nvme0n1p3 Mounting volume...
NTFS signature is missing. FAILED Attempting to correct errors...
NTFS signature is missing. FAILED Failed to startup volume: Invalid argument
NTFS signature is missing. Trying the alternate boot sector
Unrecoverable error Volume is corrupt. You should run chkdsk.
Chkdsk
on Windows doesn't report any problems.