Unmount disk

georgios

New Member
Mar 7, 2018
2
0
1
40
Hello,

I decide to migrate to ProxMox 5.1
Installing a new server / new configuration, I create 2 Raid Arrays in my server, when I install, I choose the first array (223giga).

On disks menu (from the web interface), I see that my second Array (Raid) is detected but it is unmounted (mount->no).

I did "Initialize disk with GPT" but it is not mounting the partition.
Can you tell me please what can I should do exactly in order to use the /dev/sdb

thank you for your support

please find attached the print screen.
 

Attachments

  • ProxMox_5.1_UnMount_Raid.png
    ProxMox_5.1_UnMount_Raid.png
    49.2 KB · Views: 97
Hi,

you have to do that on the command line.
see fstab
thank you.

I could not success with fstab.

I follow this tutorial

root@node2:/run/udev/links# lsblk
sdb 8:16 0 1.3T 0 disk
└─sdb1 8:17 0 1.3T 0 part

root@node2:/run/udev/links# lsblk -f
sdb
└─sdb1 LVM2_member 4HldXXXXXXH-XXXXXXXXXXXXXXXXXXXXXXX

root@node2:/run/udev/links# pvdisplay
--- Physical volume ---
PV Name /dev/sdb1
VG Name Raid10-Storage
PV Size 1.31 TiB / not usable 1.82 MiB
Allocatable yes
PE Size 4.00 MiB
Total PE 343372
Free PE 335180
Allocated PE 8192
PV UUID 4HlXXXXXXXXXXXXXXXXXXXXXX

root@node2:/run/udev/links# vgdisplay
--- Volume group ---
VG Name Raid10-Storage
System ID
Format lvm2

I finally success to setup the LVM and I add the Storage from my Raid10 (ssd).

When I attached the storage in Proxmox 5.1 Web Interface, I did "Attached LVM" -> Disk image, Container.

What's the difference exactly with "LVM-Thin". Should I attache under LVM-Thin?

On my first install, it has automatically created a LVM-Thin.

thank you