|
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
|