00:01
So, in this question, to address the issue of the user exceeding the allotted storage limit on the data volume of the server, you can implement a quota system allows you to restrict the amount of disk space a user or a group of users can occupy on a file system.
00:20
So, the appropriate file system option that supports the quota management, one commonly used file system with built -in quota support is linux ex4 file system.
00:35
So, here is the general outline step that you have to you can take.
00:40
So, first check quota support.
00:42
So, here you ensure that quota support is enabled on your file system for ext4.
00:49
This is often of the often the default, but you may want to confirm then install quota tools.
00:56
So, you might need to install quota management tools if they are not already installed on a linux system.
01:02
You can typically install these tools using a package manner.
01:06
For example, on debian ubuntu based system, you can use the following command like sudo apt -get install quota.
01:15
Now, the next point is configure quotas...