Discuss increase tmp size? in the Linux Help forum on Dev Shed. increase tmp size? Linux Help forum discussing topics including usage, troubleshooting, modules, and distributions. Linux is an open source OS, based on UNIX.
The ASP Free website provides in-depth information on the latest developer tools available from Microsoft. Our cadre of writers, highly experienced industry experts, reveals the best ways to use established technologies as well as new and emerging technologies. Our coverage of Microsoft's development and administration technologies is among the most respected in the IT industry today.
ASP Free and Iron Speed Designer are giving away $5,500+ in FREE licenses. Iron Speed's RAD CASE toolset can save up to 80% of your coding time. One free license per week, one perpetual license per month! Download and Activate to enter!
Intel® Graphics Performance Analyzers is a powerful tool suite for analyzing and optimizing your games, media, and graphics-intensive applications. Used by some of the best developers on the planet, Intel GPA lets you maximize your app’s performance.
Posts: 43
Time spent in forums: 2 h 4 m
Reputation Power: 12
increase tmp size?
I was trying to alter a mysql database and got the following error which means my tmp directory ran out of space.
#3 - Error writing file '/tmp/STTh2eeC' (Errcode: 28)
I guess I need to increase the size of the tmp folder. I have a whole extra unpartitioned harddrive I could do something with but am clueless as to what to do. Any help would be appreciated.
Posts: 4,617
Time spent in forums: 1 Month 3 Weeks 3 Days 5 h 12 m 23 sec
Reputation Power: 903
df -h is easier to read
well 1% use doesn't seem that bad, what are the permissions on your temp folder? maybe if its a really big table then it may be causing problems, so what is the size of the table (columns and rows)
and if you need to change the drive that tmp is on, just use cfdisk to partition it, and then run one of mkfs.ext2, mkfs.ext3 or mkfs.reiserfs, then add it to your /etc/fstab, at least that's what i do on slackware, not sure what distro you have
Posts: 1,200
Time spent in forums: 1 Week 1 Day 11 h 47 m 52 sec
Reputation Power: 11
the stupidest thing you can do (a lot of people does it) is
write in /tmp
/tmp is a system file, a file for system-user !!! you are not a system-user.
the only save place ou have for writing is........$HOME
who garantee you can write /tmp/what-ever-you-want???
who say you /tmp/what-ever-you-want is NOT still present += owned by an other user ?
who say you /tmp/what-ever-you-want HAS not the worng perms or file type ?
please be save, forget /tmp make your own tmp dir
__________________
working on Solaris[5-9], preferred languages french and C.