Reduce Logical Volume Size on Debian
Reduce Logical Volume Size on Debian/CentOS/RedHat Reduce the logical volume size is not a good practice in terms of data therefore if you want to reduce the logical volume size must take the backup of data. Here we are reducing the size of logical volume "home" in Debian 9.8, you can also use this process on CentOS and RedHat. To Check the complete details of Debian version, type the below mention command. cat /etc/os-release To check how many users available in home directory first use command "cd" to enter in the directory "home" then use command "ls" to list the available users in directory "home" . cd /home ls In the above image you can see that only user "debian9" is available in directory "home" . For switch from user "root" to user "debian9" , type the below mention command. su debian9 Create a text file from user "debian9" by use of command "touch" , this is bec...