Oracle Linux에서는 파티션을 확장/크기 조정할 수 없습니다.

Oracle Linux에서는 파티션을 확장/크기 조정할 수 없습니다.

저는 sda3아래에 표시된 파티션 을 sda. 100G내 배포판이 Oracle Linux인지 몰랐고 다른 사이트에서 RHEL에 사용할 수 있는 모든 솔루션을 시도하고 있었습니다.

[root@localname bin]# lsblk
NAME   MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
sda      8:0    0  100G  0 disk
├─sda2   8:2    0    8G  0 part [SWAP]
├─sda3   8:3    0 38.4G  0 part /
└─sda1   8:1    0  200M  0 part /boot/efi

그러나 아직 아무것도 찾을 수 없으며 여기에서 직접 커뮤니티의 도움을 구하려고 생각했습니다. 파티션을 실제로 보유할 수 sda3있는 최대 용량까지 확장하는 데 도움을 줄 수 있는 사람이 있습니까 sda?

Fdisk 출력:

[root@localname bin]# fdisk -l
Disk /dev/sda: 107.4 GB, 107374182400 bytes, 209715200 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 1048576 bytes
Disk label type: dos
Disk identifier: 0x00000000

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1               1    97677311    48838655+  ee  GPT
Partition 1 does not start on physical sector boundary.

각 장치에서 별도로 수행된 FDISK는 관련 정보를 제공하지만, 전체적으로 fdisk는 위에서 언급한 첫 번째 파티션 세부 정보만 표시합니다.

[root@localname bin]# fdisk -l /dev/sda2

Disk /dev/sda2: 8589 MB, 8589934592 bytes, 16777216 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 1048576 bytes

[root@localname bin]# fdisk -l /dev/sda3

Disk /dev/sda3: 41.2 GB, 41209036800 bytes, 80486400 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 1048576 bytes

추가 정보: 서버의 CLI에만 액세스할 수 있고 UI 액세스 권한은 없습니다.

관련 정보