
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 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 MoreYou may have missed to delete some files that are no longer needed on your computer in some directory. It could be either in “Download” or any other directory that …
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 MoreWe all know the purpose of the uptime command in Linux. This is used to check the uptime of the Linux system and how long the system runs without restarting. …
Read More