Hello folks. I was getting this disk error on ubuntu.
"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."
I, finally got the solution. Just use the command sudo ntfsfix /dev/XY
where XY is the partition
e.g sda2 or sdb1
ntfsfix repairs some fundamental NTFS inconsistencies, resets the NTFS journal file and schedules an NTFS consistency check for the first boot into Windows.
0 comments:
Post a Comment