Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!brl-adm!adm!mwm%violet.Berkeley.EDU@BERKELEY.EDU From: mwm%violet.Berkeley.EDU@BERKE (No one lives forever.) Newsgroups: comp.unix.wizards Subject: Re: /usr a misnomer? (was File Syst Message-ID: <5034@brl-adm.ARPA> Date: Thu, 19-Mar-87 06:15:04 EST Article-I.D.: brl-adm.5034 Posted: Thu Mar 19 06:15:04 1987 Date-Received: Sat, 21-Mar-87 02:44:28 EST Sender: news@brl-adm.ARPA Lines: 16 >> On the other hand, today many of us run with nice, b-i-g /tmp partitions >> and with /usr partitions that are basically static and mostly full, >> rendering that strategy ill advised... Yes, but if you did that, you took care of lots of non-static things on /usr besides /usr/tmp. The same technic should be used on /usr/tmp. For instance, the following commands on a BSD system work quite nicely (single-user, with /usr mounted): # rm -rf /usr/tmp # ln -s /tmp /usr/tmp I'd be interested in what you did for V the system, if that's what you're running.