Unable to access My ntfs volume [closed]
Error mounting /dev/sda7 at /run/media/root/physicalvolume: command-line 'mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=0,gid=0" "/dev/sda7" "/run/media/root/physicalvolume" 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 maount '/dev/sda7: 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 withe the 'ro' option. . . 1>I tried to mount using "mount -o ro /dev/sda7 /mnt/ " but it is also not working. 2>booted my windows and properly shutdown and booted fedora again then also not working previously it was working so fine i don't know what gone wrong. Please help me with this. Thanks and Regards Nishant Nirmale
Check the partition from windows, you can also try
ntfsck
andntfsfix
from linuxThanks for help. I figured out that actually problem was with hard disk selection priority while booting. i just changed my default hard disk to another hard disk where i installed my windows os. and then selected fedora while booting and my problem was solved. Thanks for your help.