Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
does anyone know of a command or way to limit a user's amount of storage, i have a few users on slackware box, and less than 12gb to share in the /home partition. I need a way without repartitioning my hd and one thats not super complicated. Anyone any ideas? Also if there's a way of just limiting a folder to a certain size that would be just as good? thanks..
Try using the "quota" program, that is if you have installed it as one of the slackware packages.
There should be enough material on the net to explain how to use it. I am sorry, but I am not profecient in using it, otherwise I would have given a more detailed answer.
ok scrap that last reply, it does work with ext3, but is there another way without having to recompile my kernel, i've never done it with slackware and don't want to break it already
Distribution: At home: Arch, OpenBSD, Solaris. At work: CentOS, Debian, Ubuntu
Posts: 3,625
Rep:
Are you sure it's not enabled already? My Slack 10.1 install gave me all the quota tools, so I imagine quota support was built into the kernel.
Anyhow, you need to have the kernel level stuff configured to use quotas. Recompiling a kernel isn't hard (read the guides around here). Just leave a copy of your original kernel lying around so you vcan boot it if there's a problem with the new one. Otherwise, I suppose you could write a shell script to be run from cron that monitors users' disk usage and locks any accounts that use too much space (or prints nasty messages when they login or whatever).
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.