From owner-freebsd-questions@FreeBSD.ORG Wed Oct 23 01:56:48 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9C8B1D88 for ; Wed, 23 Oct 2013 01:56:48 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 505F42834 for ; Wed, 23 Oct 2013 01:56:48 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.7/8.14.7) with ESMTP id r9N1ubD8089624; Tue, 22 Oct 2013 19:56:37 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.7/8.14.7/Submit) with ESMTP id r9N1ubap089621; Tue, 22 Oct 2013 19:56:37 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Tue, 22 Oct 2013 19:56:37 -0600 (MDT) From: Warren Block To: Polytropon Subject: Re: click-click in floppy disk drive In-Reply-To: <20131022230000.9bfa7add.freebsd@edvax.de> Message-ID: References: <20131021135605.DSZ95987@ms5.mc.surewest.net> <20131022230000.9bfa7add.freebsd@edvax.de> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Tue, 22 Oct 2013 19:56:37 -0600 (MDT) Cc: leeoliveshackelford@surewest.net, freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Oct 2013 01:56:48 -0000 On Tue, 22 Oct 2013, Polytropon wrote: > On Mon, 21 Oct 2013 13:56:05 -0700 (PDT), leeoliveshackelford@surewest.net wrote: >> Good afternoon, dear FreeBSD enthusiast. I have recently >> installed FreeBSD 9.1 on my Hewlett-Packard Z220 workstation. >> I added a Sabrent u.s.b. floppy drive. Two days ago, I ran >> the "periodic" program. > > The "periodic" facility is just a collection of scripts for > cron that get run at specific intervals. Are you referencing > to the stock system's /etc/periodic scripts or did you add > any custom scripts? >> Ever since then, the floppy drive clicks once every 2 seconds, >> followed by a double blink of the hard drive light. Some background things like HAL may poll removable media devices to detect new media, and this might cause a floppy to click. Could depend on the manufacturer of the drive. That would be my first guess, anyway. If that is the cause, it may be possible to tell whatever is doing the polling to skip the floppy device.