From owner-freebsd-questions Thu Mar 6 11:46:26 2003 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 0688837B401 for ; Thu, 6 Mar 2003 11:46:25 -0800 (PST) Received: from pa-plum1b-166.pit.adelphia.net (pa-plum1b-13.pit.adelphia.net [24.53.161.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13C5D43F3F for ; Thu, 6 Mar 2003 11:46:24 -0800 (PST) (envelope-from wmoran@potentialtech.com) Received: from potentialtech.com (working [172.16.0.95]) by pa-plum1b-166.pit.adelphia.net (8.12.7/8.12.7) with ESMTP id h26JkMTb002003 for ; Thu, 6 Mar 2003 14:46:23 -0500 (EST) (envelope-from wmoran@potentialtech.com) Message-ID: <3E67A589.9000704@potentialtech.com> Date: Thu, 06 Mar 2003 14:46:17 -0500 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.2.1) Gecko/20030301 X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org Subject: Problems with mkisofs and Mac OS X Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I know this doesn't belong on this list, but I can't find any information about it at all, anywhere. First off, if anyone can point me to information in lieu of a direct answer, that would be just as helpful. I've searched Apple's site, google at large and the chaos at the mkisofs homepage. Here's the problem: FreeBSD server that serves files up for Windows and Mac OS X machines (using Samba and Netatalk). It has a CD burner in it that is used to archive old projects. I have a perl script written that presents a GUI that a user can pick a directory and click a button to burn it to CD. FreeBSD is 4.4, cdrtools is 2.0. Here is the command I'm using to burn the CD: output = `/usr/local/bin/mkisofs -J -r -apple --netatalk -allow-multidot -allow-lowercase $target | /usr/local/bin/cdrecord speed=16 dev=4,0 -` $target is the directory to burn. The result is a CD that works fine on FreeBSD and Windows, but on Mac OS X it shows all the files and directorys just fine, but the data is corrupt. It appears as though the resource fork is fine, as images have a viewable thumbnail, but the data itself is unusable. Has anyone else seen this, or has any thoughts as to what I might be doing wrong. The biggest irritation is that it used to work just fine, and I don't remember changing anything. I can't find any information on Apple's site about problems with CDs, so I'm assuming that I've broken something, but can't imagine what it might be. -- Bill Moran Potential Technologies http://www.potentialtech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message