From owner-freebsd-questions@FreeBSD.ORG Fri Jul 7 16:47:37 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 4C11B16A4E6 for ; Fri, 7 Jul 2006 16:47:37 +0000 (UTC) (envelope-from bsd-unix@earthlink.net) Received: from pop-satin.atl.sa.earthlink.net (pop-satin.atl.sa.earthlink.net [207.69.195.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE64C43D45 for ; Fri, 7 Jul 2006 16:47:36 +0000 (GMT) (envelope-from bsd-unix@earthlink.net) Received: from fl-71-54-28-212.dhcp.embarqhsd.net ([71.54.28.212] helo=kt.weeeble.com) by pop-satin.atl.sa.earthlink.net with smtp (Exim 3.36 #10) id 1FytU9-0003xm-00; Fri, 07 Jul 2006 12:47:25 -0400 Date: Fri, 7 Jul 2006 12:50:19 -0400 From: Randy Pratt To: Fabian Keil Message-Id: <20060707125019.dbb4c6a6.bsd-unix@earthlink.net> In-Reply-To: <20060707131603.6f624268@localhost> References: <3fa7d6a0607062227l29bacbd0obd24a572d22a1c6f@mail.gmail.com> <20060707131603.6f624268@localhost> X-Mailer: Sylpheed version 2.2.6 (GTK+ 2.8.19; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: arungnair@gmail.com, freebsd-questions@freebsd.org Subject: Re: unable to mount VCD's X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 16:47:37 -0000 On Fri, 7 Jul 2006 13:16:03 +0200 Fabian Keil wrote: > "Arun G Nair" wrote: > > > Am unable to mount VCD's on freebsd 6.1. I have a custom kernel. > > When trying to mount it says input/output error. Am trying to copy a > > VCD as i can't play the last part of any vcd. Mplayer always says > > broken frame when it reaches the end. :( I can mount all other data > > CD's. > > Like Audio CDs Video CDs have no file system and can't be mounted. > > You could copy it with dd or readcd and cdrecord or burncd, > but it's unlikely that it will fix the broken frames. > > You could also try readcd's -c2scan option to see if > the disc itself is ok. You might try "vcdxrip" ( /usr/ports/multimedia/vcdimager ) to extract the mpeg file from the VCD. Randy --