From owner-freebsd-hackers Tue Jun 10 23:15:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id XAA04161 for hackers-outgoing; Tue, 10 Jun 1997 23:15:14 -0700 (PDT) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA04156 for ; Tue, 10 Jun 1997 23:15:09 -0700 (PDT) Received: (from root@localhost) by dyson.iquest.net (8.8.5/8.8.5) id BAA04741; Wed, 11 Jun 1997 01:14:36 -0500 (EST) From: "John S. Dyson" Message-Id: <199706110614.BAA04741@dyson.iquest.net> Subject: Re: tar hangs 2.2.x system In-Reply-To: <339E2A64.7ED1@fps.biblos.unal.edu.co> from "Pedro F. Giffuni" at "Jun 10, 97 09:32:37 pm" To: pgiffuni@fps.biblos.unal.edu.co (Pedro F. Giffuni) Date: Wed, 11 Jun 1997 01:14:36 -0500 (EST) Cc: dennis@etinc.com, hackers@FreeBSD.ORG Reply-To: dyson@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > dennis wrote: > > > > Every since loading 2.2.x the following command: > > > > tar -cvf /dev/fd0 somefiles > > > > will hang the system (where reset seems to be the only recourse) if > > there is no diskette in the drive. > > > Use pax and file a PR :-) > Even though the command should not really hang the system (it is a bug), you should likely do the following command: tar -cvf /dev/rfd0 somefiles Note the "raw" device. John