tags:

views:

12

answers:

1

Hi,

I am using quotactl package for quota management on my SUSE linux setup. How can I programatically find the blocksize in my program.

A: 

The disk quota blocksize is always BLOCK_SIZE, defined in sys/mount.h.

caf