Displaying 1 result from an estimated 1 matches for "linux_quota_1".
Did you mean:
linux_quotas_1
2002 May 14
0
SAMBA + ACLs + QUOTAs + WINBIND = headache
...amba network
share, i get a message "insuffisent space" which is obviously generated by
quota control. but if i copy little files, it works even if the quota is
exceeded, and there is actually no limit
i looks like the patched kernel uses quota V1 system. I modified
smbd/quota.c to force LINUX_QUOTA_1, nothing changes
i had to recompile the quota package to avoid direct disk access, and force
the quota tools to go through kernel calls (and take care of eas and acls).
is there something like this to do with samba (and what ?)
another question : there is a smbcacls command to set acls on files....