Not able to access a folder in Windows 7 and not able to see in Ubuntu.
- by Rohit
I have four partitions on my hard disk. Partition C has Windows XP installed and Partition G has Windows 7 installed. Ubuntu 10.10 is also installed, probably in F. Partitions C and G are NTFS. When I boot into C, XP is loading but when I click on the C Drive in MyComputer, it displays: "Access is denied". Windows 7 displays the folder tree of C, but when I try to open a folder, I am not able to view the contents. The same error: of Access Denied.
When I try to view the C Partition using Ubuntu, the entire C partition is not visible.
I tried following commands to take ownership of the C drive:
takeown /f C:
cacls C: /G Rohit:F
but still I am not able to get rid of "Access Denied". I again tried the above commands from the Windows 7 safe mode, but still the problem persists. The two commands return "Successful", but nothing is happening.