From owner-freebsd-isp Mon Jan 25 08:00:11 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA01545 for freebsd-isp-outgoing; Mon, 25 Jan 1999 08:00:11 -0800 (PST) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from akat.civ.cvut.cz (akat.civ.cvut.cz [147.32.235.105]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id IAA01528; Mon, 25 Jan 1999 08:00:05 -0800 (PST) (envelope-from pechy@hp735.cvut.cz) Received: from localhost (pechy@localhost) by akat.civ.cvut.cz (950413.SGI.8.6.12/950213.SGI.AUTOCF) via ESMTP id RAA00709; Mon, 25 Jan 1999 17:01:25 +0100 Date: Mon, 25 Jan 1999 17:01:25 +0100 From: Jan Pechanec X-Sender: pechy@akat.civ.cvut.cz To: Wolfram Schneider cc: lists@gal.netlab.sk, questions@FreeBSD.ORG, freebsd-isp@FreeBSD.ORG, freebsd-fs@FreeBSD.ORG Subject: Re: Need non-case sensitive fs In-Reply-To: <19990125141345.A1545@panke.de.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 25 Jan 1999, Wolfram Schneider wrote: >On 1999-01-18 08:41:25 +0100, Tomas TPS Ulej wrote: >> We are ISP running FreeBSD as ftp & email server. Now we want move most of >> our webs to apache + fp from our WIN NT4 Server. Problem is that our >> customers have their pages deisgned for WINDOWS Platform. I need something >> like non case sensitive filesystem . I need implementation for ufs ') which >> will work as this scheme... >> >> Funcion Read "DeMOFile.jpg" reads "DEMOFILE.jpg". So implementation like >> DOS/WINDOWS OS have. Upcase equal Downcase. Any ideas? > >[shudder:] put the customers files on a MSDOS filesystem ... > >See newfs_msdos(8), mount_msdos(8) how to do this on FreeBSD. It should'n work. You can access names in the form that is printed with 'ls' only, I think. To solve the problem, I think the best solution would be to use stackable layering. This is a problem that somebody could already solved (search for heidemann and UCLA), if not and you have somebody that can program in C, let him add some code to the null layer template (see mount_null). One hundred lines of code, I estimate. Jan Pechanec. -- ---------------------------------------------------------------------- Jan PECHANEC, Computing center, Czech Technical University ------------ Zikova 4, Praha 6, 166 35, Czech Republic tel: +420 2 2435 2969 | email: pechy@hp735.cvut.cz fax: +420 2 24310271 | http://akat.civ.cvut.cz/pechy ---------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message