| From | Sent On | Attachments |
|---|---|---|
| Tomas TPS Ulej | Jan 17, 1999 11:41 pm | |
| Wolfram Schneider | Jan 25, 1999 5:13 am | |
| Daniel C. Sobral | Jan 25, 1999 7:50 am | |
| Jan Pechanec | Jan 25, 1999 8:01 am | |
| Eivind Eklund | Jan 26, 1999 1:54 am | |
| Eivind Eklund | Jan 26, 1999 1:55 am | |
| Erez Zadok | Jan 26, 1999 6:39 am | |
| Daniel C. Sobral | Jan 26, 1999 7:39 pm |
| Subject: | Re: Need non-case sensitive fs | |
|---|---|---|
| From: | Jan Pechanec (pec...@hp735.cvut.cz) | |
| Date: | Jan 25, 1999 8:01:03 am | |
| List: | org.freebsd.freebsd-fs | |
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: pec...@hp735.cvut.cz fax: +420 2 24310271 | http://akat.civ.cvut.cz/pechy
----------------------------------------------------------------------
To Unsubscribe: send mail to majo...@FreeBSD.org with "unsubscribe freebsd-fs" in the body of the message





