View Single Post
Old 03-12-2004, 05:21 PM   #4 (permalink)
arockj
Registered User
 
arockj's Avatar
 
Join Date: Mar 2003
Posts: 13
arockj is on a distinguished road
You'll want to

unmount /tmp

mv tmp halflife

#edit fstab#
posible fstab entry
/dev/hda1 /tmp ext3 defaults 0 0
change /tmp to /halflife
/dev/hda1 /halflife ext3 defaults 0 0

mount /dev/hda1 /halflife

you will want to change /dev/hda1 to partition you need
arockj is offline   Reply With Quote