LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-06-2004, 01:10 PM   #1
Moses420ca
Member
 
Registered: Jul 2003
Distribution: Ubuntu
Posts: 142

Rep: Reputation: 15
/tmp directory is full?


I'm using Mandrake 10.0 installed on a single disk with 2 partitions. A half gig swap and a 12 GB root.
Whenever I try to copy anything to the /tmp directory of any size like when I use KaudioCreator to rip a cd, I get an error message "Disk full". The disk has 9 GB free.

Thanks for any help.
Drew
 
Old 08-06-2004, 01:45 PM   #2
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
What does the output of this show:
df -h
 
Old 08-08-2004, 07:32 AM   #3
Moses420ca
Member
 
Registered: Jul 2003
Distribution: Ubuntu
Posts: 142

Original Poster
Rep: Reputation: 15
I've since moved to slackware and I'm using the same partitions made by mandrake. I have not tried to rip a cd yet but that command returns. 1 partition named /dev/hda5 of 13 GB. 2.2GB used, 11GB Free mounted on /.

It would have said about the same while using Mandrake.

That command is much faster then du though. Thanks.
 
Old 08-08-2004, 09:32 AM   #4
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 270Reputation: 270Reputation: 270
When your ripping this cd, what are your configurations when ripping? Like have you set it to a limit in size... cause something it sounds from that program is using up all available space but when it errors out probably removes whatever is taking up space cause it can't finish the rip, etc.

Next time your ripping, run the df -h or try doing a:

du -h /tmp | sort -n

And it will list all the files and such and you can see which one is taking up the most space, etc.
 
Old 01-20-2005, 01:18 AM   #5
eightysixme
LQ Newbie
 
Registered: Nov 2003
Location: cedar rapids, iowa, usa
Distribution: Mdk. 10 Powerpack Plus, Mdv. 2006-09, RHEL 4-6, Fedora 9-15, Mint (Ver?), and more
Posts: 22

Rep: Reputation: 15
kaudiocreator rip error: /tmp full, cannot write to /tmp

i can't rip my audio to the /tmp folder, and output of df -h:

# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/ide/host0/bus0/target0/lun0/part2
33G 7.1G 25G 23% /
/dev/ide/host0/bus0/target0/lun0/part5
14G 1.2G 13G 9% /home/chris/mnt/f
/dev/ide/host0/bus1/target1/lun0/part1
19G 33M 19G 1% /home/chris/mnt/jigen
/dev/ide/host0/bus0/target1/lun0/part1
7.7G 33M 7.7G 1% /home/chris/mnt/lupin
/dev/ide/host0/bus0/target1/lun0/part5
21G 14G 6.8G 67% /home/chris/mnt/pax
/dev/ide/host0/bus0/target0/lun0/part1
9.8G 3.0G 6.9G 31% /home/chris/mnt/w
none 188M 328K 188M 1% /tmp


the last item, the /tmp, shows only 188M available. how do i increase the available space for /tmp? thanks, i know someone can tell me..! i hope.

rion@mchsi.com *MSN Messenger account

Last edited by eightysixme; 01-21-2005 at 03:37 PM.
 
Old 01-20-2005, 01:28 AM   #6
tormented_one
Member
 
Registered: Oct 2004
Location: Small Town USA
Distribution: slamd64 2.6.12 Slackware 2.4.32 Windows XP x64 pro
Posts: 383

Rep: Reputation: 30
I don't know how to change the size of /tmp. But how a bout making a directory in /var instead of /tmp? You could just del when done.
 
Old 01-20-2005, 01:34 AM   #7
eightysixme
LQ Newbie
 
Registered: Nov 2003
Location: cedar rapids, iowa, usa
Distribution: Mdk. 10 Powerpack Plus, Mdv. 2006-09, RHEL 4-6, Fedora 9-15, Mint (Ver?), and more
Posts: 22

Rep: Reputation: 15
tmp folder in /var, as expansion

i'd rather not do this, considering a very cluttered file-tree, already! it's a good idea, to just symlink (ln -s), but isn't there a way to change the reported available space, for the current /tmp folder in the root partition?
 
Old 01-20-2005, 01:47 AM   #8
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
Actually, there is a /var/tmp directory already that you could use. The /tmp directory is really for the system. Users should use /var/tmp.
 
Old 01-20-2005, 01:59 AM   #9
eightysixme
LQ Newbie
 
Registered: Nov 2003
Location: cedar rapids, iowa, usa
Distribution: Mdk. 10 Powerpack Plus, Mdv. 2006-09, RHEL 4-6, Fedora 9-15, Mint (Ver?), and more
Posts: 22

Rep: Reputation: 15
yielding on the matter

okay, so since i've gotten so much reply regarding using /var/tmp, instead, i:

# ln -s /var/tmp/systmp_xtra /tmp

is this all i have to do, then? (please read prior posts in the thread)
 
Old 01-20-2005, 02:03 AM   #10
tormented_one
Member
 
Registered: Oct 2004
Location: Small Town USA
Distribution: slamd64 2.6.12 Slackware 2.4.32 Windows XP x64 pro
Posts: 383

Rep: Reputation: 30
you may wanna mkdir in /tmp to something like /tmp/cdrip. not just /tmp cause everything that goes to /tmp would go to /var/tmp.
 
Old 01-20-2005, 02:16 AM   #11
eightysixme
LQ Newbie
 
Registered: Nov 2003
Location: cedar rapids, iowa, usa
Distribution: Mdk. 10 Powerpack Plus, Mdv. 2006-09, RHEL 4-6, Fedora 9-15, Mint (Ver?), and more
Posts: 22

Rep: Reputation: 15
more kaudiocreator hell..

hmm.. i still get:

"Could not write file /tmp/kde-chris/kaudiocreatorJwjZMb.tmp Disk full."

I'm very interrested in just making the os show more available space, in the folder. i found a link to what i'm talking about, but i'm scared to do it, considering the file it references, is not present:

http://uw713doc.sco.com/en/LX_uw/LKP_tuning_apps.html
 
Old 01-20-2005, 06:35 PM   #12
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
Don't make a link from /tmp to /var/tmp. Use /var/tmp in the program setup, such as k3b's setup. Some people have a ~/tmp directory that they use instead. The /home partition usually is quite large, plus a user has full access rights to ~/tmp/ as well. Another reason may be for privacy.
 
Old 01-21-2005, 03:53 PM   #13
eightysixme
LQ Newbie
 
Registered: Nov 2003
Location: cedar rapids, iowa, usa
Distribution: Mdk. 10 Powerpack Plus, Mdv. 2006-09, RHEL 4-6, Fedora 9-15, Mint (Ver?), and more
Posts: 22

Rep: Reputation: 15
Unhappy kaudiocreator setup

in the setup for kaudiocreator, there is only one user-defined save path--the one for the encoded rips. this folder isn't even touched: before the application encodes them, it first saves them in /tmp. the output of df -h shows the /tmp folder is allowing 188mb of space, whereas the parent, root, shows far more space. i tried the /etc/vfstab file entry, from my previous post, rebooted, and the o.s. still reported the 188mb available. i've since deleted the /etc/vfstab file i created, citing no change. i even tried making a new /tmp, but this only affirmed that there is a file elsewhere, dictating the reported availability within /tmp. i really don't want to link to another location. i want the single /tmp folder, and an unlimited allocation. though maybe my frustration stems from incorrectly creating the link to my alternate temporary folder. who knows!?

as you see it, and confused,

Chris Rion

Last edited by eightysixme; 01-21-2005 at 03:54 PM.
 
Old 01-21-2005, 07:48 PM   #14
eightysixme
LQ Newbie
 
Registered: Nov 2003
Location: cedar rapids, iowa, usa
Distribution: Mdk. 10 Powerpack Plus, Mdv. 2006-09, RHEL 4-6, Fedora 9-15, Mint (Ver?), and more
Posts: 22

Rep: Reputation: 15
Why It's Called, "Linux Newbie"

well, as a typically straightforward and illuminating solution, i decided to use a spare unmounted partition as my mount for /tmp. the o.s. asked me if i wanted to move the contents of the current /tmp folder, into it; to which i chose 'yes'. just to be sure, i restarted--everything went well! also, i verified the available space:

# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/ide/host0/bus0/target0/lun0/part2
33G 7.1G 25G 23% /
/dev/ide/host0/bus0/target0/lun0/part5
14G 1.2G 13G 9% /home/chris/mnt/f
/dev/ide/host0/bus1/target1/lun0/part1
19G 295M 19G 2% /home/chris/mnt/jigen
/dev/ide/host0/bus0/target1/lun0/part5
21G 14G 6.3G 69% /home/chris/mnt/pax
/dev/ide/host0/bus0/target0/lun0/part1
9.8G 2.9G 7.0G 30% /home/chris/mnt/w
/dev/ide/host0/bus0/target1/lun0/part1
7.7G 293M 7.0G 4% /tmp

aah! sweet satisfaction.. now, kaudiocreator is churning away. i'm very happy! this lends stock to the saying about learning more from mistakes, than success, eh? inspiration for this, came from another post @ LQ.org. gods bless this forum!

till next time..

Chris Rion
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
tmp full- KDE won't start Trio3b Mandriva 2 11-04-2005 09:02 AM
/var/tmp/ full of .deb packages phats_O Debian 3 05-14-2005 09:06 PM
/tmp is full... benny Linux - Newbie 4 12-10-2003 04:59 AM
/tmp/ is full (so it sayz) the Linux - Newbie 5 04-03-2003 08:15 AM
My /tmp is full FNC Linux - General 3 06-05-2001 03:35 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:30 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration