![]() |
/dev/sdb RAID array doesn't contain a valid partition table after install
I've installed (the Debian based) Proxmox 1.9 and found that the installer ignored the RAID array that makes up /dev/sdb. It's in a volume group and still formatted but not in fstab (should it be?) and there's no option to add it in the storage section of the Proxmox GUI.
What do I need to do to allow the system to see it and use it? fdisk -l says: Code:
Disk /dev/sdb doesn't contain a valid partition table |
Is this hardware or software RAID? /dev/sdb should be a disk, not a RAID array. And for a RAID you would need at lease two disks, AFAIK. What does
Code:
cat /proc/mdstat |
Code:
# cat /proc/mdstat |
Disk /dev/sdb doesn't contain a valid partition table ===means there is no filesystem on the disk hence it can be used.
if its a new RAID array, just format the partition with desired fileysstem ext3 ext4 etc.., that will make the disk usable. |
| All times are GMT -5. The time now is 02:43 PM. |