From owner-freebsd-questions@freebsd.org Wed Oct 26 07:10:34 2016 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 CC865C22CFA for ; Wed, 26 Oct 2016 07:10:34 +0000 (UTC) (envelope-from holin@iki.fi) Received: from vs16.mail.saunalahti.fi (vs16.mail.saunalahti.fi [62.142.117.197]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "vs16.mail.saunalahti.fi", Issuer "vs16.mail.saunalahti.fi" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 849C4FD5 for ; Wed, 26 Oct 2016 07:10:34 +0000 (UTC) (envelope-from holin@iki.fi) Received: from vams (localhost [127.0.0.1]) by vs16.mail.saunalahti.fi (Postfix) with SMTP id DE6BC20084 for ; Wed, 26 Oct 2016 10:04:36 +0300 (EEST) Received: from gw03.mail.saunalahti.fi (gw03.mail.saunalahti.fi [195.197.172.111]) by vs16.mail.saunalahti.fi (Postfix) with ESMTP id D157D20084 for ; Wed, 26 Oct 2016 10:04:36 +0300 (EEST) Received: from macpro.local (62-78-248-13.bb.dnainternet.fi [62.78.248.13]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by gw03.mail.saunalahti.fi (Postfix) with ESMTPSA id C7D8620035 for ; Wed, 26 Oct 2016 10:04:35 +0300 (EEST) Subject: Re: Recommendation for command line dvd cloner. To: freebsd-questions@freebsd.org References: <580FE553.1080501@gmail.com> <20161026074345.d204fe4c0e6184e3061cb444@sohara.org> From: Heikki Lindholm Message-ID: <5810557D.1030409@iki.fi> Date: Wed, 26 Oct 2016 10:04:29 +0300 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <20161026074345.d204fe4c0e6184e3061cb444@sohara.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2016 07:10:34 -0000 26.10.2016, 9.43, Steve O'Hara-Smith kirjoitti: > On Tue, 25 Oct 2016 19:05:55 -0400 > Ernie Luzar wrote: > >> Hello List; >> >> I want to clone some movie dvd's. Not running xorg. >> Looking for recommendation for package that works from the command line. > > If they're not copy protected then dd will do as suggested by > Valeri Galtsev otherwise lxdvdrip is worth a try. or ddrescue (should get closest to a "clone", depending on how badly your drive gets confused by bad sectors) or dvdbackup (http://dvdbackup.sourceforge.net/) After dd or ddrescue you would still need a player that can cope with the copy protection if there is one.