Linux journey 13: disk quota and advanced file management

Linux journey one 3: disk quota and advanced file management Source: pixels Application and practice of disk quota What is disk quota General purpose of disk quotas Limit the maximum disk quota that a user group can useLimit the maximum disk quota for a userLimit the maximum disk quota for a directory Disk quota is a tool that provides ...

Posted by purefusion on Sun, 19 Dec 2021 02:14:32 +0100

Proxmox VE logical volume management (LVM) details (4-4)

4.4. Create logical volumes using lvcreate Volume group is the core of LVM architecture, which is similar to disk partition in non LVM system. Logical volume is the final object we use. The command used to create logical volume in volume group is lvcreate. In fact, LVM has two modes: non Thin mode and Thin mode. In non Thin mode, the basic com ...

Posted by stephenk on Fri, 01 Oct 2021 02:30:22 +0200