Subject: Video CD support in -current?
To: None <current-users@netbsd.org>
From: Sean Doran <smd@ebone.net>
List: current-users
Date: 11/21/2000 22:50:56
Hi -
Is there any way to get at the bits on a Video CD under -current?
I have drives which can handle VCD stuff -- one DTRT under billware, even --
but I can't figure out how to get to the bits in NetBSD.
For example,
dd if=/dev/rcd0d of=foo bs=2048
dd: /dev/rcd0d: Invalid argument
0+0 records in
0+0 records out
0 bytes transferred in 1 secs (0 bytes/sec)
crasse# mount /dev/cd0d /mnt
crasse# cd /mnt/mpegav
crasse# ls -l
total 550684
-r-xr-xr-x 1 root wheel 12468224 Oct 3 07:23 avseq01.dat
-r-xr-xr-x 1 root wheel 14104576 Oct 11 10:33 avseq02.dat
-r-xr-xr-x 1 root wheel 537327616 Oct 13 07:19 avseq03.dat
crasse# cat avseq01.dat
cat: avseq01.dat: Invalid argument
Is there any hope?
Sean.