Re: Limit dir write by its storage size

2022-01-11 Thread Zé Loff
On Wed, Jan 12, 2022 at 02:06:39AM +0800, Yamadaえりな wrote: > For a BSD based system, how can I setup that, if a dir has total storage > size reached to the max, it won’t be writable anymore? > > Thank you very much! > Yamada Create a separate partition for it. --  

Re: Limit dir write by its storage size

2022-01-11 Thread Mike Coddington
On Wed, Jan 12, 2022 at 02:06:39AM +0800, Yamada? wrote: > For a BSD based system, how can I setup that, if a dir has total storage > size reached to the max, it won???t be writable anymore? > I know you can restrict storage usage at a filesystem level using quota(1), but I'm not aware of

Limit dir write by its storage size

2022-01-11 Thread Yamadaえりな
For a BSD based system, how can I setup that, if a dir has total storage size reached to the max, it won’t be writable anymore? Thank you very much! Yamada