From owner-freebsd-questions Mon Apr 10 00:31:31 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA00210 for questions-outgoing; Mon, 10 Apr 1995 00:31:31 -0700 Received: from mail.barrnet.net (mail.BARRNET.NET [131.119.246.7]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id AAA00200 for ; Mon, 10 Apr 1995 00:31:30 -0700 Received: from zaphod (zaphod.ttu.ee [193.40.254.227]) by mail.barrnet.net (8.6.10/MAIL-RELAY-LEN) with SMTP id AAA16612 for ; Mon, 10 Apr 1995 00:15:22 -0700 Received: from host.domain (juku.li.ttu.ee) by zaphod (5.x/SMI-SVR4) id AA11828; Mon, 10 Apr 1995 10:10:32 +0300 Received: by juku.li.ttu.ee (5.x/SMI-SVR4) id AA09707; Mon, 10 Apr 1995 10:14:19 +0300 Date: Mon, 10 Apr 1995 10:14:19 +0300 From: tanel@juku.li.ttu.ee (Tanel Kuusk) Message-Id: <9504100714.AA09707@juku.li.ttu.ee> To: questions@FreeBSD.org, PVinci@ix.netcom.com Subject: Re: Where is /tmp mounted? X-Sun-Charset: US-ASCII Mime-Version: 1.0 Content-Type: Text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Sender: questions-owner@FreeBSD.org Precedence: bulk > I've been playing with the packages and can't seen to pkg_add xemacs off > the CD. It keeps telling me that /tmp is out of space. /tmp is in the root directory, there is usually about 4 megs of free space. You can create a directory in a file system with more space and make /tmp a symbolic link to point there, but this can cause problems when in single user mode and no file systems are mounted. tanel