Results 1 to 5 of 5

Thread: [SOLVED] dvd size detect

  1. #1
    Join Date
    Apr 2008
    Location
    Over the rainbow
    Beans
    64
    Distro
    Ubuntu 10.04 Lucid Lynx

    [SOLVED] dvd size detect

    Hi

    im trying to burn a data dvd total size of 4.6G.
    the burning media is 4.7G (new empty) Brasero only detect (allow to burn) 4.3G ,after searching the forum i try K3B it only detect 4.4G.
    i made an iso image and same problem 4.6G dont fit
    on 4.7G with both software (with overburn).

    my burner is LG GSA-H55L

    ty

  2. #2
    Join Date
    Apr 2008
    Location
    Over the rainbow
    Beans
    64
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: dvd size detect

    bumpy bump
    (i have to present the data in one week)

  3. #3
    Join Date
    Oct 2007
    Location
    ISS
    Beans
    1,429

    Re: dvd size detect

    A DVD-5 format disc has a storage capacity of 4.71 GB but this equals only 4.39 GiB because media makers use different units. See

    http://en.wikipedia.org/wiki/Gigabyte

    So no way you can fit your files on dvd.

  4. #4
    Join Date
    Feb 2007
    Beans
    4,045
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: dvd size detect

    This sounds like the usual problem between representing sizes in Gigabytes (GB) vs. Gibibytes (GiB).

    4.7 GB is approximately 4.4 GiB.
    Code:
    $ bc <<< "scale=3; 4.7 * 10^9 / 2^30"
    4.377
    Read http://en.wikipedia.org/wiki/Binary_prefix to understand more about this problem.

  5. #5
    Join Date
    Apr 2008
    Location
    Over the rainbow
    Beans
    64
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: dvd size detect

    this is my first dvd in ubuntu , so every time i burned a dvd in windows they lie to me! saying 4.7g when its actually 4.3g .

    thanks for the links.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •