CAN'T SEE MY SSD DISK IN PROXMOX GUI

hencebilal

Member
Nov 25, 2021
36
0
11
52
Hello Community,


I just install proxmox on a new server but infortunattly i can't see my SSD disk in the GUI ,

The result of lsblk :
1690536713242.png

and in the GUI i don't see Storage2-apps and Storage3-bkp

1690536784861.png


What's can i do ? Thanks you


 
So you made sure that they get mounted. Did you create a storage configuration for them?
Can you show the contents of the /etc/pve/storage.cfg file?
 
Okay, so you made sure that the disks are mounted. But now you need to tell Proxmox VE about it. For that, create a new storage configuration of the type directory. Point it to the path where they are mounted.

Ideally you then run the following command on both:
Code:
pvesm set {storage name} --is_mountpoint 1
This tell Proxmox VE that it should only use the storage if something is mounted at the specified path. Otherwise it could happen that data is stored on the OS file system.

Be aware, that single disks won't have any redundancy!
 
Ok, you can first of all check if check RAID controller firmware is updated.

In pretty sure that the problem is the RAID controller.