esxi 서버에서 호스팅되는 가상 머신 게스트로 Ubuntu를 사용하고 있습니다. Ubuntu 디스크 스토리지는 5GB인데 디스크를 30GB로 확장하고 싶습니다. esxi 클라이언트를 통해 확장했는데 이제 Ubuntu 터미널에 표시됩니다.
root@linux:/temp# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 5.6G 5.3G 31M 100% /
none 497M 184K 497M 1% /dev
none 502M 0 502M 0% /dev/shm
none 502M 108K 502M 1% /var/run
none 502M 4.0K 502M 1% /var/lock
none 502M 0 502M 0% /lib/init/rw
root@linux:/temp# fdisk -l
Disk /dev/sda: 32.2 GB, 32212254720 bytes
255 heads, 63 sectors/track, 3916 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0001c70e
Device Boot Start End Blocks Id System
/dev/sda1 * 1 743 5964800 83 Linux
Partition 1 does not end on cylinder boundary.
/dev/sda2 743 3917 25490433 5 Extended
/dev/sda3 1 1 992+ 8e Linux LVM
Partition 3 does not end on cylinder boundary.
/dev/sda5 2025 3917 15192064 83 Linux
Partition table entries are not in disk order
root@linux:/temp#
fdisk -l
출력에 표시된 대로 sda1을 전체 32GB로 확장하려면 어떻게 해야 합니까 ?
gparted에서 부팅을 시도했는데 다음을 볼 수 있었습니다
내 sda1의 크기를 조정할 수 없습니다. 도움이 필요합니까?
답변1
이는 더 큰 디스크가 있지만 사용 가능한 공간을 사용할 확장 파티션이 없는 상황과 유사합니다. /dev/sda1
제거할 때 일종의 디스크 유틸리티를 사용해야 합니다.
.iso 버전을 사용하는 것이 좋습니다.고팟호스트 시스템에서는 Ubuntu 게스트 시스템에 DVD 드라이브로 마운트할 수 있습니다. VM은 Gparted 디스크로 부팅되고 Gparted는 라이브 모드에서 실행되며 /dev/sda1
사용 가능한 공간을 채우기 위해 확장됩니다.
Gparted는 직관적인 인터페이스와 자세한 사용 지침을 갖춘 매우 사용하기 쉬운 프로그램입니다.여기.