From owner-freebsd-stable@freebsd.org Sun Sep 11 21:54:02 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF74EBD60EE for ; Sun, 11 Sep 2016 21:54:02 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from mail.farley.org (mail.farley.org [IPv6:2001:470:1f07:14d3:2::11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B23AAEC5 for ; Sun, 11 Sep 2016 21:54:02 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from thor.farley.org (thor.farley.org [IPv6:2001:470:1f07:14d3:1:0:0:5]) by mail.farley.org (8.15.2/8.15.2) with ESMTP id u8BLs00W016393 for ; Sun, 11 Sep 2016 17:54:00 -0400 (EDT) (envelope-from scf@FreeBSD.org) Date: Sun, 11 Sep 2016 17:54:00 -0400 (EDT) From: "Sean C. Farley" To: freebsd-stable@FreeBSD.org Subject: Slow CD access until primed by readcd (cdrtools) Message-ID: User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII X-Spam-Status: No, score=-2.9 required=4.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mail.farley.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2016 21:54:03 -0000 I ran into an issue with at least a few CD's where the access to them mounted as cd9660 was very slow. dd of /dev/cd0 was also slow. However, if I run readcd (from cdrtools-devel-3.02a06,1) at least once, which would run at full speed, then any access to the disc whether mounted or not is at full speed. I do not recall this happening in the past, but this is with a newer computer (i.e., newer drive). It appears to be that something is determining the full speed correctly when readcd is run and is keeping that state until the disc is removed while mounting or running dd against the drive does not. OS: 10.3-STABLE (r304921) amd64. pass0: Removable CD-ROM SCSI device pass0: 150.000MB/s transfers (SATA 1.x, UDMA6, ATAPI 12bytes, PIO 8192bytes) Any ideas? Sean -- scf@FreeBSD.org