I have 1TB WD Elements HDD External, Used it in a LG television in a hotel in Netherlands Now, When i tried using it on my PC many of the folders with data more than 450 GB's went missing.
also tried answer from @Ian Mathew provided in below link ,
http://www.tomshardware.com/forum/263317-32-files-external-they-hidden
1. click start>>run>>type in "cmd"
2. type the location of your flash drive.. e.g. "d:", "e:", "f:", etc..
3. type "dir /ah"
*you will now see the files/folders with hidden attributes
4. type "attrib [name of file/folder] -r -a -s -h"
*if you're going to unhide files, you should type the whole name plus the extension (format).. example "attrib party.jpg -r -a -s -h"
**if you have folders with 6 characters and above, type the first 6 characters then "~1".. example for folder named "birthday"
"attrib birthd~1 -r -a -s -h"
-->When i run "dir /ah" on cmd i get below:
K:\>dir/ah
Volume in drive K is WD_1TB
Volume Serial Number is 1AEA-6007
Directory of K:\
File Not Found
--> When i run "attrib -h -r -s /s /d k:\*.* " i get below :
K:\>attrib -h -r -s /s /d k:\*.*
Access denied - K:\System Volume Information\IndexerVolumeGuid
Access denied - K:\System Volume Information\WPSettings.dat
I am unable to understand the issue here...Please suggest what is to be done here.
also tried answer from @Ian Mathew provided in below link ,
http://www.tomshardware.com/forum/263317-32-files-external-they-hidden
1. click start>>run>>type in "cmd"
2. type the location of your flash drive.. e.g. "d:", "e:", "f:", etc..
3. type "dir /ah"
*you will now see the files/folders with hidden attributes
4. type "attrib [name of file/folder] -r -a -s -h"
*if you're going to unhide files, you should type the whole name plus the extension (format).. example "attrib party.jpg -r -a -s -h"
**if you have folders with 6 characters and above, type the first 6 characters then "~1".. example for folder named "birthday"
"attrib birthd~1 -r -a -s -h"
-->When i run "dir /ah" on cmd i get below:
K:\>dir/ah
Volume in drive K is WD_1TB
Volume Serial Number is 1AEA-6007
Directory of K:\
File Not Found
--> When i run "attrib -h -r -s /s /d k:\*.* " i get below :
K:\>attrib -h -r -s /s /d k:\*.*
Access denied - K:\System Volume Information\IndexerVolumeGuid
Access denied - K:\System Volume Information\WPSettings.dat
I am unable to understand the issue here...Please suggest what is to be done here.