我对 ubuntu 服务器相当陌生,我想扩展我的分区。
\n我跑了sudo lsblk -o NAME,FSTYPE,SIZE,MOUNTPOINT,LABEL并得到以下结果:
NAME FSTYPE SIZE MOUNTPOINT LABEL\nloop0 squashfs 69.8M /snap/lxd/19032 \nloop1 squashfs 69.9M /snap/lxd/19188 \nloop2 squashfs 32.3M /snap/snapd/11107 \nloop3 squashfs 55.5M /snap/core18/1988 \nloop4 squashfs 31.1M /snap/snapd/11036 \nloop6 squashfs 55.4M /snap/core18/1944 \nloop7 squashfs 31.1M \nsda 2.7T \n\xe2\x94\x9c\xe2\x94\x80sda1 vfat 512M /boot/efi \n\xe2\x94\x9c\xe2\x94\x80sda2 ext4 1G /boot \n\xe2\x94\x94\xe2\x94\x80sda3 LVM2_member 2.7T \n \xe2\x94\x94\xe2\x94\x80ubuntu--vg-ubuntu--lv ext4 200G / \nsr0 1024M \nRun Code Online (Sandbox Code Playgroud)\n正如你所看到的,sda3有2.7T的存储空间,ubuntu--vg-ubuntu--lv只使用了200G。
\n有没有一种简单的方法来提供ubuntu--vg-ubuntu--lv更多存储空间?
\n我读过gparted,但这对我来说看起来很奇怪。