Nota Acap
  • Introduction
  • Linux Guide
    • Fresh Installed Centos 7
    • Changing Network Interfaces in Centos 7
    • Lockdown SSH
    • Recursively change permission Linux
    • Proxy Server IPtables
    • Provisioning Web Server with Custombuild
    • MySQL Basic Management
    • Increasing Existing LVM Disk
  • Windows Guide
  • Application Guide
    • WEB Port IPtables Rate Limit
    • Simple Email Piping Script
    • HTTP Dead
    • Email Relay Outgoing
    • Compiling Extra PHP version (Directadmin)
    • Finding the SPAM (cPanel)
    • HTTP Basic Virtual Host
    • Update Kernel for DRBD Hosts
  • Migration Related
    • Cpanel -> Cpanel (Bulk)
    • IMAPSYNC Basic Scripts
    • Directadmin -> cPanel (Copy/Sync Emails)
    • Basic Rsync Script
Powered by GitBook
On this page

Was this helpful?

  1. Linux Guide

Increasing Existing LVM Disk

Resizing LVM

  1. Increase Disk for Instance

  2. Increase Disk partition via FDISK

  3. Increase Physical Volume: pvresize /dev/xxx

  4. Increase Logical Volume: lvextend -l +100%FREE /dev/mapper/xxx

  5. Increase filesystem: resize2fs /dev/mapper/xxx

PreviousMySQL Basic ManagementNextWEB Port IPtables Rate Limit

Last updated 1 year ago

Was this helpful?