After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 164352 - doesn't want to write on a rewritable disc
doesn't want to write on a rewritable disc
Status: RESOLVED FIXED
Product: nautilus-cd-burner
Classification: Deprecated
Component: cd-burner
2.9.x
Other Linux
: Normal major
: ---
Assigned To: Nautilus CD Burner Maintainers
Nautilus CD Burner Maintainers
: 166458 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2005-01-17 13:28 UTC by Sebastien Bacher
Modified: 2005-02-10 20:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastien Bacher 2005-01-17 13:28:09 UTC
Since the update to 2.9.4:

* put a RW disc in the drive
* try to record some files on it
=> 
"Insert rewritable or blank disc
Please put a rewritable or blank disc, with at least ... MiB free, into the drive.
cancel     retry disc"

Retry get back on the same dialog. The drive has been mounted by
gnome-volume-manager. 
After umounting the CD I get the dialog once and retry works.

The previous version used to unmount the CD correctly and in all the case the
message is wrong since a rewritable disc is in the drive.
Comment 1 Sivan Greenberg 2005-01-21 02:59:38 UTC
This actually seems to be a GUI problem, as clicking retry several times does
eventually burns the cd, after it was unmounted ofcourse.
Comment 2 Bastien Nocera 2005-01-24 23:21:16 UTC
This is a side-effect with checking the size of the disc before it's umounted, I
think. William?
Comment 3 William Jon McCann 2005-01-24 23:25:49 UTC
Yes, I think it is.  I should be getting my rewrite-capable drive in the mail
tomorrow.  I should be able to look into this soon.
Comment 4 William Jon McCann 2005-01-26 23:02:33 UTC
This should solve the problem.  If you still have problems with this issue
please reopen this bug.  Thanks.

2005-01-26  William Jon McCann  <mccann@jhu.edu>

	* nautilus-cd-burner.c (media_type_matches, request_media) 
	(burn_cd): Try to unmount busy volumes before asking for media.
	Add comparison between media type and is_blank to media request.
	(Closes: #164352)

	* nautilus-burn-recorder.c (nautilus_burn_recorder_wait_for_insertion):
	Move private drive unmounting functions to burn-drive.

	* nautilus-burn-drive.c
	(nautilus_burn_drive_get_media_type_from_path_full)
	(nautilus_burn_drive_get_media_type_from_path)
	(nautilus_burn_drive_get_media_type)
	(nautilus_burn_drive_hal_get_media_type_full)
	(nautilus_burn_drive_get_media_type_full)
	(nautilus_burn_drive_get_media_type_and_rewritable)
	(free_unmount_data, unmount_done, unmount_timeout, find_command)
	(unmount_thread_start, nautilus_burn_drive_unmount): Add ability
	to query media for is_blank, has_data, has_audio.  Move drive
	unmounting from burn-recorder to here and expose api.
Comment 5 Sebastien Bacher 2005-01-27 13:20:27 UTC
right, works fine now, thanks
Comment 6 William Jon McCann 2005-02-10 20:09:08 UTC
*** Bug 166458 has been marked as a duplicate of this bug. ***