Date: Mon, 25 Jan 1999 14:13:45 +0100 From: Wolfram Schneider <wosch@panke.de.freebsd.org> To: lists@gal.netlab.sk, questions@FreeBSD.ORG, freebsd-isp@FreeBSD.ORG, freebsd-fs@FreeBSD.ORG Subject: Re: Need non-case sensitive fs Message-ID: <19990125141345.A1545@panke.de.freebsd.org> In-Reply-To: <001c01be42b5$f433c5a0$231da8c3@gericom-tps.tps.sk>; from Tomas TPS Ulej on Mon, Jan 18, 1999 at 08:41:25AM %2B0100 References: <001c01be42b5$f433c5a0$231da8c3@gericom-tps.tps.sk>
next in thread | previous in thread | raw e-mail | index | archive | help
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. -- Wolfram Schneider <wosch@freebsd.org> http://freebsd.org/~w/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-fs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990125141345.A1545>