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 ) id 1MHfpD-0007Zz-O6 for garchives@archives.gentoo.org; Fri, 19 Jun 2009 15:16:19 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A73CE0312; Fri, 19 Jun 2009 15:16:18 +0000 (UTC) Received: from yw-out-1718.google.com (yw-out-1718.google.com [74.125.46.154]) by pigeon.gentoo.org (Postfix) with ESMTP id 60961E0312 for ; Fri, 19 Jun 2009 15:16:18 +0000 (UTC) Received: by yw-out-1718.google.com with SMTP id 5so5517741ywm.46 for ; Fri, 19 Jun 2009 08:16:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type:content-transfer-encoding; bh=V2SfbYDs3vCkfXZjMI2bpviy5P99kUK58VvDdQrFRTc=; b=CQa3UcOXIdpoDKi+zNs3kJImSWtXsofGadEBPNDak5QCcRNrzt+RJdZCuFybVHDtUb aChl66CUePfZlsvAoo+Up5hoxG4Dlsmet8ls1P8r+PE7F42oqaNd4RW8qLAFHDzKGqxr RfRQc3jwrGYvQv+Odct9L4hgjW7bCD9CIBm78= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=hEFCtJ99YZBPZjNJ0Axq65O0IiC3SlK+6uWJU5u1wARccEPHZZW0XJr3wSNHtxDNjh EEbAwCPmpYKs9JXnOd6gvBvgUxTrqPUDzIof7suXQ94zwnFll8l+jlo2wPfeqV5cp1DP RdlLwsF1ZJmhj2IlzzG2Rj3Dfd/araP+4ED6E= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Sender: paul.hartman@gmail.com Received: by 10.151.136.13 with SMTP id o13mr6007186ybn.100.1245424578073; Fri, 19 Jun 2009 08:16:18 -0700 (PDT) In-Reply-To: <53e35fd50906190803r6464bfe4m7ad7fa2c1a87e03a@mail.gmail.com> References: <53e35fd50906190803r6464bfe4m7ad7fa2c1a87e03a@mail.gmail.com> Date: Fri, 19 Jun 2009 10:16:18 -0500 X-Google-Sender-Auth: f9fc3b79547d5e4e Message-ID: <58965d8a0906190816yd1d161du48bb239bc98c0d6@mail.gmail.com> Subject: Re: [gentoo-user] how to make large iso with mkisofs? From: Paul Hartman To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: f43119b3-b5af-4ed6-9bd9-b1b82dba451e X-Archives-Hash: 09fbb1b30a03c3e637b4c28821edaa6b On Fri, Jun 19, 2009 at 10:03 AM, David Shen 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: To master and burn an ISO9660 volume with Joliet and Rock-Ridge extensions on a DVD or Blu-ray Disc: growisofs -Z /dev/dvd -R -J /some/files To append more data to same media: growisofs -M /dev/dvd -R -J /more/files Make sure to use the same options for both initial burning and when appending data. To finalize the multisession DVD maintaining maximum compatibility: growisofs -M /dev/dvd=/dev/zero