Re: [zfs-discuss] [shell-discuss] getconf test for case insensitive ZFS?

2010-04-15 Thread Glenn Fowler
On Wed, 14 Apr 2010 17:54:02 +0200 =?KOI8-R?B?z8zYx8Egy9LZ1sHOz9fTy8HR?= wrote: Can I use getconf to test if a ZFS file system is mounted in case insensitive mode? we would have to put in the zfs query (hopefull more generic that just for zfs) the only current working case-insensitive checks

Re: [zfs-discuss] [shell-discuss] getconf test for case insensitive ZFS?

2010-04-15 Thread Tim Haley
On 04/14/10 11:48 AM, Glenn Fowler wrote: On Wed, 14 Apr 2010 17:54:02 +0200 =?KOI8-R?B?z8zYx8Egy9LZ1sHOz9fTy8HR?= wrote: Can I use getconf to test if a ZFS file system is mounted in case insensitive mode? we would have to put in the zfs query (hopefull more generic that just for zfs) the

Re: [zfs-discuss] [shell-discuss] getconf test for case insensitive ZFS?

2010-04-15 Thread ольга крыжановская
/usr/bin/getconf _PC_CASE_BEHAVIOR /tmp getconf: Invalid argument (_PC_CASE_BEHAVIOR) I'm sure this is a bug, right? Olga On Thu, Apr 15, 2010 at 9:52 PM, Tim Haley tim.ha...@oracle.com wrote: On 04/14/10 11:48 AM, Glenn Fowler wrote: On Wed, 14 Apr 2010 17:54:02 +0200

Re: [zfs-discuss] [shell-discuss] getconf test for case insensitive ZFS?

2010-04-15 Thread ольга крыжановская
Tim, did ZFS or CIFS add other pathconf() values which need to be implemented in getconf or ksh93? Olga 2010/4/15 ольга крыжановская olga.kryzhanov...@gmail.com: /usr/bin/getconf _PC_CASE_BEHAVIOR /tmp getconf: Invalid argument (_PC_CASE_BEHAVIOR) I'm sure this is a bug, right? Olga On

Re: [zfs-discuss] [shell-discuss] getconf test for case insensitive ZFS?

2010-04-14 Thread ольга крыжановская
There is no way in the SUS standard to determinate if a file system is case insensitive, i.e. with pathconf? Olga On Wed, Apr 14, 2010 at 7:48 PM, Glenn Fowler g...@research.att.com wrote: On Wed, 14 Apr 2010 17:54:02 +0200 =?KOI8-R?B?z8zYx8Egy9LZ1sHOz9fTy8HR?= wrote: Can I use getconf to

Re: [zfs-discuss] [shell-discuss] getconf test for case insensitive ZFS?

2010-04-14 Thread Joerg Schilling
? olga.kryzhanov...@gmail.com wrote: There is no way in the SUS standard to determinate if a file system is case insensitive, i.e. with pathconf? SUS requires a case sensitive filesystem. There is no need to request this from a POSIX view Jörg --