From owner-freebsd-current@FreeBSD.ORG Fri Aug 29 10:11:36 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C675F16A4BF for ; Fri, 29 Aug 2003 10:11:36 -0700 (PDT) Received: from puffin.mail.pas.earthlink.net (puffin.mail.pas.earthlink.net [207.217.120.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F21043F93 for ; Fri, 29 Aug 2003 10:11:35 -0700 (PDT) (envelope-from tlambert2@mindspring.com) Received: from user-2ivfjas.dialup.mindspring.com ([165.247.205.92] helo=mindspring.com) by puffin.mail.pas.earthlink.net with asmtp (SSLv3:RC4-MD5:128) (Exim 3.33 #1) id 19smmc-00054Q-00; Fri, 29 Aug 2003 10:11:34 -0700 Message-ID: <3F4F8916.8A3EB699@mindspring.com> Date: Fri, 29 Aug 2003 10:10:46 -0700 From: Terry Lambert X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-current@freebsd.org References: <3F4DBD62.C8675452@mindspring.com> <20030828165031.GA91019@dragon.nuxi.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-ELNK-Trace: b1a02af9316fbb217a47c185c03b154d40683398e744b8a4e2dad7c511c84488bb5d4b9fab6ae74b387f7b89c61deb1d350badd9bab72f9c350badd9bab72f9c cc: Adam K Kirchhoff Subject: Re: IDE DVD playback on 5.1-CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Aug 2003 17:11:36 -0000 David O'Brien wrote: > On Thu, Aug 28, 2003 at 01:29:22AM -0700, Terry Lambert wrote: > > 1) dd if=/dev/acd0 count=1 of=/dev/null > > 2) dd if=/dev/acd0c count=1 of=/dev/null > > 3) dd if=/dev/acd0a count=1 of=/dev/null > ^^^^ > bs=2k Yes, sorry; I forgot that FreeBSD's dd does not stat its endpoints to see if they are devices, and gets the st_blksize and insists that it be used (at least internally) for S_IFBLK and S_IFCHR values of st_mode. Perhaps it should be unbroken by someone with a commit bit and/or the ability to have their send-pr's not rejected as relay SPAM. 8-p. -- Terry