From owner-freebsd-questions@FreeBSD.ORG Wed Dec 22 16:08:17 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 7E8E716A4CE for ; Wed, 22 Dec 2004 16:08:17 +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 5229E43D60 for ; Wed, 22 Dec 2004 16:08:17 +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 9891AE028 for ; Wed, 22 Dec 2004 08:08:16 -0800 (PST) From: "comm/JT" To: Date: Wed, 22 Dec 2004 08:13:40 -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: <20041222160816.9891AE028@cmlapp400.van.ca.siteprotect.com> Subject: REPOST: TAR and SCSI Tape Drive Troubles. 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 16:08:17 -0000 Hello, I never had a subject in my last post, so I am posting this again, sorry. 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. ====== -JT