From owner-freebsd-questions@FreeBSD.ORG Wed Nov 24 17:45:13 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD62516A4CF for ; Wed, 24 Nov 2004 17:45:13 +0000 (GMT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8380E43D46 for ; Wed, 24 Nov 2004 17:45:13 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.1) id iAOHjCDA033506; Wed, 24 Nov 2004 11:45:12 -0600 (CST) (envelope-from dan) Date: Wed, 24 Nov 2004 11:45:12 -0600 From: Dan Nelson To: David Newman Message-ID: <20041124174512.GF95873@dan.emsphone.com> References: <20041124092759.I5865@ns.networktest.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041124092759.I5865@ns.networktest.com> X-OS: FreeBSD 5.3-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.6i cc: freebsd-questions@freebsd.org Subject: Re: partition full, recreating a tape device X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Nov 2004 17:45:14 -0000 In the last episode (Nov 24), David Newman said: > Greetings. This is regarding a FSBD 4.10-RELEASE system. > > df -h shows the root file system is 109 percent utilized: > > Filesystem Size Used Avail Capacity Mounted on > /dev/aacd0s1a 126M 126M -9.9M 109% / > > The culprit is a rewindable tape drive in /dev. It shows up as an ordinary > file, not as a device (like the nonrewindable device, /dev/nsa1): > > -rw-r--r-- 1 root wheel 83046400 Nov 20 01:02 /dev/nsa1 > crw-r----- 1 root wheel 14, 16 Nov 24 05:50 /dev/rsa1 > > Question: How do I correct this so that: > > 1. /dev/nsa1 shows up as a regular device; and > 2. /dev/nsa1 doesn't fill up the filesystem Remove /dev/nsa1, and run ./MAKEDEV sa1, which will recreate all the device nodes for sa1, including nsa1. -- Dan Nelson dnelson@allantgroup.com