[ Prev ] [ Index ] [ Next ]

Hot plug

Created Donnerstag 18 August 2022


Check if the disk is automaticall detected:
# lsblk --output NAME,LABEL,MOUNTPOINT,SIZE,TYPE,FSTYPE,RM,RO,PARTLABEL,UUID,SERIAL,MODEL


The device can automatically apear in the device list if not scan the bus:
# echo "- - -" > tee /sys/class/scsi_host/host<Number>/scan


OPTIONAL: Reload partition table.