Showing posts with label DRIVE HACKS. Show all posts
Showing posts with label DRIVE HACKS. Show all posts
Recovered Hard Disk Data Post ‘Access Denied’ Error

Recovered Hard Disk Data Post ‘Access Denied’ Error

This is a guest post by Oliver Powell.

Last Sunday, I visited one of my college friends after a long time. After talking for sometime, she showed me her laptop which she had bought recently. I was amazed to see wonderful features of Windows 7 in her new laptop. The speech, handwriting, and touch recognition features, compatibility with various file formats, support for virtual file formats, etc wondered me so much that I thought to switch to Windows 7 from Windows XP. But, we cannot control technology flaws as while upgrading from to Windows 7, something went wrong and I lost some of my really precious files saved on the secondary partition of my computer. But, I am very thankful to the latest technology for developing hard disk recovery software by which I recovered all my precious files intact.

However, before I was aware of third-party hard disk data recovery tools, I went into the state of shock for sometime just like anyone who is unaware of these ultimate utilities. Let me narrate the whole incident in detail. I was having Windows XP on my laptop which had two partitions as C: primary partition that contained Windows and D: the secondary partition which I used to store all my data. To upgrade to Windows 7, I decided to perform clean installation on the primary partition of my laptop i.e. on C. Thus, I took the backup of entire data of C on my pen drive expecting that all the data on D partition would remain intact.

Thus, after successful installation of Windows 7, I restarted my computer and tried to access partition D. Alas! To my dismay, partition D was no longer accessible. Though I could see partition D at ‘My Computer’ but could not access it instead getting the below mentioned error message, when accessing it:

“Access Denied – Drive Not Accessible”

Worried, I searched over the internet from my brother’s laptop and found that I could use the below mentioned command on the elevated command prompt of computer to fix this issue:

“takeown /f drive_name:\ /R /D Y”

Where, the drive_name is replaced with the letter of the affected drive such as I used C here. But, this solution didn’t work and I learnt that this problem also occurs due to partition table corruption. And in that case, I needed to delete the corrupted partition and restore data from updated backup. Since, I was not having the backup of D drive but to make it accessible I needed to delete it thus, I again searched for the internet for some hard disk recovery software by which I could recover all the data which would lost due to deletion of partition. My search for hard disk data recovery software stopped when I learned about Stellar Phoenix Windows Data Recovery software.

Thus, I deleted the corrupt partition and through this efficient data recovery tool, I recovered all my data in just few clicks. This software is compatible with Windows 7, Vista, XP, 2003, and 2000 operating systems.

About the author:

Oliver Powell is the famous contributing author and Journalist that writes many more posts for different technology related sites. But now, he would love to write and research on different data recovery software and similar technology to mitigate the risks of Data loss in the case of hardware failure.

Solve USB Drives Data Not Showing

USB Drives Data
Sometimes users face problem when their USB drives data does not show, while checking property of drive it shows complete space occupied. Actually it happens because of virus, which changes data attribute to system files and hidden so we can't see data easily. Well it's not dangerous at all, so should not worry about data as we can easily recover it. Follow these steps for recovering your data with folder options and command prompt:


  • Open Folder Options by entering "control folders" in run.
  • Go to view tab.
  • Check "Show hidden files, folders, and drives" under Hidden files and folder .
  • Uncheck "Hide protected operating system files (Recommended)"
  • Click Apply & then OK.
  • Open your USB drive, you can see your all files here.
Now convert back these all files to original form, for converting: 
  • Open command prompt, go to the USB drive path (suppose "I") using command > I:
  • Copy your affected file/folder name (suppose folder My Music).
  • Type command as attrib -h -s "My Music", it will change your folder attrib back to normal.
  • For converting any file, you must mention the extension with file name (like attrib -h -s setup.exe).

Hide Drives Completely With CMD

Wanna to hide whole drive completely with CMD, so there's no need of any software, group policy editor or registry trick. Follow these simple steps:
  • Go to start>run>Type Diskpart
  • Window will open, type "list volume" without quotes.
Hide Drives Completely With CMD
  • Now select drive which you want to hide, suppose you wanna to hide drive F, for that type "select volume 4" (Volume 4 is correspond to drive letter F).
  • Type "remove letter F"
  • For accessing back, type "assign letter F".
How To Create Virtual Drive In Windows?

How To Create Virtual Drive In Windows?

You must have heard about creating drives in windows using partitions, but using this trick you can make virtual drive too, follow these steps:
  • Make any folder in C drive say hacked.
  • Go to start> run> Type cmd> subst k: c:hacked
  • Check your My Computer, new drive should be shown.
  • For removing, type subst k: /d
  • The fact behind it is that virtual drive k maps a path to the folder hacked.
Autorun Virus Solution (Drives Opening In Other Window)

Autorun Virus Solution (Drives Opening In Other Window)

If your drives don't open when you click on them or open in another window, then try this trick. It will help you to resolve the issue, follow these simple steps:
  • Go to start> run> Type cmd> Go to the path of drive by typing x: where x is your drive name.
  • Type attrib -r -h -s autorun.inf
  • Now type del autorun.inf
  • That's all. Enjoy.