Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×
Linux Software

Quota Compatibility between Linux and Solaris 4

Gaewyn L Knight writes "Our institution just set up a large disk array on a Linux server using Debian. After our elation at gettin quotas set up we realised that our Solaris boxes where reporting quota sizes and time limits wrong. ex. 15mb quota 7 day time limit showing up as 32mb quota with a 388 month limit. So my main question is who's fault is it and is there a patch?"
This discussion has been archived. No new comments can be posted.

Quota Compatibility between Linux and Solaris

Comments Filter:
  • Both Linux NFS and Quotas are badly, horribly broken. Until the 2.4 kernel is along you're out of luck.
  • Does anybody know of a practical method to implement quotas on only parts of a partition? I'd hate to have to repartition a running Linux system... Thanks for any ideas!
  • Saying that Linux NFS&Quota are terribly broken is a slight exaggeration. They have a number of bugs, plenty of things have to be improved - that's true - but they are functional as long as you don't try to export file system to another OS (we have similar problem here with Tru64).
  • Well, um, generally users don't have access to the non-/home parts of the system, so imposing user quotas on whatever mount contains /home shouldn't be a problem, right? Unless you want them to still have /var/spool/mail as unlimited stomping grounds. I can't help but remember this one thing I did in college to get around the home directory quota - I made a hidden directory in /var/spool/mail and put stuff in that. :) (There was no mail quota.) Another thing I did was I'd take advantage of the fact that there was only a quota per user on the fileservers they were on (we had a big-ass 'farm' of Linux boxes which served as fileservers), and so I'd work up a deal with friends on other fileservers where we'd have a .noquota directory where we could keep large stuff in each others' accounts. It was fun, getting around quota restrictions like that... :)
    ---
    "'Is not a quine' is not a quine" is a quine.

To program is to be.

Working...