From owner-freebsd-questions@freebsd.org Mon Nov 2 07:40:23 2015 Return-Path: Delivered-To: freebsd-questions@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 15AE3A24BE3 for ; Mon, 2 Nov 2015 07:40:23 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id E93E0192A for ; Mon, 2 Nov 2015 07:40:22 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) Received: by mailman.ysv.freebsd.org (Postfix) id E753BA24BE2; Mon, 2 Nov 2015 07:40:22 +0000 (UTC) Delivered-To: questions@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 E6E77A24BE1 for ; Mon, 2 Nov 2015 07:40:22 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) Received: from alogt.com (alogt.com [69.36.191.58]) (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 C407A1929 for ; Mon, 2 Nov 2015 07:40:22 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References: In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=rO5H33QG1y04CwzgMbzoRcbso+zP5P6mCRq4LLX694o=; b=dwQP0ztSopxHaSXKBlxipfL6VF pFdGG5Q9jLrAzgBeZigzngnkgULAqvHL5+aR2alEzfBTubSdR9K6ZrdY85ntmy6QbUxmD6wEIcyQ9 xHlxs31R4Sxp/hCdXrPAPakwaMDxo/B+BKkW3w1JlR0wTPKDHhUMHmeC7T+soRrTvyVI=; Received: from [114.124.25.10] (port=32607 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.86) (envelope-from ) id 1Zt8iJ-001SWz-IF; Sun, 01 Nov 2015 23:35:32 -0700 Date: Mon, 2 Nov 2015 14:35:26 +0800 From: Erich Dollansky To: Kevin Oberman Cc: questions@freebsd.org Subject: Re: USB DVD recorder rips too slowly Message-ID: <20151102143526.2c873ade@X220.alogt.com> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Authenticated-Sender: sl-508-2.slc.westdc.net: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Nov 2015 07:40:23 -0000 Hi, On Sun, 1 Nov 2015 12:51:46 -0800 Kevin Oberman wrote: > I recently purchased a no-name DVD player/recorder. It works normally > (at least for reading) on Windows, but won't work well on FreeBSD. > grip reports a speed of no more than 2.2x and only gets there at the > end of track, so it takes a long time to rip a disc... almost as > long as to play it. Windows gets to about 24x on inner tracks and > well over 30x on outer ones. > > In the case that this is simply not going to work, any suggestions > for a cheap USB CD/DVD unit that works well with FreeBSD? what happens when you copy the data with dd? I have also an external DVD drive which works fine but I do not rip DVDs with it, I only copy them. Erich