Hello guys,
I recently removed one of the SSDs from an HP ProLiant dl380 with proxmox 7.3-4 with the idea of putting it on another machine without Proxmox installed, just Debian.
So I removed the disk from the HP server, put it in a USB box and connected it to one of the desktop PC Fujitsu ports. The problem is that it recognizes itself as "lLVM" and cannot mount it.
If it matters, the box is this WAVLINK WL ST239 2.5 USB 3.0 and Windows recognizes it as a SCSI controller
Here is what I have tested so far:
And then /usr/sbin/lvs and /usr/sbin/lvdisplay returns no result.
If I try to create it again:
journalctl log
I recently removed one of the SSDs from an HP ProLiant dl380 with proxmox 7.3-4 with the idea of putting it on another machine without Proxmox installed, just Debian.
So I removed the disk from the HP server, put it in a USB box and connected it to one of the desktop PC Fujitsu ports. The problem is that it recognizes itself as "lLVM" and cannot mount it.
If it matters, the box is this WAVLINK WL ST239 2.5 USB 3.0 and Windows recognizes it as a SCSI controller
Here is what I have tested so far:
Code:
/usr/sbin/vgscan Found volume group "subspace6" using metadata type lvm2/usr/sbin/lvmdiskscan/dev/nvme0n1p1 [ 512.00 MiB]/dev/sda1 [ <1.82 TiB]/dev/nvme0n1p2 [ 23.28 GiB]/dev/sda2 [ <1.82 TiB]/dev/nvme0n1p3 [ 9.31 GiB]/dev/nvme0n1p4 [ 977.00 MiB]/dev/nvme0n1p5 [ 1.86 GiB]/dev/nvme0n1p6 [ <441.03 GiB]/dev/sdb [ <3.64 TiB]/dev/sdc1 [ <1.75 TiB]/dev/sdd1 [ 3.49 TiB]/dev/sde1 [ <3.64 TiB]/dev/sdf [ <3.64 TiB] LVM physical volume1 disk11 partitions1 LVM physical volume whole disk0 LVM physical volumes
Code:
/usr/sbin/vgchange -a subspace6 Invalid argument for --activate: subspace6 Error during parsing of command line.
Code:
# /usr/sbin/vgchange -ay subspace6 0 logical volume(s) in volume group "subspace6" now active
If I try to create it again:
Code:
/usr/sbin/vgcreate "subspace6" /dev/sdf Physical volume '/dev/sdf' is already in volume group 'subspace6' Unable to add physical volume '/dev/sdf' to volume group 'subspace6' /dev/sdf: physical volume not initialized.
Code:
May 08 16:05:38 subspace kernel: usb 1-6: new high-speed USB device number 6 using xhci_hcdMay 08 16:05:38 subspace kernel: usb 1-6: New USB device found, idVendor=174c, idProduct=55aa, bcdDevice= 1.00May 08 16:05:38 subspace kernel: usb 1-6: New USB device strings: Mfr=2, Product=3, SerialNumber=1May 08 16:05:38 subspace kernel: usb 1-6: Product: ASMT105xMay 08 16:05:38 subspace kernel: usb 1-6: Manufacturer: ASMTMay 08 16:05:38 subspace kernel: usb 1-6: SerialNumber: 23456789017BMay 08 16:05:38 subspace kernel: scsi host5: uasMay 08 16:05:38 subspace mtp-probe[2089539]: checking bus 1, device 6: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6"May 08 16:05:38 subspace kernel: scsi 5:0:0:0: Direct-Access SPCC Sol id State Disk 0 PQ: 0 ANSI: 6May 08 16:05:38 subspace mtp-probe[2089539]: bus: 1, device: 6 was not an MTP deviceMay 08 16:05:38 subspace mtp-probe[2089541]: checking bus 1, device 6: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6"May 08 16:05:38 subspace kernel: sd 5:0:0:0: [sdf] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)May 08 16:05:38 subspace kernel: sd 5:0:0:0: [sdf] Write Protect is offMay 08 16:05:38 subspace kernel: sd 5:0:0:0: [sdf] Mode Sense: 43 00 00 00May 08 16:05:38 subspace kernel: sd 5:0:0:0: Attached scsi generic sg5 type 0May 08 16:05:38 subspace kernel: sd 5:0:0:0: [sdf] Write cache: enabled, read cache: enabled, doesn't support DPO or FUAMay 08 16:05:38 subspace kernel: sd 5:0:0:0: [sdf] Preferred minimum I/O size 512 bytesMay 08 16:05:38 subspace kernel: sd 5:0:0:0: [sdf] Optimal transfer size 33553920 bytesMay 08 16:05:38 subspace mtp-probe[2089541]: bus: 1, device: 6 was not an MTP deviceMay 08 16:05:38 subspace kernel: sd 5:0:0:0: [sdf] Attached SCSI diskMay 08 16:05:38 subspace lvm[2089550]: PV /dev/sdf online, VG subspace6 is complete.May 08 16:05:38 subspace lvm[2089550]: VG subspace6 finished
Statistics: Posted by mrowcp — 2024-05-08 14:08 — Replies 2 — Views 80