View Single Post

  #2 (permalink)  
Old 05-26-2008, 04:20 AM
rockdalinux's Avatar
rockdalinux rockdalinux is offline
Contributors
User
 
Join Date: May 2005
Location: Bangalore
My distro: RHEL, HP-UX, Solaris, FreeBSD, Ubuntu
Posts: 581
Rep Power: 7
rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough
Default

You can modify /etc/fstab file to point /tmp on /dev/sda9 and just create /opt on /. Make sure you comment out /tmp entry in a file and type the command mount -a

Another option is set following variables
Code:
mkdir /opt/tmp
export TMPDIR=/opt/tmp
TMP is special values to indicate the users KDE temporary directory of the user, so enter:
Code:
mkdir /opt/tmp
export TMP=/opt/tmp
URL Restrictions
__________________
Rocky Jr.
You may have my body & soul, but you will never touch my pride!

If you have knowledge, let others light their candles at it.

Certified to work on HP-UX / Sun Solaris / RedHat

Last edited by rockdalinux; 05-26-2008 at 04:24 AM..
Reply With Quote