Hello everyone. This is my first time posting. First, let me say that Samba kicks butt!!! Now, I'm wondering if there's a way to limit the amount of disk space available in a share? Anyone? Thanks. -- K-Tag: Always remember you're unique, just like everyone else. ------ Kevin Procter Programmer, Drummer & SCUBA Diver Ingersoll, Ontario - CANADA http://www.attcanada.ca/~kprocter
[Kevin Procter <kprocter@attcanada.ca>]> Now, I'm wondering if there's a way to limit the amount of disk space > available in a share?I think the best you can do is to use Unix disk quotas to limit the space available to individual users. If you don't care about the security implications, you can map everyone to the guest user and set the quota on that. In any case, Unix quotas are per-user-per-filesystem, which may be too coarse for your purposes, but oh well. Peter