Results 1 to 6 of 6
If i try to copy a file from vcd to hard disk, it gives me error:
Code:
unable to read from
/media/cdrom/mpegav/avseq01.dat
All other types of CD's work fine....
- 08-03-2005 #1Just Joined!
- Join Date
- Jun 2005
- Posts
- 45
how to copy files from a VCD?
If i try to copy a file from vcd to hard disk, it gives me error:
All other types of CD's work fine.Code:unable to read from /media/cdrom/mpegav/avseq01.dat
- 08-04-2005 #2Just Joined!
- Join Date
- Apr 2005
- Location
- India
- Posts
- 43
What commands did you use?
Have you tried other vcd's?
- 08-04-2005 #3Just Joined!
- Join Date
- Jun 2005
- Posts
- 45
through konquerer... its happenin with all VCD's i have...
- 10-21-2005 #4
bump
i'm getting the same error when trying to copy files from a vcd to my local disk. I tried in terminal as well, but same deal,..
cp: reading `/media/cdrecorder/mpegav/avseq01.dat': Input/output error
Any thoughts?
- 10-21-2005 #5Linux Newbie
- Join Date
- Mar 2003
- Location
- Istanbul/Türkiye
- Posts
- 246
http://www.gnu.org/software/vcdimager/vcdimager.html
or
http://www.vcdgear.com/
or as an example
Code:mencoder vcd//:2 -oac lavc -ovc lavc -o filename.avi
Just a Newbie....Looking 4 Info....
- 07-29-2010 #6Just Joined!
- Join Date
- Jul 2010
- Posts
- 1
It works for me thru vcdxrip command and cdfs packages
It works for me thru vcdxrip command and cdfs packages
1)1st install vcdimager packages from d distro cd/dvd or
download from d internet (search thru google.com)
rpm -ivh vcdimager<version>.rpm
mkdir 123
cd 123
vcdxrip -C /dev/hdd
where /dev/hdd is d cdrom drive; it is extracting
ls -lh(see d size of file )
avseq001.mpg avseq002.mpg avseq003.mpg ......
for single file extraction see --track/-t option
vcdxrip --help or man vcdxrip
vcdxrip -pv -t 3 -C /dev/hdd
2) search n download cdfs packages from d google.com(it is available in d internet)
1st install the package needed for kernel(uname -r) module building from d distro cd/dvd disk
tar zxvf cdfs<version>.gz
cd cdfs<version>
make
if error comes while compiling try another cdfs<version2>.gz
ls *.ko
insmod ./cdfs<version>.ko
lsmod | grep cdfs
cat /proc/modules | grep cdfs
mount -t cdfs /dev/hdd /mnt/cdrom
ls /mnt/cdrom
try copying thru cp command or graphically from /mnt/cdrom


