!!only for linux using lvm, otherwise, you can use gparted.

fdisk

create partition (command:n )

change type to 8e (for LVM2) (command:t)

write(command:w)

restart

lvm pvcreate /dev/sda3

lvm vgextend VolGroup00 /dev/sda3

lvm lvextend -L32.5G /dev/VolGroup00/LogVol00 (set a large size, and you will know how many left, and then use ---extents parameter)

resize2fs /dev/VolGroup00/LogVol00 (very slow ... )

相关文章:

  • 2021-09-06
  • 2022-01-30
  • 2021-06-24
  • 2021-12-13
  • 2021-09-29
  • 2022-12-23
  • 2022-02-20
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-10-02
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-03-09
相关资源
相似解决方案