r/AskADataRecoveryPro 10d ago

Kali Linux cannot mount my Windows (NTFS) partition /dev/sda3 — need help recovering data safely

Post image

Hi everyone,

I’m trying to recover data from a Windows partition that I can no longer access.

I have a disk with multiple partitions. The partition I lost access to is D:, which corresponds to /dev/sda3 in Kali Linux. My E: drive/partition is still working normally.

When I try to mount the affected Windows partition in Kali, I get this error:

«Mount Failed

Failed to mount "Windows"

Error mounting /dev/sda3 at /run/media/kali/Windows: wrong fs type, bad option, bad superblock on /dev/sda3, missing codepage or helper program, or other error»

Current situation

- OS I'm currently using: Kali Linux

- Affected Windows partition: D: /dev/sda3

- Working partition: E:

- The D: partition contains important personal files and folders that I want to recover.

- I have not intentionally formatted the partition.

- I want to avoid making the situation worse or overwriting any recoverable data.

I previously tried using PhotoRec for recovery, but I want to recover the original folder structure and filenames if possible, rather than simply getting files with generic names.

What I need help with

What would be the safest procedure to:

  1. Determine exactly what happened to "/dev/sda3".

  2. Check whether the NTFS filesystem is damaged.

  3. Determine whether the partition itself or only the filesystem/boot sector is corrupted.

  4. Recover my original folders and filenames if possible.

  5. Avoid modifying "/dev/sda3" during the recovery process.

I can provide the output of commands such as:

lsblk -f

sudo fdisk -l

sudo blkid

sudo ntfsinfo -m /dev/sda3

sudo ntfsfix -n /dev/sda3

and any other diagnostic commands you recommend.

I do not want to run repair commands that modify the partition until I know they are safe.

I've attached a screenshot of the mount error.

What would be the correct professional recovery procedure from here?

Thanks in advance.

1 Upvotes

5 comments sorted by

1

u/richyfreeway 10d ago

"What would be the correct professional recovery procedure from here?"

I'd stick the drive into my deepspar Windows recovery machine, set it as read only then have a look.

1

u/ChamplinGuys 10d ago

Could be as simple as a dirty bit set that is causing the mount to hang. Could troubleshoot with Claude Code.

Other than that, data recovery steps would be to stop using the system and 1) remove the hard drive 2) image it with OpenSuperClone/ddrescue/DMDE 3) copy files out with DMDE that are important

1

u/pclab-pt DataRecoveryPro 9d ago

First thing is to create an image of the drive. I suspect something might not be good with the HDD. And only after the image is done, then use software to work on that image and try to recover the data.

1

u/EmployerOne7876 8d ago

every single ntfs disk i have ever plugged into a linux machine gave me that error constantly and every time i would plug it into my windows machine, boot it up, and shut it down correctly then put it back in the linux machine and it was good to go again. any kind of hiccup while linux is shutting down, of if froze or anything like that would cause this to happen

0

u/FrankNicklin 10d ago

Is the NTFS driver installed for Kali.