Error mounting /dev/sdb3 at /media/sojan/New Volume: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000" "/dev/sdb3" "/media/sojan/New Volume"' exited with non-zero exit status 14: The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
Failed to mount '/dev/sdb3': Operation not permitted
The NTFS partition is in an unsafe state. Please resume and shutdown
Asked
Active
Viewed 88 times
0

Terrance
- 41,612
- 7
- 124
- 183
-
1Is that drive a windows partition? Even one that contains a windows OS? – kanehekili Nov 01 '20 at 02:30
-
1Unclean usually means there are errors there, which maybe just it was/is used by a hibernated system (eg. windows was hibernated & some data went in the hibernate file instead of being fully-written to the file-system in a clean manner, this includes windows with fast-boot enabled), or you have errors in the file-system that need to be fixed first. Either way the message is there as a warning to prevent data loss. You didn't provide release details – guiverc Nov 01 '20 at 02:37
-
1Does this answer your question? Unable to mount Windows (NTFS) filesystem due to hibernation – Pilot6 Nov 12 '20 at 09:57
-
1Does this answer your question? Unable to mount Windows 10 partition; it "is in an unsafe state" – karel Nov 13 '20 at 13:36