can't see block device with lsblk

mmm286

Cadet
Joined
Mar 22, 2024
Messages
1
Hi,
I've configured a scsi device but I can't see with lsblk:
Code:
lsblk
NAME          MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
sda             8:0    0   35G  0 disk
├─sda1          8:1    0    1G  0 part /boot
└─sda2          8:2    0   34G  0 part
├─rhel-root 253:0    0 30,5G  0 lvm  /
└─rhel-swap 253:1    0  3,5G  0 lvm  [SWAP]
sr0            11:0    1  4,2G  0 rom

But I can see session logged:
Code:
[root@nodo2 ~]# iscsiadm -m session -P 3 | grep 'Target\|disk'
Target: iqn.2005-10.org.freenas.ctl:controlm (non-flash)
Target Reset Timeout: 30
Attached scsi disk sdb          State: running
Do you know why? Thanks


1711108439993.png

1711108467542.png

1711108496999.png

1711108525785.png


Any help please?
Thanks
 

rimisen49

Cadet
Joined
Mar 27, 2024
Messages
1
If you can't see a block device with the lsblk command, first check if the device is properly connected and powered on. Try unplugging and reconnecting the device or restarting your system to see if it appears. If it still doesn't show up, verify if the device is recognized by your system using other commands like fdisk -l or dmesg. If the issue persists, consider troubleshooting the device's drivers or hardware connections for resolution.
 
Top