]> git.sur5r.net Git - bacula/docs/commit
- Attempt to fix DVD writing by eliminating a number of the
authorKern Sibbald <kern@sibbald.com>
Wed, 29 Jun 2005 14:24:41 +0000 (14:24 +0000)
committerKern Sibbald <kern@sibbald.com>
Wed, 29 Jun 2005 14:24:41 +0000 (14:24 +0000)
commit8d9b8e002e1c8dfb68db7434fd5f8538cd1771a1
tree1f73b8a443f8649265a206f0d293df0dd0de075a
parent38b81b10650bd5c859bd9035cd065144c8c75a13
- 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.