View Single Post
Old 03-04-2004, 06:45 AM   #3 (permalink)
ender
Code Monkey
 
ender's Avatar
 
Join Date: Mar 2003
Location: Evansville, IN
Posts: 75
ender is on a distinguished road
Send a message via AIM to ender Send a message via Yahoo to ender
That is part of it.

I believe what you want to do is rename /tmp to /halflife, and change your fstab from /tmp to /halflife.

Then remount like so:
umount /tmp
mount /halflife


Hope that helps,
Ted Morse
__________________
while(1) fork();
ender is offline   Reply With Quote