From owner-freebsd-questions@FreeBSD.ORG Tue Feb 2 16:05:26 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C95D106566B for ; Tue, 2 Feb 2010 16:05:26 +0000 (UTC) (envelope-from a_best01@uni-muenster.de) Received: from zivm-exrelay1.uni-muenster.de (ZIVM-EXRELAY1.UNI-MUENSTER.DE [128.176.192.14]) by mx1.freebsd.org (Postfix) with ESMTP id C77928FC19 for ; Tue, 2 Feb 2010 16:05:25 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.49,391,1262559600"; d="scan'208";a="295269871" Received: from zivmaildisp1.uni-muenster.de (HELO ZIVMAILUSER01.UNI-MUENSTER.DE) ([128.176.188.85]) by zivm-relay1.uni-muenster.de with ESMTP; 02 Feb 2010 17:05:24 +0100 Received: by ZIVMAILUSER01.UNI-MUENSTER.DE (Postfix, from userid 149459) id 148701B0768; Tue, 2 Feb 2010 17:05:24 +0100 (CET) Date: Tue, 02 Feb 2010 17:05:22 +0100 (CET) From: Alexander Best Sender: Organization: Westfaelische Wilhelms-Universitaet Muenster To: Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: Subject: mkisofs strangeness X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Feb 2010 16:05:26 -0000 hi there. i'm using mkisofs 2.01.01a72 (from the ports dir) with the following switches to produce an iso image: mkisofs -iso-level 3 -r -J -input-charset ISO-8859-15 -joliet-long -V "XYZ" -o ~/image.iso filename i've been using mkisofs this way for years. however suddenly instead of creating an iso with just the file i specified the iso now contains the same file twice. i checked and both files have the same inode. this only occurs when the file is > 4GB. i'm running CURRENT/amd64 (r203118). cheers. alex