From owner-freebsd-questions@FreeBSD.ORG Sun Sep 28 17:21:17 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 6E42D16A4B3 for ; Sun, 28 Sep 2003 17:21:17 -0700 (PDT) Received: from dragoncrest.jasnetworks.net (dragoncrest.jasnetworks.net [65.194.254.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 355CE43FF5 for ; Sun, 28 Sep 2003 17:21:16 -0700 (PDT) (envelope-from dragoncrest@voyager.net) Received: from j2v6e9.voyager.net (testbox [192.168.0.4]) h8SJPCmF010997 for ; Sun, 28 Sep 2003 19:25:12 GMT (envelope-from dragoncrest@voyager.net) Message-Id: <5.2.0.9.2.20030928201854.022a7ec0@pop.voyager.net> X-Sender: dragoncrest@pop.voyager.net X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Sun, 28 Sep 2003 20:30:03 -0400 To: freebsd-questions@FreeBSD.ORG From: Dragoncrest Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: 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 00:21:17 -0000 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.