From owner-freebsd-questions@FreeBSD.ORG Mon Sep 29 02:29:55 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C428516A4B3 for ; Mon, 29 Sep 2003 02:29:55 -0700 (PDT) Received: from hm13.locaweb.com.br (hm13.locaweb.com.br [200.246.179.113]) by mx1.FreeBSD.org (Postfix) with SMTP id 2B64143F3F for ; Mon, 29 Sep 2003 02:29:54 -0700 (PDT) (envelope-from freebsd@devegili.org) Received: (qmail 22296 invoked from network); 29 Sep 2003 09:26:56 -0000 Received: from hm20.locaweb.com.br (200.246.179.120) by hm13.locaweb.com.br with QMTP; 29 Sep 2003 09:26:56 -0000 Received: (qmail 5811 invoked from network); 29 Sep 2003 09:29:52 -0000 Received: from unknown (HELO ?192.168.0.2?) (freebsd@devegili.org@200.158.0.215) by hm20.locaweb.com.br with SMTP; 29 Sep 2003 09:29:52 -0000 From: Augusto Jun Devegili To: Dragoncrest In-Reply-To: <5.2.0.9.2.20030928201854.022a7ec0@pop.voyager.net> References: <5.2.0.9.2.20030928201854.022a7ec0@pop.voyager.net> Content-Type: text/plain Message-Id: <1064827693.694.8.camel@gandalf.middle.earth> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Mon, 29 Sep 2003 06:28:13 -0300 Content-Transfer-Encoding: 7bit cc: freebsd-questions@FreeBSD.ORG Subject: Re: Questions about mkisofs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Sep 2003 09:29:55 -0000 IIRC, Windows doesn't recognize Rock Ridge extensions. Try mkisofs -R -J -V "My long volume" -o mycd.iso /path.to.... so that Joliet information is also recorded in the CD; Windows will recognize it. Regards, Augusto On Sun, 2003-09-28 at 21:30, Dragoncrest wrote: > Hi all. Just curious of something. I'm probably doing something > wrong and totally not paying attention, but for some reason when I run > mkisofs, all my files get truncated at 12 charecters and some weird 001 is > appended to the rest of the name. I use the following command when > building an iso file for burning: mkisofs -R -U -o mycd.iso > /path.to.files/to.be.burned/ > > I'm obviously missing something because I've gotten files with > names up to 128 charecters long to be included in an iso when burning them > in windows, but not in freebsd using mkisofs. I've also been able to make > the disk name 16 charecters long in windows but only 12 with mkisofs. Can > someone tell me what I'm doing wrong with the options on mkisofs and help > me fix it? Like I said, I've read the man file and I thought I had it all > correct, but apparently that's not true. Much apreciated on the help. Thanks.