Hey i have dual boot windows and Ubuntu. When i installed ubuntu all Local Disks worked well but when some time past i can not access to local disk D. I have very important files there. I cant access to windows too it is broken. When i try to mount local disk D it shows me the error:
Error mounting system-managed device /dev/sda3: Command-line `mount "/mnt/94EE82ACEE8285E8"' exited with non-zero exit status 13: ntfs_attr_pread_i: ntfs_pread failed: Input/output error Failed to calculate free MFT records: Input/output error NTFS is either inconsistent, or there is a hardware fault, or it's a SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows then reboot into Windows twice. The usage of the /f parameter is very important! If the device is a SoftRAID/FakeRAID then first activate it and mount a different device under the /dev/mapper/ directory, (e.g. /dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation for more details.
Can i mount local disk somehow from Ubuntu?
1 Answer
In Windows:
We need to test/repair any Windows/NTFS partitions using chkdsk, and we need to disable fast start and hibernation.
open an administrative command prompt window and type
chkdsk /f c:and approve to run this at the next reboot timetype
chkdsk /f d:changing the "d" to any other drive letters that exist on your systemdisable
fast startin the Power control panelopen the
Powercontrol panelselect
Change what power buttons doselect
Change options that are unavailableuncheck
fast startin the open administrative command prompt window, type
powercfg /h offreboot Windows and let chkdsk test/repair the C: drive
reboot Ubuntu and see if your drive is available now