buggraveman - Bugs: bug #18033, Wrong available space on DL-DVD

 
 

bug #18033: Wrong available space on DL-DVD

Submitter:  None
Submitted:  Mon 16 Oct 2006 05:13:37 PM UTC
   
 
Severity:  3 - Normal Status:  None
Assigned to:  None Originator Name: 
Open/Closed:  Open Release:  * 0.3.12
Fixed Release:  None cdrecord version: 
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 30 Nov 2006 08:58:53 PM UTC, comment #1: 

DL-DVD are 8.5 Gb (10^9 bytes), that's about 7.9 real Gb (2^30 bytes) = 8106 Mb (2^20 bytes). To fix that open interface.c and look for this:

static Tmyentry Gtypedvddata[] = {
  { "4482", N_("4.7 gb"), TRUE, 0 },
  { "somenumber", N_("9.4 gb"), FALSE, 0 },
  { NULL }
};

then change it into this:

static Tmyentry Gtypedvddata[] = {
  { "4482", N_("4.7 gb"), TRUE, 0 },
  { "8106", N_("8.5 gb"), FALSE, 0 },
  { NULL }
};

I don't remember what number somenumber was because i didn't save the old interface.c but it was wrong.

makz <makz>
Mon 16 Oct 2006 05:13:37 PM UTC, original submission:  

The space on a dual layer DVD is not just double the space of a single layer DVD, but graveman states that there is 9.5GB available.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by makz (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code