From owner-freebsd-current@FreeBSD.ORG Sat Apr 17 17:12:08 2010 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 54263106564A; Sat, 17 Apr 2010 17:12:08 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-ww0-f54.google.com (mail-ww0-f54.google.com [74.125.82.54]) by mx1.freebsd.org (Postfix) with ESMTP id 8F7488FC19; Sat, 17 Apr 2010 17:12:07 +0000 (UTC) Received: by wwa36 with SMTP id 36so2208264wwa.13 for ; Sat, 17 Apr 2010 10:12:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:received:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=6nNNMZkONRk+18obkCb05Fi3bhQaE4fD5Mj05dE3DnY=; b=OQPEdcIxGpwKPxo+lzq1ZZlrNZvN07OulW07yOBg8Ec5XttAntz/CSKbjb3KMU8Cx7 A5j0AKUSKWkgE75PHVPtLjlhF64wbdQCYv/TQeH/errFhXzaFJEVJsPPW1uCrDQ1G1uH 2YS/XOBvOTP07bFZUghPHvseGBtuXwUovNEi0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=lqX3F3BhegqjbONhOZ02ccCaVgf7y+Q9l0wZ6TTqMnS4W6/02CA0Aj5o8eLRw2ivyv zzAv1PsdmwCtlEyEOH4pR2MuX07nNoNiVX7g8HgI18w78alQ1TtQZEvdqWWn+9VgSjVO WLbtkrbfQZv406s6gsYNUWEok2MazZdQtqs88= MIME-Version: 1.0 Received: by 10.216.49.76 with HTTP; Sat, 17 Apr 2010 10:11:46 -0700 (PDT) In-Reply-To: <4BC9E254.9070300@freebsd.org> References: <4BC9E254.9070300@freebsd.org> From: Paul B Mahol Date: Sat, 17 Apr 2010 17:11:46 +0000 Received: by 10.216.158.1 with SMTP id p1mr3962407wek.202.1271524326320; Sat, 17 Apr 2010 10:12:06 -0700 (PDT) Message-ID: To: Tim Kientzle Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: current@freebsd.org, fs@freebsd.org Subject: Re: ISO9660 4GB directory structures boundary limit and growisofs X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Apr 2010 17:12:08 -0000 On Sat, Apr 17, 2010 at 4:31 PM, Tim Kientzle wrote: > Paul B Mahol wrote: >> >> It is apparently not possible to make use of -use-the-force-luke=3D4gms >> on FreeBSD when appending new session after 4GB. Mounted disk >> afterwards =A0show nothing. >> >> Should we allow it like linux does? > > Are you claiming there is a problem when FreeBSD reads such > images or a problem with creating such images? =A0What > programs are you using? I burn flac files in multiple sessions, each session have separate directory, on DVD+R DL MKM/003 After I used 4gms switch mounted fs shows nothing. (but there is >5GB of da= ta) According to growisofs source BD (bluray) dont need this switch at all ... > This sounds like a pretty unsurprising 32-bit truncation > bug: =A0the filesystem structures in ISO9660 are all sector > numbers so 8TB should be the natural limit (4G sectors > times 2k bytes/sector). I did not tested this on FreeBSD amd64 yet.