CAN'T SEE MY SSD DISK IN PROXMOX GUI

hencebilal

Member
Nov 25, 2021
37
0
11
53
Hello Community,


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

The result of lsblk :

1692097716116.png

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

1692097753802.png


I have published this problem before but i don't find a solution yet

Thanks you for support
 
First, don't mount disks using /dev/sda and /dev/sdc. This will cause problems later as these are not unique. Use UUIDs or /dev/disk/by-id/yourdiskID in your fstab instead.

Then PVE needs to know how to use those disks. For that you need to create storages in PVE. For example by creating a Directory storage via "Datacenter -> Storage -> Add -> Directory". And don't forget to set the "is_mountpoint" option via CLI or this might break your PVE installation later in case mounting ever fails (which isn't uncommon when using "/dev/sdX"). So for example: pvesm set YourStorageID --is_mountpoint yes
 
Last edited:
  • Like
Reactions: hencebilal