From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <200201252224.RAA08592@math.psu.edu> To: 9fans@cse.psu.edu Subject: Re: [9fans] Weirdness with 9660srv and file names (extensions)? In-Reply-To: Your message of "Fri, 25 Jan 2002 08:45:08." <20020125084710.7179F199BF@mail.cse.psu.edu> From: Dan Cross Date: Fri, 25 Jan 2002 17:24:20 -0500 Topicbox-Message-UUID: 463165b4-eaca-11e9-9e20-41e7f4b1d025 Thanks for the info, Charles. Yes, this was the June 2000 Inferno CD (who should I send mail to get to an update CD, btw?). Anyway, I did some more research, and here are my results: + The CSRG BSD Unix archive, CD 2, uses RockRidge and has the trailing dot + The VN Inferno CD says is using Joliet, and has the dot. + The VN Plan 9 CD is fine + The OpenBSD 2.6 CD uses RockRidge but seems okay The following patch to /sys/src/cmd/9660srv/9660srv.c seems to fix the problem: ---- Begin 656,658d655 < if (!(d->mode & CHDIR) && *(p - 1) == '.') { < *(p - 1) = 0; < } ---- End But I confess ignorance when it comes to CD directory structures, so it's possible it's incorrect. - Dan C.