I have a proxmox server that I noticed was running out of disk space. I'm fairly confident it has a second drive that I've never made use of.
root@ny-vm02:~# ls /dev/sd*
/dev/sda /dev/sda1 /dev/sda2 /dev/sdb
root@ny-vm02:~# fdisk /dev/sdb
Device contains neither a valid DOS partition table, nor Sun, SGI or OSF disklabel
Building a new DOS disklabel with disk identifier 0x879f26a2.
Changes will remain in memory only, until you decide to write them.
After that, of course, the previous content won't be recoverable.
Warning: invalid flag 0x0000 of partition table 4 will be corrected by w(rite)
Command (m for help): q
root@ny-vm02:~#
Are there any other commands I should run to ensure that proxmox isn't making use of this disk in some way I wouldn't imagine? If it's not in use, it should be as simple as a pvcreate and lvextend to get more disk space in my pve lvm, correct?
Thanks
Tony
root@ny-vm02:~# ls /dev/sd*
/dev/sda /dev/sda1 /dev/sda2 /dev/sdb
root@ny-vm02:~# fdisk /dev/sdb
Device contains neither a valid DOS partition table, nor Sun, SGI or OSF disklabel
Building a new DOS disklabel with disk identifier 0x879f26a2.
Changes will remain in memory only, until you decide to write them.
After that, of course, the previous content won't be recoverable.
Warning: invalid flag 0x0000 of partition table 4 will be corrected by w(rite)
Command (m for help): q
root@ny-vm02:~#
Are there any other commands I should run to ensure that proxmox isn't making use of this disk in some way I wouldn't imagine? If it's not in use, it should be as simple as a pvcreate and lvextend to get more disk space in my pve lvm, correct?
Thanks
Tony