I've gotten my RPI 4b to run LibreELEC from my 8TB USB drive. I updated the boot firmware, then used the Image Installer to put the LibreELEC image on the hard drive. The problem is that the image installer only created 2 small partitions:
Code: Select all
Using /dev/sda
(parted) print
Model: WD My Book 25EE (scsi)
Disk /dev/sda: 8002GB
Sector size (logical/physical): 512B/4096B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 4194kB 541MB 537MB primary fat16 boot, lba
2 541MB 575MB 33.6MB primary ext4
The VAST majority of the drive is unused space. LibreELEC doesn't seem to have the tools to resize the partitions itself directly. So I rebooted off of an SD card with full Raspbian on it so I could install gparted. However, that refused to grow the ext4 partition to the maximum available size because of the "msdos" partition table. I don't know how to convert that to "gpt" (which is apparently what is need to handle the larger size) without destroying the existing partitions and setting me back to square one.
I can't find any web pages on either Raspberry Pi's site or LibreELEC's site that document how to do this.
Any help please? THANK YOU!!!
