From owner-freebsd-hackers@FreeBSD.ORG Fri Apr 20 15:04:21 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A9545106566B for ; Fri, 20 Apr 2012 15:04:21 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [89.206.35.99]) by mx1.freebsd.org (Postfix) with ESMTP id 6DA318FC1A for ; Fri, 20 Apr 2012 15:04:15 +0000 (UTC) Received: from wojtek.tensor.gdynia.pl (localhost [127.0.0.1]) by wojtek.tensor.gdynia.pl (8.14.5/8.14.5) with ESMTP id q3KF42Uq096409 for ; Fri, 20 Apr 2012 17:04:06 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.5/8.14.5/Submit) with ESMTP id q3KF3wxr096406 for ; Fri, 20 Apr 2012 17:04:02 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Fri, 20 Apr 2012 17:03:58 +0200 (CEST) From: Wojciech Puchar To: freebsd-hackers@freebsd.org Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.2.7 (wojtek.tensor.gdynia.pl [127.0.0.1]); Fri, 20 Apr 2012 17:04:06 +0200 (CEST) Subject: what's wrong with cd9660 fs X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Apr 2012 15:04:21 -0000 i created for test ISO image with 6GB file in it using mkisofs -rJ --iso-level 3 -o /path_to/file.iso . worked fine. tar tvf file.iso shows things fine. even windoze under virtualbox with file.iso mounted as CD/DVD - works fine, and see 6GB file. did mdconfig -a -t vnode -f file.iso and mount_cd9660 /dev/md0 /mnt and i see TWO 4 gigabyte files with the same name! am i doing something wrong or it is a bug/lack of support? with blu-ray disks it would be rather common to have >4GB files recorded. of course i could write UFS disks, but i want them readable on non-unix OS.