Date: Tue, 18 Dec 2018 17:43:17 +0000 From: Carmel NY <carmel_ny@outlook.com> To: FreeBSD <freebsd-questions@freebsd.org> Subject: Re: ZFS and group quotas Message-ID: <SN1PR20MB210975D657A5F8FB5BAA19B680BD0@SN1PR20MB2109.namprd20.prod.outlook.com> In-Reply-To: <B871A606-81A0-44CC-8D5D-D2198BF218B6@lists.vlassakakis.de> References: <SN1PR20MB21090AF6A9DA663C80B7360F80BD0@SN1PR20MB2109.namprd20.prod.outlook.com> <B871A606-81A0-44CC-8D5D-D2198BF218B6@lists.vlassakakis.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 18 Dec 2018 18:09:33 +0100, Philipp Vlassakakis stated:
>
>> On 18. Dec 2018, at 17:33, Carmel NY <carmel_ny@outlook.com> wrote:
>>
>> I want to eliminate a quota limit for a group. I found this documentation.
>> groupquota@group=size | none
>>
>> So, if I were to enter:
>> zfs groupquota@1001=none
>>
>> I assume that would remove any restrictions. Is this a permanent setting or
>> do I have to reenter it on every bootup?
>Hi,
>
>It should be:
>zfs set groupquota@1001=none <device>
>
>Instead of „set“ you can also use „get“ to receive the current value (none
>or 100G for example)
>
>zfs get groupquota@1001 <device>
>
>Yes, this change js permanent and will „survive“ a reboot.
>
>Regards
>Philipp
Okay, here is the problem. I have a Windows 10 machine that is doing regular
backups and placing them on my FreeBSD machine running samba version 48. This
backup creates numerous directories under the designated directory in my home
directory.
Error message, omiting the date and time stuff:
[smbd[some number]" failed to get quota for group ID 1001 on {{at this point
any of several paths are listed}}
Is there some way to use a wild card entry to include them all, like this:
zfs set groupquota@1001=none ~/backup*
--
Carmel
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?SN1PR20MB210975D657A5F8FB5BAA19B680BD0>
