Hi all,
I know this question has already been asked many times, but I have already searched and tried the possible solutions to my problem, with no result.
The problem is: I am not able to mount my Windows (NTFS) partition on
write. This is what I do, along with the output:
# mount -t ntfs -o rw /dev/nvme0n1p2 /mnt/nvme0n1p2
# ls -l /mnt/
total 12
drwxr-xr-x 2 root root 40 Dec 16 15:44 nvme0n1p1
dr-x------ 1 root root 8192 Dec 14 12:39 nvme0n1p2 <--- it is however read only
drwxr-xr-x 2 root root 40 Dec 16 15:44 nvme0n1p3
drwxr-xr-x 8 root root 4096 Dec 3 10:30 sda1
If I try this other way:
# mount -t ntfs-3g -o rw /dev/nvme0n1p2 /mnt/nvme0n1p2
Windows is hibernated, refused to mount.
Failed to mount '/dev/nvme0n1p2': Operation not permitted
The NTFS partition is in an unsafe state. Please resume and shutdown
Windows fully (no hibernation or fast restarting), or mount the volume
read-only with the 'ro' mount option.
mount: mounting /dev/nvme0n1p2 on /mnt/nvme0n1p2 failed: No such device
The same if I try with the
recover,
umask=000 or
force options. Despite the warning message, I am sure Windows has been shut down in a
clean way and the "fast startup" ( = "hibernate") option is
disabled.
I have also tried to
ntfsfix the partition, but it didn't work.
How can I manage to mount the partition in write mode? Any ideas?
Thanks in advance
[EDIT]: Changed tt tags to code tags. Rich