Proxmox install drive (increase disk space)

MarcMorgan

Active Member
Feb 5, 2021
36
1
28
38
Hi All

When i installed Proxmox i installed on a RAID 0 on 2x 240GB SSDs - I only actually told Promox to install on these disks and use 120Gb of disk space.

Now i cant see the spare space from these drives but that doesn't bother me, is there a way to increase the disk size on the OS from 120GB back to the original disk size of the drives of 240GB

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
root@proxmox:~# parted /dev/sdo
GNU Parted 3.2
Using /dev/sdo
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) print
Model: ATA KINGSTON SA400S3 (scsi)
Disk /dev/sdo: 240GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:

Number Start End Size File system Name Flags
1 17.4kB 1049kB 1031kB bios_grub
2 1049kB 538MB 537MB fat32 boot, esp
3 538MB 129GB 128GB zfs

(parted)
 
You can resize the partition and use zfs autoexpand.

Are you sure it's raid0 and not raid1 ?, raid0 would be russian roulette on those cheap ssd's.