From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-user+bounces-96971-garchives=archives.gentoo.org@lists.gentoo.org>) id 1MHgFX-00046b-W1 for garchives@archives.gentoo.org; Fri, 19 Jun 2009 15:43:32 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A908E039C; Fri, 19 Jun 2009 15:43:29 +0000 (UTC) Received: from mail-px0-f187.google.com (mail-px0-f187.google.com [209.85.216.187]) by pigeon.gentoo.org (Postfix) with ESMTP id D1F4FE039C for <gentoo-user@lists.gentoo.org>; Fri, 19 Jun 2009 15:43:28 +0000 (UTC) Received: by pxi17 with SMTP id 17so717935pxi.32 for <gentoo-user@lists.gentoo.org>; Fri, 19 Jun 2009 08:43:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=TKhScczo2M+qNurFI/UrYLEclzsKIE4ZlinE1kiV/W4=; b=uQQfgiZ+oEhraqG1mSQkVwC3slKMGpfzGhWyFcJp7ixwg1U5dUNMeT+8PBbUgxrwVY pHzw4c7O0by/mEsyjG8exG5bz5wz9kbbn/JnssvgXCi83WyVT+mf/7hjiJzJI/XLg2Dw scTwXjI8FRsvqQX930y/OeXVpkpNDAtF6T0G8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=C7vvHsAJLPu/8iSROhLi2kyPHVffYe1psXsSqxghZ9v50kR0CaJfINmGZI5P8SAJBL pcmRyRjJP/mmjKxhcsPK0JVI8l/sUbM20jQB8S3UDzpCoZRJkxcMboSGhMOvACMMTHvG nYsIRtpxCxkMwwBJTVN1GLrLjOyighEpqhRDo= Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.142.125.4 with SMTP id x4mr1487079wfc.75.1245426208466; Fri, 19 Jun 2009 08:43:28 -0700 (PDT) In-Reply-To: <58965d8a0906190816yd1d161du48bb239bc98c0d6@mail.gmail.com> References: <53e35fd50906190803r6464bfe4m7ad7fa2c1a87e03a@mail.gmail.com> <58965d8a0906190816yd1d161du48bb239bc98c0d6@mail.gmail.com> Date: Fri, 19 Jun 2009 23:43:28 +0800 Message-ID: <53e35fd50906190843y6d0549d4u5d8c7ce9e51c31ac@mail.gmail.com> Subject: Re: [gentoo-user] how to make large iso with mkisofs? From: David Shen <davidshen84@googlemail.com> To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 37ba3ec4-d5b8-44b7-ba19-d9a4f459d080 X-Archives-Hash: 939ef5cad286d9e1aed82d27559a4679 thanks, but I have just found an easier solution, just add -iso-level 3 to mkisofs option. the iso level 3 do not have restriction on file size. On Fri, Jun 19, 2009 at 11:16 PM, Paul Hartman<paul.hartman+gentoo@gmail.com> wrote: > On Fri, Jun 19, 2009 at 10:03 AM, David Shen<davidshen84@googlemail.com> = wrote: >> Hi, >> >> I have a blue-ray dvd copied on disk, it is about 20GB large, when I >> use mkisofs, it reports my files are too large. Is there any way to >> fix this? > > I don't have a Blu-ray drive and never used one, but you can try to > use growisofs from app-cdr/dvd+rw-tools. It contains examples in the > manpage: > > =C2=A0 =C2=A0 =C2=A0 To master and burn an ISO9660 volume with Joliet and= Rock-Ridge > extensions on a DVD or Blu-ray Disc: > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0growisofs -Z /dev/dvd -R -J /som= e/files > > =C2=A0 =C2=A0 =C2=A0 To append more data to same media: > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0growisofs -M /dev/dvd -R -J /mor= e/files > > =C2=A0 =C2=A0 =C2=A0 Make sure to use the same options for both initial b= urning and > when appending data. > > =C2=A0 =C2=A0 =C2=A0 To finalize the multisession DVD maintaining maximum= compatibility: > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0growisofs -M /dev/dvd=3D/dev/zer= o > > --=20 Best Regards, David Shen http://twitter.com/davidshen84