Hi, I would like to ask your question about quotas: [root at gw13 ~]$ lfs quota -u todokoro /share1 Disk quotas for user todokoro (uid 14268): Filesystem kbytes quota limit grace files quota limit grace /share1 0 0 1 - 1* 0 1 - As you can see, for files section, there is "1*", in this case, what does this number(1 in this case) mean? Is this file number or inode? or other meaningful number? Thanks.
I would like to ask your question about quotas: [root at gw13 ~]$ lfs quota -u todokoro /share1 Disk quotas for user todokoro (uid 14268): Filesystem kbytes quota limit grace files quota limit grace /share1 0 0 1 - 1* 0 1 - As you can see, for files section, there is "1*", in this case, what does this number(1 in this case) mean? Is this file number or inode? or other meaningful number? Thanks.
Hi Tien, On Tue, Mar 15, 2011 at 10:56:19AM -0700, Tien Nguyen wrote:> Filesystem kbytes quota limit grace files quota limit grace > /share1 0 0 1 - 1* 0 1 - > > As you can see, for files section, there is "1*", in this case, what > does this number(1 in this case) mean? > Is this file number or inode? or other meaningful number?That''s the number of inodes owned by the user. This user has an inode hard limit set to 1 and has thus already reached the quota limit. Cheers, Johann