Answer the question
In order to leave comments, you need to log in
How to solve the error Could not access volume 632 GB on ubuntu?
Hello. I had 2 partitions on my hard drive. On one Windows is installed, on the other all the files. When installing Ubuntu 14.04, I demolished the partition on which there was Windows and installed Ubuntu there, now I can’t access the disk with files, I get this error:
Unable to access “Volume 632 GB”
Error mounting /dev/sda3 at /media /alex/3E5E0E265E0DD793: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177" "/dev/sda3" "/ media/alex/3E5E0E265E0DD793"' 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/sda3':
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.
Answer the question
In order to leave comments, you need to log in
It's written
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.
mkdir myhdd
sudo mount /dev/sda3 myhdd -o remove_hiberfile,recover
sudo umount myhdd
rmdir myhdd
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question