i have a TB hard disk, owner say "i stored data that were in EXT3 format and make some changes in structure of hard disk for security reasons, you will see a NTFS partition on this disk, but you should 'mount -f -t ext3.....' this partition in backtrack to see the main data" when i do this... i see nothing on the mount point!! any suggestion???

link|improve this question
1  
i'd recommend using strong disk encryption instead of relying on security through obscurity – knittl Oct 16 '10 at 9:11
feedback

migrated from stackoverflow.com Oct 16 '10 at 10:56

This question came from our site for professional and enthusiast programmers.

2 Answers

You need to

  1. Find out exactly what change they made were
  2. Found out whether they can actually mount it
  3. Teach them that security through obscurity doesn't work and in cases like this causes more trouble than it's worth.
link|improve this answer
feedback

You might have some luck with a tool like testdisk or some other file system recovery tool. You might also want to try file level recovery

link|improve this answer
feedback

Your Answer

 
or
required, but never shown