jarves 0 Posted November 15, 2004 is there a disk qouta in linux???? if there is, how do i do it??? Share this post Link to post
blackpage 0 Posted November 16, 2004 greetings jarves Yes, there is of course disk quota support in linux, as this is in fact a feature its Unix heritage. Disk quotas in Linux can be set in very fine granulated way and include all the fancy stuff like user and group-specific setting, as well as "hard/soft quota" or "grace periods". Setting up quotas requires 2 main steps ... 1: enabling quota support in the kernel You'l find the checkbox for quotas under the "File systems"-section when you do a "make menuconfig" or "make xconfig" 2: installing the Quota-Tools Which can be found here ... Quota-Tools on Sourceforge Compile and install these. Those are the preliminaries ... now it's on to configuring disk quota. The complexity of this task depends on how specific you want the quotas to be. A good guide as to how to configure quotas can be found here ... Quota-howto on redhat.com hope this helps Share this post Link to post
CrazyKillerMan 0 Posted November 17, 2004 Check this out: Devshed tutorial on Kernel, Cron and User admin Part 1 Pretty decent article, and page I may add. Check out the whole article, and part 2. In fact, this has some decent articles on Linux admin. Share this post Link to post