Re: [zfs-discuss] df -e in ZFS

2006-11-09 Thread Mark Maybee
Robert Milkowski wrote: Hello John, Thursday, November 9, 2006, 12:03:58 PM, you wrote: JC> Hi all, JC> When testing our programs, I got a problem. On UFS, we get the number of JC> free inode via 'df -e', then do some things based this value, such as JC> create an empty file, the value will de

Re: [zfs-discuss] df -e in ZFS

2006-11-09 Thread Robert Milkowski
Hello John, Thursday, November 9, 2006, 12:03:58 PM, you wrote: JC> Hi all, JC> When testing our programs, I got a problem. On UFS, we get the number of JC> free inode via 'df -e', then do some things based this value, such as JC> create an empty file, the value will decrease by 1. But on ZFS, i

[zfs-discuss] df -e in ZFS

2006-11-09 Thread John Cui
Hi all, When testing our programs, I got a problem. On UFS, we get the number of free inode via 'df -e', then do some things based this value, such as create an empty file, the value will decrease by 1. But on ZFS, it does not work. I still can get a number via 'df -e', and create a same empty