From: Kern Sibbald Date: Wed, 29 Jun 2005 14:24:41 +0000 (+0000) Subject: - Attempt to fix DVD writing by eliminating a number of the X-Git-Tag: Release-1.38.0~336 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8d9b8e002e1c8dfb68db7434fd5f8538cd1771a1;p=bacula%2Fdocs - Attempt to fix DVD writing by eliminating a number of the DVD subroutines to simplify. - Modify DEVICE::open() to take dcr as first argument. This will permit providing more info to DVD opening. - Fix scanning for time/size items which in some cases ate the next line. - Eliminate read_dvd_volume_label(). New code (not yet written) *must* open dvd appropriately before calling read_dev_volume_label. - Modify open_first_part() open_next_part() to take DCR as argument. - Make label command from console work on DVDs. - Make mount command from console work on DVDs. Unmount does not work yet. ---