Re: Detecting case-sensitivity of a filesystem
Re: Detecting case-sensitivity of a filesystem
- Subject: Re: Detecting case-sensitivity of a filesystem
- From: Liang Qi <email@hidden>
- Date: Wed, 25 Sep 2013 12:45:35 +0200
Sorry to reply to this very very old thread, but I met with this issue again recently. The old talk is in
And we are using the pathconf way now, because our code only run on hfs+ both case sensitive and insensitive partitions. I plan to switch to better solution and found the above talk in history, but I found the example code in the link, fscaps.c, doesn't work well for me on my 10.8.5. It returns "case sensitive" for my hfs+ journaled partition, which should be case insensitive. I tried hfsinspect(
https://github.com/ahknight/hfsinspect ), it gives me correct value. But it uses the information of hfs file system, not for general case.
Could you guide me on this topic or give me some suggestion? Thanks in advance.
Best Regards,
Liang
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden