From owner-freebsd-questions@FreeBSD.ORG Wed Apr 23 06:13:15 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 711BE37B401 for ; Wed, 23 Apr 2003 06:13:15 -0700 (PDT) Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63DFB43F75 for ; Wed, 23 Apr 2003 06:13:14 -0700 (PDT) (envelope-from fgleiser@cactus.fi.uba.ar) Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by cactus.fi.uba.ar (8.12.3/8.12.3) with ESMTP id h3NDAO2f072604; Wed, 23 Apr 2003 10:10:24 -0300 (ART) (envelope-from fgleiser@cactus.fi.uba.ar) Date: Wed, 23 Apr 2003 10:10:24 -0300 (ART) From: Fernando Gleiser To: Jason Morefield In-Reply-To: <200304222031.41947.jasonm@techie.com> Message-ID: <20030423100832.Q56950-100000@cactus.fi.uba.ar> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Status: No, hits=-119.5 required=5.0 tests=EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT, REPLY_WITH_QUOTES,USER_IN_WHITELIST version=2.53 X-Spam-Checker-Version: SpamAssassin 2.53 (1.174.2.15-2003-03-30-exp) cc: freebsd-questions@freebsd.org Subject: Re: Copying a VCD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 13:13:15 -0000 On Tue, 22 Apr 2003, Jason Morefield wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > First of all thank you in advance for all your help. > > What I'm trying to do is copy a VCD. I have googled, searched the archives > and pulled my hair out pretty close to completion. I have tried mounting the > cd which works but i cannot copy the data off of it. I have tried using "dd" > to copy straight from /dev/acd0c and it doesn't work. I know that VCD's use > a seperate track for each video file so i followed the instructions in the > handbook for audio cd copying in the hopes it would work. This included "cd > /dev; sh MAKEDEV acd0t99" then trying to use "dd" from the second track. The > second track is the video track i confirmed this using "cdcontrol -f > /dev/acd0c" and the "info" command. mplayer can and will play any of the > VCD's i use but i cannot find a way to copy them. This is on FreeBSD > 4.7-RELEASE on an i386. My dmesg follows. Once again thank you for all your > help > Try cdrdao, it is in the ports. I don't know if it works with ATAPI burners, but with SCSI it works great. Fer