Good Evening Everyone,
I have connected two working USB drives, newly formatted with ext4 (checked on other systems and they are working fine). I want to mount both of them using their UUID, but the system doesn't recognize them. Lets get to some data around
#1 Version
#2 USB Drives
Point of Interest:
Bus 002 Device 007: ID 0bc2:ab24 Seagate RSS LLC Backup Plus Portable Drive
Bus 002 Device 006: ID 21c4:00e5 Lexar SL600
#3. Neither lsblk or fdisk -l shows the drives that are connected
Please help me in resolving this issue
I have connected two working USB drives, newly formatted with ext4 (checked on other systems and they are working fine). I want to mount both of them using their UUID, but the system doesn't recognize them. Lets get to some data around
#1 Version
Code:
sathish@home:~$ pveversion
pve-manager/8.2.5/12c0a59769080547 (running kernel: 6.8.12-1-pve)
#2 USB Drives
Code:
sathish@home:~$ lsusb
Bus 004 Device 002: ID 0bda:8153 Realtek Semiconductor Corp. RTL8153 Gigabit Ethernet Adapter
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 007: ID 0bc2:ab24 Seagate RSS LLC Backup Plus Portable Drive
Bus 002 Device 006: ID 21c4:00e5 Lexar SL600
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 04f2:b6c0 Chicony Electronics Co., Ltd HP HD Camera
Bus 001 Device 003: ID 8087:0026 Intel Corp. AX201 Bluetooth
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Point of Interest:
Bus 002 Device 007: ID 0bc2:ab24 Seagate RSS LLC Backup Plus Portable Drive
Bus 002 Device 006: ID 21c4:00e5 Lexar SL600
#3. Neither lsblk or fdisk -l shows the drives that are connected
Code:
sathish@home:~$ sudo lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
nvme0n1 259:0 0 476.9G 0 disk
├─nvme0n1p1 259:1 0 1007K 0 part
├─nvme0n1p2 259:2 0 1G 0 part /boot/efi
└─nvme0n1p3 259:3 0 475.9G 0 part
├─pve-swap 252:0 0 12G 0 lvm [SWAP]
├─pve-root 252:1 0 75G 0 lvm /
├─pve-data_tmeta 252:2 0 3.7G 0 lvm
│ └─pve-data-tpool 252:4 0 365.5G 0 lvm
│ ├─pve-data 252:5 0 365.5G 1 lvm
│ ├─pve-vm--9000--cloudinit 252:6 0 4M 0 lvm
│ ├─pve-vm--109--cloudinit 252:7 0 4M 0 lvm
│ ├─pve-vm--109--disk--0 252:8 0 47.2G 0 lvm
│ ├─pve-vm--100--disk--0 252:9 0 10G 0 lvm
│ ├─pve-vm--101--disk--0 252:10 0 2G 0 lvm
│ ├─pve-vm--102--disk--0 252:11 0 8G 0 lvm
│ └─pve-vm--103--disk--0 252:12 0 4G 0 lvm
└─pve-data_tdata 252:3 0 365.5G 0 lvm
└─pve-data-tpool 252:4 0 365.5G 0 lvm
├─pve-data 252:5 0 365.5G 1 lvm
├─pve-vm--9000--cloudinit 252:6 0 4M 0 lvm
├─pve-vm--109--cloudinit 252:7 0 4M 0 lvm
├─pve-vm--109--disk--0 252:8 0 47.2G 0 lvm
├─pve-vm--100--disk--0 252:9 0 10G 0 lvm
├─pve-vm--101--disk--0 252:10 0 2G 0 lvm
├─pve-vm--102--disk--0 252:11 0 8G 0 lvm
└─pve-vm--103--disk--0 252:12 0 4G 0 lvm
Please help me in resolving this issue