From owner-freebsd-questions@FreeBSD.ORG Wed Dec 22 05:46:23 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 4E86716A4CE for ; Wed, 22 Dec 2004 05:46:23 +0000 (GMT) Received: from cmlapp400.van.ca.siteprotect.com (cmlapp400.van.ca.siteprotect.com [204.174.223.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB54C43D2F for ; Wed, 22 Dec 2004 05:46:22 +0000 (GMT) (envelope-from comm@rwx.ca) Received: from dean (S0106000ea67c0d69.vc.shawcable.net [24.80.111.64]) by cmlapp400.van.ca.siteprotect.com (Postfix) with ESMTP id 2D5EDEB14 for ; Tue, 21 Dec 2004 21:46:22 -0800 (PST) From: "comm" To: Date: Tue, 21 Dec 2004 21:51:05 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Thread-Index: AcTn6jmoKA9BLNrlSZayiUxzlPvWtA== Message-Id: <20041222054622.2D5EDEB14@cmlapp400.van.ca.siteprotect.com> Subject: 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, 22 Dec 2004 05:46:23 -0000 Hello, I have recently installed a SCSI tape drive in my FBSD box: Waiting 15 seconds for SCSI devices to settle sa0 at sym0 bus 0 target 6 lun 0 sa0: Removable Sequential Access SCSI-2 device sa0: 10.000MB/s transfers (10.000MHz, offset 15) I then tried to actually put some files on the tape using tar and had the following message in 'demsg': Dec 21 10:38:11 taco kernel: (sa0:sym0:0:6:0): lost device Dec 21 10:38:11 taco kernel: (sa0:sym0:0:6:0): failed to write terminating filemark(s) Dec 21 10:38:12 taco kernel: (sa0:sym0:0:6:0): tape is now frozen- use an OFFLINE, REWIND or MTEOM command to clear this state. Dec 21 10:38:12 taco kernel: (sa0:sym0:0:6:0): removing device entry I have no clue how to add the device entry again, I tried rebooting the box. I even tried some commands with 'devfs'... and got no where. Any ideas... Thanks. ====== -comm