Unable to read certain files from CD, but works on Windows
Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
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.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Unable to read certain files from CD, but works on Windows
Hello,
I have a collection of some 97 mp3s on a CD, burned by a friend.
It is a Imation CD burned using HP CD WRITER.
Windows (installed on a seperate machine) copies all files from the CD perfectly to the hard disk, without any error.
However, on Linux, 26 mp3s are only half copied because of an "Input/Output error (5)". The CD is unscratched & unsmudged. And my cdrom on the linux machine is 40X.
Can anybody explain why this is so ?
THe cdwriter wrote an image of iso9660, that same that Linux requires.
Do you have the HD on the same IDE channel as the CDROM? I used to get some errors when I did, I simply put them on separate IDE cables, and viola! No more errors. Since windows is on a separate machine, maybe this is not the setup of the other machine. Check that out, I think you may be happy with the results.
may(5%) the kernel need the joliet fs to copy them
anyway..
try this may will help:
# dd if=/dev/cdrom of=~/image.iso
will take a while and you will see image.iso at your home dir.
# mkdir ~/97mp3
# mount -t iso9660 -o loop=/dev/loop0 ~/image.iso /mnt/cdrom
# cp -a /mnt/cdrom/* ~/97mp3
# rm ~/image.iso
I wonder why, if there was a HDE problem, it would only occur on THIS CD. All other cds that (other) friends have burned for me on Windows have worked perfectly !!
Maybe you need new friends. Teach them the ways of the Linux. Make them join the dark side. Use your mind tricks. Do not let them believe they are using their computers to it's fullest.
Oh Sheesh,, Obviously, the CD-ROM of your Linux compuer is unable to read the recorded CD, whereas the CD-rom in the separate Windows Machine can,, if you really want to test this, swap the CD-ROM drives.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.