SlackwareThis Forum is for the discussion of Slackware Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Distribution: Slackware 10, Open BSD 3.6, Mac OS 10.3.7, Splack 10 beta
Posts: 393
Rep:
Cat input output error
I'm trying to back up some cds on to my harddrive. The first cd worked fine when i did cat /dev/hdc > cd1.iso but when i tried to do this again i got the following error. cat: /dev/hdc: Input/output error. I'll tried several other cds but none of them will work. I wasn't aware that i changed anything. What could cause this error?
well it happened to me when i was moving the large files from doom3 disks onto my hard drive for the linux version... The cd rom would become inaccessible for anywhere from about 10 to 30 mins. and then worked again. I could still read from the disk tho (with ls never tried cat.)
well, i got a different error, but I was trying to unmount it, and it gave me a "could not umount drive is busy" when it wasnt. Im not saying that these incidences were related, but it could be??
*edit* after doing some research, this might be caused by a disk error, i would check you dmesg log
This seems to me to be a problem with using 'cat'. If you use cat for a /dev it will continue to cat forever sometimes. And if you are able to kill the process at all, your console has 'binary', strange looking characters. You can type 'reset' to fix that. But sometimes you can't even kill the process beacuse the keyboard doesn't respond, or perhaps it does let you swith to another tty and kill the process from there.
Don't use 'cat' on binaries or on /dev's.
dd doesn't care what the data is -it just writes it directly without reading it. Don't mount the drive your dd'ing from, or to, if theat's the case
BTW, the -R option(not -r) for 'cp' keeps it from reading the data it copies -sometimes cures a data corruption when using 'cp'.
Distribution: Slackware 10, Open BSD 3.6, Mac OS 10.3.7, Splack 10 beta
Posts: 393
Original Poster
Rep:
I think i'm just going to use mkisofs for now. If somone could tell me why this doesn't work for most games that would be great. The size of the disk doesn't matter, i made an iso of a home made dvd (which was 3.7G). Plus the only way i've ever been able to copy this stuff on windoze was wth Alcohol 120%, which gets by safedisk. I don't you think you can copy it with Nero.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.