From owner-freebsd-hackers Mon Jan 4 16:48:47 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA02704 for freebsd-hackers-outgoing; Mon, 4 Jan 1999 16:48:47 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from smtp04.primenet.com (smtp04.primenet.com [206.165.6.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA02695 for ; Mon, 4 Jan 1999 16:48:46 -0800 (PST) (envelope-from tlambert@usr05.primenet.com) Received: (from daemon@localhost) by smtp04.primenet.com (8.8.8/8.8.8) id RAA26136; Mon, 4 Jan 1999 17:48:15 -0700 (MST) Received: from usr05.primenet.com(206.165.6.205) via SMTP by smtp04.primenet.com, id smtpd026081; Mon Jan 4 17:48:00 1999 Received: (from tlambert@localhost) by usr05.primenet.com (8.8.5/8.8.5) id RAA25760; Mon, 4 Jan 1999 17:47:56 -0700 (MST) From: Terry Lambert Message-Id: <199901050047.RAA25760@usr05.primenet.com> Subject: Re: Joliet file system? To: casper@acc.am (Casper) Date: Tue, 5 Jan 1999 00:47:55 +0000 (GMT) Cc: freebsd-hackers@FreeBSD.ORG In-Reply-To: <367CA2FC.3F42F288@acc.am> from "Casper" at Dec 20, 98 11:10:52 am X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Can anyone give me some documents/description/standard of this file system ? I > have the same proble and wonna try to hack a cd9660 module ...... I already > analized dump of this FS , but there are a lot problems ..... > > I'll we thankful if you send any docs/URLs :) If you have access to the MSDN II Windows 95 SDK/DDK, it's in the DOCS/JOLIET.DOC file (in Word format, of course). I've discussed Joliet in rather more detail in other postings (to -current). Basically, you go to the last session on the disk to identify a Joliet CDROM, and the name stuff is all in Unicode. I guess I can break out my Windows 95 developement disk and boot a machine with an NCR controller with it if you need more info. The biggest thing you will need to do doesn't need the documentation: support session switching on a cdrom device using an ioctl() that can be called from kernel space within the FS against the device to allow the FS code to do session-groping. I've got some 3 year old code somewhere to do some of this, but it would mean a lot of tape grovelling for me to find it... 8-(. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message