-1
Error mounting /dev/sda5 at /media/shashank/New Volume:
Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000" "/dev/sda5" "/media/shashank/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/sda5': 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

I'm getting this error whenever I'm trying to access the Local Disk

Zanna
  • 72,312

1 Answers1

0

If there is a Windows operating system on the drive turn off fast startup

  1. Type Control Panel in the search box.
  2. Click Control Panel.
  3. Click Power Options.
  4. Click Choose what the power buttons do.
  5. Click Change settings that are currently unavailable.
  6. Scroll down to Shutdown settings and uncheck Turn on fast startup.
  7. Click Save changes.

If this does not work launch an administrator command prompt and run chkdsk /f and follow the prompts

muru
  • 207,228