Path: utzoo!utgpu!news-server.csri.toronto.edu!clyde.concordia.ca!mcgill-vision!snorkelwacker!apple!sun-barr!ziploc!eps From: eps@toaster.SFSU.EDU (Eric P. Scott) Newsgroups: comp.sys.next Subject: Re: user accounts Message-ID: <749@toaster.SFSU.EDU> Date: 20 Jul 90 00:16:14 GMT References: <1990Jul16.010458.24591@eng.umd.edu> <1818.26a44ba6@miavx1.acs.muohio.edu> Reply-To: eps@cs.SFSU.EDU (Eric P. Scott) Organization: San Francisco State University Lines: 21 In article <1818.26a44ba6@miavx1.acs.muohio.edu> pemurray@miavx1.acs.muohio.edu (Peter Murray) writes: >The code to check for disk quotas was not compiled into the NeXT's >kernel. Don't be so sure. For example, I have the following in (netinfo) fstab: futon:/Users /Net nfs ro,bg,soft,net,nosuid,noquota 0 0 If I didn't explicitly specify noquota and futon was down for some reason (rare, but it happens), there will be a *LONG* pause when I try to log into ->this<- machine because /bin/login does a quota check and I'd have to wait for the RPC to time out. The noquota bypasses this. (The disk is mounted read-only-- what's the point of checking quotas remotely?) (If this isn't covered in NextAnswers, it should be.) -=EPS=-