Author
|
Topic: macosx disk quota
|
leleka
Junior Member
Member # 339
|
posted February 26, 2002 07:56 AM
Hi everybody,Please tell me how do I get installed a user disk quota for mac os X? ( I neither was able to get a partition mounted with usrquota option nor found /etc/fstab). What is a macosx alternative? Links/ideas/advices are highly appreciated. Regards
Posts: 3 | Registered: Feb 2002
| IP: Logged
|
|
willy wonka
Member
Member # 32
|
posted February 27, 2002 09:13 AM
i think you have to use macintosh manage to get disk quotas in os x. to my knowledge, os x makes no use of /etc/fstab you may be able to add an entry in there for your hdd, use `quotaon` to turn on quotas for that hdd, but.. there's the fstab mystery that may stop you, and i'm not sure if that will even work on an HFS partition, it may only work for UFS.lots of unknowns, but basically, read about macintosh manager, or experiment with everything you find from `man -k quota` -------------------- -- -willy "Freedom will henceforth be compulsory." -Random Party Manifesto
Posts: 92 | Registered: Aug 2001
| IP: Logged
|
|
|
willy wonka
Member
Member # 32
|
posted March 01, 2002 10:40 AM
that's right. shouldn't really need quotas if you're not running a server, though if you needed to, though, i imagine you could get the .pkg's and install those [mac manager comes on a seperate cd]-------------------- -- -willy "Freedom will henceforth be compulsory." -Random Party Manifesto
Posts: 92 | Registered: Aug 2001
| IP: Logged
|
|
Kevin Reynen
Junior Member
Member # 402
|
posted April 12, 2002 12:59 PM
Not to promote my own work, but we wrote OSXDQ after looking at MacManager and realizing it wasn't going to work for our needs.http://osxdq.sourceforge.net "OSXDQ is an open source, self service disk quota system for MacOS X Servers written in PHP and Perl. When users go over their quotas, the directory is given read only access. Users can unlock their account through a web interface. Perl scripts run as cron jobs locking and unlocking the accounts." Someone at MacOSX Labs wrote some documentation for how to use this as a client-side solution. http://www.macosxlabs.org/documentation/temporary_storage/details/details.html It doesn't work as well for that because there isn't a centralized database. If there is enough interest, I've thought about writing an XML-RPC interface with the ability to list files in your local user directories on all lab machines... essentially creating a pseudo distributed file system. I know I'd like to make better use of the 5000 Gigs of local storage I have in my labs. [ April 12, 2002: Message edited by: Kevin Reynen ]
Posts: 1 | Registered: Apr 2002
| IP: Logged
|
|
|