I recently installed Solaris 9 using jumpstart. I had the profile set up to set up 3 partitions: swap - 4gb, /var 10gb and the rest went to root. Apparently /tmp partition is automatically created at 512k. I need to increase it to 4gb. The disk is 72gb, so root partition has plenty of space. Is there a way to increase the /tmp by stealing space from /root partition? I was thinking about doing something like:
mkdir /export/tmp
ln -s /export/tmp /tmp
Will this work? Is there a better or preferred way of increasing /tmp?
I am in the process of rebuilding another server to replace this one and am creating the /tmp along with the other filesystems but won't be able to bring it online anytime soon. Any help or advice is greatly appreciated.
Thanks,
gallows
mkdir /export/tmp
ln -s /export/tmp /tmp
Will this work? Is there a better or preferred way of increasing /tmp?
I am in the process of rebuilding another server to replace this one and am creating the /tmp along with the other filesystems but won't be able to bring it online anytime soon. Any help or advice is greatly appreciated.
Thanks,
gallows