Fail to copy DVD on ISO image

Asked by delance

I try to copy a DVD on a hard disk via contextual menu on DVD icon.
I select Copy Disk->Image file and name file.iso.
I have enough space on my partition and write abilities.

In log, I get:

Checking session consistency (brasero_burn_check_session_consistency brasero-burn.c:1744)
BraseroDvdcss called brasero_job_get_action
BraseroDvdcss called brasero_job_get_action
BraseroDvdcss called brasero_job_get_current_track
BraseroDvdcss called brasero_job_set_output_size_for_current_track
BraseroDvdcss stopping
BraseroDvdcss called brasero_job_get_action
BraseroDvdcss called brasero_job_get_session_output_size
BraseroDvdcss output set (IMAGE) image = /home/delance/Alias4-1.iso toc = none
BraseroDvdcss called brasero_job_get_session_output_size
BraseroDvdcss called brasero_job_get_action
BraseroDvdcss called brasero_job_set_use_average_rate
BraseroDvdcss called brasero_job_set_current_action
BraseroDvdcss called brasero_job_get_current_track
BraseroDvdcss DVD map created (keys retrieved)
BraseroDvdcss called brasero_job_set_current_action
BraseroDvdcss called brasero_job_get_fd_out
BraseroDvdcss called brasero_job_get_image_output
BraseroDvdcss called brasero_job_error
BraseroDvdcss finished with an error
BraseroDvdcss asked to stop because of an error
 error = 1
 message = "Impossible d'écrire les données (Erreur d'entrée/sortie)"
BraseroDvdcss stopping
Session error : Impossible d'écrire les données (Erreur d'entrée/sortie) (brasero_burn_record brasero-burn.c:2862)

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu brasero Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Tobias (ulbricht-tobias) said :
#1

My french is bad. But Input/Output error means sometimes corrupt filesystem or disk damage or similar.
Did you check:
* enough space on /home/delance?
$ df -h /home/delance

* Is your home-directory filesystem checked? what filesystem is it? if it is ext2 (and, say, /dev/sda1 ) then check:
$ sudo tune2fs -l /dev/sda1

and look for (my example)
Filesystem state: clean
Errors behavior: Continue
Mount count: 14
Maximum mount count: 50
Last checked: Fri Jan 7 11:49:31 2011
Check interval: 15552000 (6 months)
Next check after: Wed Jul 6 12:49:31 2011

* Check the syslog, i.e. provide the output of "dmesg | tail -n 20" after you have tried to copy it

* try to use another software, like k3b, cdrdao, cdrecord, etc...

Can you help with this problem?

Provide an answer of your own, or ask delance for more information if necessary.

To post a message you must log in.