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 Fujitsu ports. The problem is that it recognizes itself as "lvm" and cannot mount it.
If it matters, the box is this WAVLINK WL ST239 2.5 USB 3.0 and under 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 Fujitsu ports. The problem is that it recognizes itself as "lvm" and cannot mount it.
If it matters, the box is this WAVLINK WL ST239 2.5 USB 3.0 and under 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 volume
1 disk
11 partitions
1 LVM physical volume whole disk
0 LVM physical volumes
/usr/sbin/vgchange -a subspace6
Invalid argument for --activate: subspace6
Error during parsing of command line.
# /usr/sbin/vgchange -ay subspace6
0 logical volume(s) in volume group "subspace6" now active
And then /usr/sbin/lvs and /usr/sbin/lvdisplay returns no result.
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.
journalctl log
Code:
May 08 16:05:38 subspace kernel: usb 1-6: new high-speed USB device number 6 using xhci_hcd
May 08 16:05:38 subspace kernel: usb 1-6: New USB device found, idVendor=174c, idProduct=55aa, bcdDevice= 1.00
May 08 16:05:38 subspace kernel: usb 1-6: New USB device strings: Mfr=2, Product=3, SerialNumber=1
May 08 16:05:38 subspace kernel: usb 1-6: Product: ASMT105x
May 08 16:05:38 subspace kernel: usb 1-6: Manufacturer: ASMT
May 08 16:05:38 subspace kernel: usb 1-6: SerialNumber: 23456789017B
May 08 16:05:38 subspace kernel: scsi host5: uas
May 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: 6
May 08 16:05:38 subspace mtp-probe[2089539]: bus: 1, device: 6 was not an MTP device
May 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 off
May 08 16:05:38 subspace kernel: sd 5:0:0:0: [sdf] Mode Sense: 43 00 00 00
May 08 16:05:38 subspace kernel: sd 5:0:0:0: Attached scsi generic sg5 type 0
May 08 16:05:38 subspace kernel: sd 5:0:0:0: [sdf] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 08 16:05:38 subspace kernel: sd 5:0:0:0: [sdf] Preferred minimum I/O size 512 bytes
May 08 16:05:38 subspace kernel: sd 5:0:0:0: [sdf] Optimal transfer size 33553920 bytes
May 08 16:05:38 subspace mtp-probe[2089541]: bus: 1, device: 6 was not an MTP device
May 08 16:05:38 subspace kernel: sd 5:0:0:0: [sdf] Attached SCSI disk
May 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
Last edited: