Gentoo Archives: gentoo-user

From: Joerg.Schilling@fokus.fraunhofer.de (Joerg Schilling)
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] mkisofs: layout
Date: Mon, 30 Jan 2012 20:08:11
Message-Id: 4f26f860.rDt80aS9bQcf/wXl%Joerg.Schilling@fokus.fraunhofer.de
In Reply to: Re: [gentoo-user] mkisofs: layout by Andrey Moshbear
1 Andrey Moshbear <andrey.vul@×××××.com> wrote:
2
3 > On Mon, Jan 30, 2012 at 05:02, Joerg Schilling
4 > <Joerg.Schilling@××××××××××××××××.de> wrote:
5 > > Andrey Moshbear <andrey.vul@×××××.com> wrote:
6 > >
7 > >> If there a way to force mkisofs to add padding after sector N so that
8 > >> the resultin image can be burned as a double layer with no files that
9 > >> reside partially on one and partially on the other layer?
10 > >
11 > > Did you read the mkisofs man page?
12 >
13 > I did. The closest thing that was available was -dvd-video, but it
14 > pads all files, not just ones around a layerbreak.
15 > -pad only pads the end of the image.
16
17 This is not correct.....
18
19 Mkisofs honors the disk layout defined by the IFO file.
20
21
22 > > Why do you believe there is a problem?
23 > >
24 >
25 > Cdrecord burns DVD+-R DL in PTP mode, so it's going to be inefficient
26 > in terms of I/O if there's a file that's halfway on
27 > one layer and halfway on the other. Were there padding or a dummy
28 > file, this would not be an issue.
29 >
30 > Hence, the asking about introducing padding around a layerbreak area.
31
32 You are missunderstanding things:
33
34 The track recording direction is defined by the pressed pree-groove and cannot
35 be changed.
36
37 If you are copying DVDs, you need to call cdrecord -v -atip or similar in order
38 to retrieve the layerbreak value of the original disk. This value needs to be
39 given with the driveropts=layerbreak=xxx option when writing DVD+R/DL.
40
41 If someone can tell me how to read the layerbreak value from the IFO file, this
42 coule be done automatically....
43
44 Jörg
45
46 --
47 EMail:joerg@××××××××××××××××××××××××.de (home) Jörg Schilling D-13353 Berlin
48 js@××××××××××××.de (uni)
49 joerg.schilling@××××××××××××××××.de (work) Blog: http://schily.blogspot.com/
50 URL: http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily

Replies

Subject Author
Re: [gentoo-user] mkisofs: layout Andrey Moshbear <andrey.vul@×××××.com>