site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com But this is darwin not linux... On 28-Oct-05, at 10:07 AM, Luc Vandal wrote: Luc On 28-Oct-05, at 12:41 PM, Cliff Russell wrote: On 28-Oct-05, at 8:51 AM, Luc Vandal wrote: Luc On 27-Oct-05, at 9:23 PM, Markus Hitter wrote: Am 27.10.2005 um 20:30 schrieb Luc Vandal: Markus - - - - - - - - - - - - - - - - - - - Dipl. Ing. Markus Hitter http://www.jump-ing.de/ This email sent to lucv@visuaide.com This email sent to cliff_russell@atimi.com _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/lucv%40visuaide.com This email sent to lucv@visuaide.com This email sent to cliff_russell@atimi.com _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... Looking a the *darwin* cd9660 source, there is no provision to change the file systems behavior regarding case sensitivity. This may very well be supported on linux. I don't think this functionality is related to the mount() function (other than the mount call could turn this feature on and off), it is up to the file system driver to support this feature. Consider writing a bug report via <https://bugreport.apple.com/> requesting this feature. Actually, there's a way. We already do that on Linux but unfortunately the mount() function is different so I could not use it. I'm not an expert on the cd9660 source, but I did a quick scan and I didn't find any provision for modifying case-sensitivity either during mount or or after mount (updating). I think the real problem is Windows. By default it ignores case when comparing filenames on all filesystems. I've run into a similar problem, editing HTML files locally on my Windows box and then uploading to a *nix server. HTML that works locally on Windows will fail when loaded from a machine that respects file system case. I have issues with cd9660. I need to make sure to update the already mounted cd9660 cd-rom so it's not case-sensitive. Is there a way to mount an already mounted CD-ROM to be non case-sensitive? Case sensitiveness is usually a matter of the file system, not the mount process. What type of file system do you have on your CD? _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/lucv% 40visuaide.com _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/cliff_russell% 40atimi.com _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/cliff_russell% 40atimi.com This email sent to site_archiver@lists.apple.com
participants (1)
-
Cliff Russell