
How to Delete/Remove LVM (Logical) Volume in Linux
If the LVM volume (logical volume) is no longer required to use by LVM on the system. You can remove/delete it with the lvremove command using the following steps. But …
Read MoreLinux and Unix, Open Source, Linux Howtos
If the LVM volume (logical volume) is no longer required to use by LVM on the system. You can remove/delete it with the lvremove command using the following steps. But …
Read MoreIf a device is no longer need for use by LVM, you can use the vgreduce command to remove physical volumes from a volume group. The Vgreduce command shrinks the …
Read MoreReducing/Shrinking the logical volume is the highest risk of data corruption. So try to avoid this kind of situation if possible, but go ahead if you have no other options. …
Read MoreExpanding the logical volume is extremely easy, it takes very few steps and can be done online without unmounting a certain logical volume. The main purpose of LVM is flexible …
Read MoreLogical Volume Manager (LVM) plays an important role in the Linux operating system by improving the availability, disk I/O, performance and capability of disk management. LVM is a widely used …
Read MoreAs a Linux administrator, you may have noticed some requests from developers to convert files from DOS format to Unix format, and vice versa. This is because these files were …
Read MoreSometimes you may need to kill multiple user sessions on Linux. For example, you have to run a month job, for which all users have to be logged out of …
Read MoreGenerally, a file system must be mounted on a Linux system to access the contents. When adding a new hard disk to your system, you may need to use the …
Read MoreWell known services on Linux can be added on boot without any problems. For example, if you want to add Apache Httpd service on boot, you can do this with …
Read MoreEthtool is used to view and modify network device driver parameters and hardware settings, especially for wired ethernet devices. You can change ethernet card parameters as required, including auto-negotiation, Speed, …
Read More