Date: Mon, 12 Mar 2001 12:31:41 -0800 (PST) From: Matthew Jacob <mjacob@feral.com> To: Poul-Henning Kamp <phk@critter.freebsd.dk> Cc: current@FreeBSD.ORG Subject: Latest with 'swap-backed md-based /tmp to replace mfs-based one ' Message-ID: <Pine.LNX.4.21.0103121224060.31161-100000@zeppo.feral.com> In-Reply-To: <Pine.LNX.4.21.0103121149410.31161-100000@zeppo.feral.com>
next in thread | previous in thread | raw e-mail | index | archive | help
It doesn't panic, yet. Good! Much improved! All is good, ahem, except that when I ran this tmp filesystem out of space, it takes a while before the space comes back if you remove files :-).... farrago.feral.com > lmdd of=/tmp/file /tmp: write failed, file system is full 117.19 MB in 9.07 seconds (12.9239 MB/sec) farrago.feral.com > rm /tmp/file; ls /tmp; while : ; do df -k /tmp && date && sleep 1; done Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/md10c 130520 120080 0 100% /tmp Mon Mar 12 12:29:48 PST 2001 Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/md10c 130520 120080 0 100% /tmp Mon Mar 12 12:29:49 PST 2001 Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/md10c 130520 120080 0 100% /tmp Mon Mar 12 12:29:50 PST 2001 Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/md10c 130520 120080 0 100% /tmp Mon Mar 12 12:29:51 PST 2001 Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/md10c 130520 120080 0 100% /tmp Mon Mar 12 12:29:52 PST 2001 Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/md10c 130520 120080 0 100% /tmp Mon Mar 12 12:29:53 PST 2001 Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/md10c 130520 120080 0 100% /tmp Mon Mar 12 12:29:54 PST 2001 Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/md10c 130520 120080 0 100% /tmp Mon Mar 12 12:29:55 PST 2001 Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/md10c 130520 120080 0 100% /tmp Mon Mar 12 12:29:56 PST 2001 Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/md10c 130520 120080 0 100% /tmp Mon Mar 12 12:29:57 PST 2001 Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/md10c 130520 120080 0 100% /tmp Mon Mar 12 12:29:58 PST 2001 Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/md10c 130520 120080 0 100% /tmp Mon Mar 12 12:29:59 PST 2001 Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/md10c 130520 120080 0 100% /tmp Mon Mar 12 12:30:00 PST 2001 Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/md10c 130520 120080 0 100% /tmp Mon Mar 12 12:30:01 PST 2001 Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/md10c 130520 8 120072 0% /tmp Mon Mar 12 12:30:02 PST 2001 Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/md10c 130520 8 120072 0% /tmp Mon Mar 12 12:30:03 PST 2001 -matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.21.0103121224060.31161-100000>