[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] /tmp directory full!!
- Subject: [ale] /tmp directory full!!
- From: cfowler at outpostsentinel.com (cfowler)
- Date: 05 Feb 2003 10:23:04 -0500
One idea is to make tmp its own fs so it does not fill root.
Maybe it is possible to have mount -a mount a loop device as /tmp
#1) Create a blank file somewhere for tmp
dd if=/dev/zero of=/etc/tmp.fs bs=1024k count=100
2) Mount the file
losetup /dev/loop0 /etc/tmp.fs
mount /dev/loop0 /tmp
Maybe someone here would know an fstab entry that iwll automagically do
#2
On Wed, 2003-02-05 at 10:17, mark wrote:
> Has anyone had /tmp fill up a partition? Even after rebooting /tmp remains full?? Thanks, Mark
_______________________________________________
Ale mailing list
Ale at ale.org
http://www.ale.org/mailman/listinfo/ale