0

I have a dual boot Ubuntu / Windows 8 system. My secondary hard drive I keep all my data, and I booted into windows, changed one file, shut down, booted back into Ubuntu, and now I can't access anything on the hard drive. In File Manager it shows icons with a small padlock on each. If I emacs a file it gives me an IO error. If I try mv it gives "Read-only file system".

I've tried rebooting, remounting, with no luck. I'm a bit lost as to what to do now. I did a scan/clean with Disk Utility and it says the disk is fine.

James

James
  • 113
  • 5

2 Answers2

0

This may happen if you hibernate the windows system. Try accessing the hard drive again from windows and see if that is possible. If yes do a complete reboot and then try to access the drive from ubuntu.

If that also does not do it, try accessing the disk with superuser access (be a bit careful here though)

Rishabh
  • 128
  • I tried this, as I booted to windows it ran some sort of scan. Then I rebooted back to ubuntu, and now the drive works, but some of my files have been deleted. – James Dec 16 '14 at 21:37
0

My secondary hard drive I keep all my data, and I booted into windows, changed one file, shut down, booted back into Ubuntu, and now I can't access anything on the hard drive.

I assume that means you have atleast 3 partitions or drives and you don't want to access the Windows drive itself (see Unable to mount Windows (NTFS) filesystem due to hibernation), but 3rd partition where you have no operating system installed and only store data.

If that is an NTFS filesystem then you should run chkdsk in Windows.

Similar question: Why does my NTFS partition mount as read only?

LiveWireBT
  • 28,763