Re: unable to mount VCD's

2006-07-10 Thread Arun G Nair

AFAIK, FreeBSD 4.x used to mount VCD's. I remember doing so. But don't
know why am unbale to do it on 6.1 . What are the kernel options that
are needed to do this ?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: unable to mount VCD's

2006-07-08 Thread steveb
On Fri, Jul 07, 2006 at 01:16:03PM +0200, Fabian Keil wrote:

 Like Audio CDs Video CDs have no file system and can't be mounted.

This is incorrect. VCDs have an ISO9660 file system with a specific
ordering of files within.
The VCD may be copy protected. But I wouldn't think that would stop
the original poster from mounting it.

Steve
-- 
Sed omnia praeclara tam difficilia, quam rara sunt.
06 12 09 0E 0B 12 15 0C 05 13

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: unable to mount VCD's

2006-07-07 Thread Fabian Keil
Arun G Nair [EMAIL PROTECTED] 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. 

Fabian
-- 
http://www.fabiankeil.de/


signature.asc
Description: PGP signature


Re: unable to mount VCD's

2006-07-07 Thread Victor Lundwall
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Arun G Nair wrote:
 Hi,
   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.
 
 TIA
 

Hi!

Try mount_cd9660 -s 0 /dev/acd0 /cdrom
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFErlS2st+Hv5XgQPwRAivKAJ9JzEpW6cnUN3rEUbG+iuJu4wARUACfcste
h0unCPO4jsyHHqWebdnEhC8=
=bLHz
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: unable to mount VCD's

2006-07-07 Thread Randy Pratt
On Fri, 7 Jul 2006 13:16:03 +0200
Fabian Keil [EMAIL PROTECTED] wrote:

 Arun G Nair [EMAIL PROTECTED] 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

-- 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]