PDA

View Full Version : running testdisk



rodney222
01-21-2007, 09:34 PM
how do i run testdisk from the knoppix live cd to check the intergrity of my hdd? i have looked at the testdisk webpage but could not see instructions to follow. thanks

TopFarmer
01-22-2007, 04:54 AM
open root console and enter...
SUDO TESTDISK .
Hope that is what you want, or are you looking for help after it runs ? If it is not the latest version of Knoppx , testdisk may not work. You can run the DOS version after booting with a Win98 boot floppy.

rodney222
01-22-2007, 12:30 PM
thanks for the reply. when i tried what was suggested i got the following error message:
testdisk: error while loading shared libraries: libntfs.so.9: cannot open shared object file: no such file or directory
i am using the latest version of knoppix
any suggestions appreciated

marhleet
01-22-2007, 06:34 PM
I've seen so many minor errors during a session load but the desktop will still load
that would have a lot of errors later
yet people swear it's me

cd drives , mainly slightly older ones, have a hard time coping with the large KNOPPIX file it has to read to load a desktop

are you trying to testdisk the knoppix disk ?
this is a boot screen option shown on F2 or F3 at initial boot screen

Friedrich
02-20-2007, 08:24 AM
testdisk: error while loading shared libraries: libntfs.so.9: cannot open shared object file: no such file or directory

there is (Knoppix 5.1.1) no libntfs.so.9 (in /usr/lib/) but:
libntfs.so -> libntfs.so.10.0.0
libntfs.so.10 -> libntfs.so.10.0.0

what do you think about this:
rootwindow

cd /usr/lib
ln -s libntfs.so.10.0.0 libntfs.so.9

now testdisk will run

razablayde
02-21-2007, 05:01 PM
Thanks for that code. That really helped me out a bunch.

funky_frankie_1
10-12-2008, 02:26 AM
I tried both ways. First one didn't work, the latter gave me an error:

ln: creating symbolic link 'libntfs.so.9' to 'libntfs.so.10.0.0' : Permission denied

My computer recently crashed and I'm desperately trying to access my hard drive to see if I lost everything. Overall this has been the best option by far... I'm so close...

TopFarmer
10-13-2008, 01:21 PM
a "Permission denied" would lead me to think that you are not in a ROOT terminal when you run the command. Note: my linux knowledge is very limited.

OErjan
10-13-2008, 11:49 PM
sudo before the command should help the Permission denied error.