Data recovery and disk repair questions and discussions related to old-fashioned SATA, SAS, SCSI, IDE, MFM hard drives - any type of storage device that has moving parts
July 14th, 2019, 2:49
Dear All,
I am writing this post to seek help to address the issue I am facing with one of the drives I am using. I have a partition of 27.5GB and it is showing only 17.4 GB space is free inside the partition, however when I open the partition it looks empty. Not able to figure where the data went missing. Have done the basic of hide/unhide files feature of Windows, but all in vain.
Any kind of help is highly appreciated. Thanks in advance.
Screenshots enclosed. I am referring to D: drive partition.
- Attachments
-

-

July 14th, 2019, 3:38
It is showing empty/consumed space by bitmap , but actual data/files showing by MFT (MasterFatTable). It seems bitmap is ok, but MFT corrupted by any reason (logical, bad sectors, etc..). Run any data recovery software and you will see data in there, or if it hang, than unreadable sectors occured.
July 14th, 2019, 9:24
Little Master wrote:Dear All,
I am writing this post to seek help to address the issue I am facing with one of the drives I am using. I have a partition of 27.5GB and it is showing only 17.4 GB space is free inside the partition, however when I open the partition it looks empty. Not able to figure where the data went missing. Have done the basic of hide/unhide files feature of Windows, but all in vain.
Any kind of help is highly appreciated. Thanks in advance.
Screenshots enclosed. I am referring to D: drive partition.
Might be Hidden
you may run this command from dos prompt and see if it shows any folder:
[b]dir f:/a:h[/b]
if its there then run this:
attrib f:/*.* -s -h -r
and you are done
July 14th, 2019, 10:22
Hi,
I tried this method "attrib f:/*.* -s -h -r" but it gave me access denied error.
July 14th, 2019, 14:45
Little Master wrote:Hi,
I tried this method "attrib f:/*.* -s -h -r" but it gave me access denied error.
Of course, if you're working with d: then the f: in the above command should be changed to d:
Also, when you start command prompt, make sure you right-click and select "run as administrator".
You can also see what happens when you turn on "show hidden files" in folder options, which will do the same thing as the command you're trying to run.
July 14th, 2019, 18:00
einstein9 wrote:you may run this command from dos prompt and see if it shows any folder: [b]dir f:/a:h[/b]
if its there then run this: attrib f:/*.* -s -h -r
Use a backslash (\) instead.
July 15th, 2019, 4:14
fzabkar wrote:einstein9 wrote:you may run this command from dos prompt and see if it shows any folder: [b]dir f:/a:h[/b]
if its there then run this: attrib f:/*.* -s -h -r
Use a backslash (\) instead.
Thnx for the correction
Powered by phpBB © phpBB Group.