LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 01-02-2004, 11:37 PM   #1
ShaanAli
Member
 
Registered: Jun 2003
Location: Bangalore, India
Distribution: RedHat 9, Sun solaris 10, Windows 2000
Posts: 46

Rep: Reputation: 15
Coping from working CD gives I/O Error...


Hi,
I am facing one strange problem in my Linux machine. Every thing was ok before. But last few days, it started giving me "I/O Error" while coping any data from CD to any normal hard disk folder. This Error does not comes always. Every thing seems to be fine, as i am able to copy using same machine's windows operating system. Using X-windows or using Cp command, i get same result "I/O Error". If CD is of any movie CD, I am not able to copy but using Xine i can see movie.

do any one of u also face same problem? Do i need to compile my kernel? I am using Linux last 4 months. It was ok till last few days.


I have,

Red Hat 9.0
Intel P IV
Samsung Combo Drive
SeaGate hard disk.

Do u have any idea?

regards,
Shahnaz.
 
Old 01-03-2004, 12:18 AM   #2
UltimaGuy
Member
 
Registered: Aug 2003
Location: Chennai, India
Distribution: PCLinuxOS .92, FC4
Posts: 840

Rep: Reputation: 32
I had the same problem with movie cds. But I can copy ordinary data cd's normally. Whenever I try to copy mvie cd's, I/O errors pop up. You can try to dd the entire cd, so that you can save it.
 
Old 01-03-2004, 01:27 AM   #3
Mugatu
Member
 
Registered: Dec 2003
Location: VA
Distribution: Ubuntu
Posts: 193

Rep: Reputation: 30
yeah, i think i'm having the same problems when i'm copying movies over my network that are about CD size in .avi format. what exactly does dd do and how do i use it?
 
Old 01-03-2004, 01:32 AM   #4
krussell
Member
 
Registered: Jul 2003
Location: dhaka
Distribution: Slackware 11 (fixed), MEPIS
Posts: 241

Rep: Reputation: 30
hi there
you have NO problem with your linux.
you CANNOT copy a movie file from a movie cd, the folders you see inside a movie cd are "virtual" folders. and when you copy a movie file in windows it actually "rips" it off the cd. in linux you cannot rip directly. instead you have to use a ripper thing. try to find an appropriate ripper for your distro.
 
Old 01-03-2004, 01:48 AM   #5
ShaanAli
Member
 
Registered: Jun 2003
Location: Bangalore, India
Distribution: RedHat 9, Sun solaris 10, Windows 2000
Posts: 46

Original Poster
Rep: Reputation: 15
Hi all,
Thanks for participating here. It looks, i am not alone in boat.

But Mr krussell, what about DVD movies ? do we need ripper for DVD also? I remember i was able to copy my last DVD movie. although it was giving me same Error message, but i was keep clicking on skip option. In end, i had all the files with same size as on DVD. I think, that was the only DVD i tried to copy.

Do u know any best ripper for Red hat?

and TOP of that, i dont remember exactly, if i am able to copy Data files or not. Or this problem is only with VCD's I need a break, Now i am in office. and every where here in office Mr Gates are smiling. I have to go home to check this again.



regards,
Shahnaz.
 
Old 01-03-2004, 03:27 AM   #6
krussell
Member
 
Registered: Jul 2003
Location: dhaka
Distribution: Slackware 11 (fixed), MEPIS
Posts: 241

Rep: Reputation: 30
"and every where here in office Mr Gates are smiling"...same here for me too. but so far as i remember, there are rippers for dvd.

i personally tried many rippers, but failed. cannot recommend you anything there, sorry
 
Old 01-05-2004, 12:12 AM   #7
ShaanAli
Member
 
Registered: Jun 2003
Location: Bangalore, India
Distribution: RedHat 9, Sun solaris 10, Windows 2000
Posts: 46

Original Poster
Rep: Reputation: 15
Hi guys,
I got it finally. and i learnt a lot also from this small discussion. Not just how to dump VCD to hard disk.

I was not knowing its only VCD which was creating this problem. I was thinking, its in my some data CD's as well. Any way Mr Krussell says right, we need a ripper to dump VCD and i found 2 rippers. One is our own "mplayer" and another is "VCDImager".

I am using mplayer for watcing movies since a long time. Its very fine. I always used to watch movies from hard disk (as i was not able to play directly from CD ). But i never knew i just have to pass "-vcd 1" to watch movie directly from CD. I used to give directly path of CD, which used to get fail in end. So i had to copy to hard disk from VCD first, and that is the point where this thread started. I never could copy in hard disk in Linux. So i had to switch to Windows. Copy in hard disk. and then watch in linux using mplayer. (Long way just to watch in Linux. But i love watching in linux. Its gives more faster controls then Windows media player.)

I got to know now, just giving "-vcd 1" can play directly from CD.

Any way according to doc of mplayer, if u install mplayer, u will get "mencoder" (which i dont get, i dont know reason) which can be used to dump .dat file to hard Disk. here is how,
"mencoder -vcd 1 -ovc copy -oac copy -of mpeg -o output.mpg"

As i dont have mencoder installed in my system, i could not test it. I found options in mplayer too to dump. If u need just audio or just video or both. u have freedom to do so. here is how.

"mplayer -vcd 1 -dumpstream -dumpfile output.mpg"
it will dump both audio as well video.

for only audio i guess,
"mplayer -vcd 1 -dumpaudio -dumpfile output.mpg"
and for only video its,
"mplayer -vcd 1 -dumpvideo -dumpfile output.mpg"


I didnt get time to check VCDImager. I had to sleep.

Just give it try.......

thanks.

regards,
Shaan.
 
Old 01-05-2004, 03:25 AM   #8
krussell
Member
 
Registered: Jul 2003
Location: dhaka
Distribution: Slackware 11 (fixed), MEPIS
Posts: 241

Rep: Reputation: 30
hello ShaanAli
for ripping you can try http://www.exit1.org/dvdrip/doc/inst...pp#source_tgz, this application needs "transcode" that you can download from http://www.theorie.physik.uni-goetti...ich/transcode/
 
Old 01-05-2004, 04:59 AM   #9
ShaanAli
Member
 
Registered: Jun 2003
Location: Bangalore, India
Distribution: RedHat 9, Sun solaris 10, Windows 2000
Posts: 46

Original Poster
Rep: Reputation: 15
Hi krussell,
Thanks for ur reply. I got already mplayer working for me. I checked only VCD, not DVD. I will try ur link as well, if i face any problem in my mplayer. Or may be others can try out if they dont have mplayer.

thanks again man.

regards,
Shaan
 
Old 08-15-2004, 03:27 PM   #10
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
hi there

try out this link to get VCDS copied to ur harddisk
downlaod the CDFS module from the list according to ur kernel

regards

gaurav
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Permission Denied while coping files busaussie Linux - General 5 01-05-2006 11:26 AM
Coping form CD IvanJ Linux - Software 3 07-20-2005 08:32 AM
Coping VCDs Directly usa1234 Linux - Software 1 03-19-2005 08:35 AM
coping a .bin file laclac01 Linux - General 2 05-04-2004 02:40 PM
cp -R /mnt/cdrom/* not coping the current CD michaelf101 Linux - Software 3 07-27-2003 11:21 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:07 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration