Page 1 of 4 123 ... LastLast
Results 1 to 10 of 35

Thread: CD Data is not getting copied to Hard Disk

  1. #1
    Join Date
    Jun 2008
    Beans
    7

    Question CD Data is not getting copied to Hard Disk

    hi,

    I have recently installed ubuntu 8.04. Whenevr i try to copy any CD or DVD to my hard disk i get error saying
    "there was an error copying the file into /media/Data/mpegav.
    Details:
    Error reading from file: Input/output error"

    Here Data is my mounted windows drive. as i have dual OS with windows vista i tried to copy same disc in windows and it gets copied without giving any error.so i think there has to be some problem with my linux installation only.

    Can anyone tell me what can be the possible cause for this.

    Thankx in advance.
    Ankur

  2. #2
    Join Date
    Aug 2007
    Location
    Paris
    Beans
    5,538
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: CD Data is not getting copied to Hard Disk

    It could be a problem with permissions. Try copying as root (if you don't know how, ask).

    You could also try copying to somewhere on your Ubuntu partition first (e.g. your desktop) and then from there copy over to the Windows partition.

  3. #3
    Join Date
    Jun 2008
    Beans
    7

    Re: CD Data is not getting copied to Hard Disk

    Hi,

    I tried your suggestion "copying using root user access on my user desktop(linux) partition."

    but still i am having the same problem.

  4. #4
    Join Date
    Aug 2007
    Location
    Paris
    Beans
    5,538
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: CD Data is not getting copied to Hard Disk

    Can you copy any files (not just from a CD, but from anywhere on your hard drive) into the Windows partition when it's mounted under Ubuntu?

  5. #5
    Join Date
    Jun 2008
    Beans
    7

    Re: CD Data is not getting copied to Hard Disk

    yes....i am able to copy from windows partition to linux ,from linux to windows partition,linux/windows partition to external hard disk,external hard disk to windows/linux partition....only when i have to copy from cd/dvd i am facing this issue.

  6. #6
    Join Date
    Jun 2008
    Beans
    7

    Re: CD Data is not getting copied to Hard Disk

    As i was trying to figure out more specific problem....i found out most of the cd/dvd are movies disk.which was not even playing with vlc/mplayer. but when i tried to copy from data cd i was able to copy.

    so can anyone help me with how can i copy any movie cd/dvd to hard disk in linux.

  7. #7
    Join Date
    Aug 2007
    Location
    Paris
    Beans
    5,538
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: CD Data is not getting copied to Hard Disk

    I assume that the disks are encrypted, which explains why Ubuntu can't play them. You have to install the software to deal with protected disks (for philosophical and legal reasons Ubuntu doesn't include this by default):
    Code:
    sudo apt-get install ubuntu-restricted-extras
    Then see if you can copy. If it still doesn't work, please give more information on how you're trying to copy...are you exploring the CD in Nautilus (the graphical file browser) and trying to drag and drop files onto the hard drive?

  8. #8
    Join Date
    Jun 2008
    Beans
    7

    Re: CD Data is not getting copied to Hard Disk

    i have installed ubuntu-restricted-extras but still i am not able to copy/play.

    for copying i am exploring the CD in Nautilus copy with right click then going to desktop and pasting with right click. also i tried copying with cp command in terminal but i am getting same error only.

  9. #9
    Join Date
    Aug 2007
    Location
    Paris
    Beans
    5,538
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: CD Data is not getting copied to Hard Disk

    What if you copy a file from the CD to your Ubuntu desktop, and then from your desktop, you copy that same file over to the Windows partition? In other words, it would be something like (from terminal):
    Code:
    cp /media/cdrom0/file ~/Desktop/file
    cp ~/Desktop/file /media/disk
    this would work, right?

  10. #10
    Join Date
    Jun 2008
    Beans
    7

    Re: CD Data is not getting copied to Hard Disk

    i am already trying the same way .

    this was not working.....

    i am currently updating my linux system.might be that can help with this.

    also i am reinstalling restricted-extra package.

    will post here after that the if the problem gets resolved.

Page 1 of 4 123 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •