LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Linux Hard Drive Recovery Procedure. (https://www.linuxquestions.org/questions/linux-software-2/linux-hard-drive-recovery-procedure-259664/)

DarkestHour 11-26-2004 07:12 PM

Linux Hard Drive Recovery Procedure.
 
I'm running mandrake 10 and my home directorys journal got corrupted. Now i managed to recover my files on a windows computer using R-Linux.

Now that i have the files, what would be the procedure i would need to go through to redo the partition (hda6) and get my files back over before there is a problem?

Thanks for the help!

DarkestHour

sigsegv 11-26-2004 09:26 PM

This will delete any files left on that partition:

umount /home
mkfs.<whatever> /dev/hda6
mount /home

Then just copy the recovered files back over to /home.

DarkestHour 11-27-2004 09:07 PM

Ok, got that going, but now when i bring over my files i try to logon to my account
it tells me it can read the connection list from dcopserver_localhost__0


Here's what my XSession log says.

** (magicdev:9230): WARNING **: Wrong permissions for /home/dman/tmp/orbit-dman

Error: "/home/dman/.kde/tmp-localhost" is not a link or a directory.
Error: "/home/dman/.kde/socket-localhost" is not a link or a directory.
Error: "/home/dman/.kde/cache-localhost" is not a link or a directory.
startkde: Starting up...
ksplash: WARNING: KGenericFactory: instance requested but no instance name passed to the constructor!
kdeinit: Aborting. bind() failed: : Not a directory
Could not bind to socket '/home/dman/.kde/socket-localhost/kdeinit__0'
Warning: connect() failed: : Not a directory
kdeinit: Aborting. bind() failed: : Not a directory
Could not bind to socket '/home/dman/.kde/socket-localhost/kdeinit__0'
Could not register with DCOPServer. Aborting.
startkde: Shutting down...
Warning: connect() failed: : Not a directory
Error: Can't contact kdeinit!
/tmp/mcop-dman is not owned by user
startkde: Running shutdown scripts...
startkde: Done.
ksplash: Fatal IO error: client killed

what could be wrong?

DarkestHour 11-27-2004 09:20 PM

Nevermind, found out any links werent preserved when i brought them back over. So thanks for the help!


DarkestHour


All times are GMT -5. The time now is 10:44 PM.