[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: /tmp Cannot write: No space left on device



Kai Hendry wrote:

frodo$ mount
/dev/hda1 on / type ext3 (rw,errors=remount-ro)
This is the one you're interested in

/dev/hda6 on /home type ext3 (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw)
usbfs on /proc/bus/usb type usbfs (rw)
tmpfs on /dev type tmpfs (rw,size=10M,mode=0755)
frodo$ df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/hda1             6.5G  6.1G     0 100% /
/dev/hda6              21G   12G  7.8G  60% /home
tmpfs                 252M     0  252M   0% /dev/shm
tmpfs                  10M   72K   10M   1% /dev
frodo$ cat /etc/fstab | grep tmp
frodo$


I'm not sure how my /tmp directory works. But I've noticed a couple of times I
run out of space on it.

Why is my mount reporting it's 10M? That's tiny. I'm sure I didn't purposefully
set that whilst installing Debian.

Why does df -h give two entries for tmpfs, where both don't seem to be fully
used!


You don't have a partition specifically for /tmp, so /tmp will be stored
on the root partition, /, which df shows is full
The two tmpfs filesystems are mounted on /dev and /dev/shm and are
unrelated to /tmp

HTH

-ol

--
I will live forever, or die trying.




Reply to: