LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Disconnecting a directory, and avoiding this problem. (https://www.linuxquestions.org/questions/linux-newbie-8/disconnecting-a-directory-and-avoiding-this-problem-39147/)

wallaba 12-22-2002 06:29 PM

Disconnecting a directory, and avoiding this problem.
 
Hi, running certain applications, mainly ones using 3D acceleration, my system locks up pretty badly, and I can't kill the application. The only three-finger-salute i know (ctrl-alt-backspace) doesn't work so I end up rebooting my system without unmounting. Usually it can automatically fix the errors when i come back, but this time it asked me to manually run fsck becuase of a disconnected directory. So i ran it and it asked me if i want to reconnect it, so i did. It tourns out that was my home directory so now i have 2 home directories adn modifying one will change the other. So now i know that disconnecting this directory won't cause me to lose data. so how would i disconnect this direcotry? and are there other tricks to avoid this?

also, (my linux is shareing my computer with winxp) whenver win XP crashes, it will cause the same thing to happen in my linux partition.

Wallaba

whansard 12-23-2002 01:11 AM

usuing a journaling filesystem is very important if
you are running software that crashes a lot. Its kind of
late for that now, but do it next time.

you should back up your home directory just incase you
mess it up

from root
tar clfvpz - home > home.tgz

if the extra link is a soft link, you can
rm the link.


All times are GMT -5. The time now is 07:00 AM.