Gentoo Archives: gentoo-user

From: David Shen <davidshen84@××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] how to make large iso with mkisofs?
Date: Fri, 19 Jun 2009 15:43:32
Message-Id: 53e35fd50906190843y6d0549d4u5d8c7ce9e51c31ac@mail.gmail.com
In Reply to: Re: [gentoo-user] how to make large iso with mkisofs? by Paul Hartman
1 thanks, but I have just found an easier solution, just add -iso-level
2 3 to mkisofs option. the iso level 3 do not have restriction on file
3 size.
4
5
6 On Fri, Jun 19, 2009 at 11:16 PM, Paul
7 Hartman<paul.hartman+gentoo@×××××.com> wrote:
8 > On Fri, Jun 19, 2009 at 10:03 AM, David Shen<davidshen84@××××××××××.com> wrote:
9 >> Hi,
10 >>
11 >> I have a blue-ray dvd copied on disk, it is about 20GB large, when I
12 >> use mkisofs, it reports my files are too large. Is there any way to
13 >> fix this?
14 >
15 > I don't have a Blu-ray drive and never used one, but you can try to
16 > use growisofs from app-cdr/dvd+rw-tools. It contains examples in the
17 > manpage:
18 >
19 >       To master and burn an ISO9660 volume with Joliet and Rock-Ridge
20 > extensions on a DVD or Blu-ray Disc:
21 >
22 >            growisofs -Z /dev/dvd -R -J /some/files
23 >
24 >       To append more data to same media:
25 >
26 >            growisofs -M /dev/dvd -R -J /more/files
27 >
28 >       Make sure to use the same options for both initial burning and
29 > when appending data.
30 >
31 >       To finalize the multisession DVD maintaining maximum compatibility:
32 >
33 >            growisofs -M /dev/dvd=/dev/zero
34 >
35 >
36
37
38
39 --
40 Best Regards,
41 David Shen
42
43 http://twitter.com/davidshen84

Replies

Subject Author
Re: [gentoo-user] how to make large iso with mkisofs? Joerg.Schilling@fokus.fraunhofer.de (Joerg Schilling)