Path: utzoo!utgpu!attcan!uunet!lll-winken!ames!mailrus!cornell!uw-beaver!rice!sun-spots-request From: auspex!guy@uunet.uu.net (Guy Harris) Newsgroups: comp.sys.sun Subject: Re: quota option in mount Message-ID: <836@auspex.UUCP> Date: 15 Jan 89 21:39:12 GMT References: Sender: usenet@rice.edu Organization: Sun-Spots Lines: 10 Approved: Sun-Spots@rice.edu Original-Date: 12 Jan 89 08:14:56 GMT X-Sun-Spots-Digest: Volume 7, Issue 104, message 5 of 13 >at boot time mount complains: "WARNING unknown options quota"... Yes. Pipe the output of "mount" to egrep -v "WARNING unknown options quota" Quotas really do work in 4.0; they just provoke some noise from "mount". Quotas are NOT turned on by "mount", they are turned on by "quotaon"; "quotaon" does handle the "quota" option. "quotaon" also updates "/etc/mtab" so that "mount -p" should show that quotas are on.