May 30, 2016
Linux
How to Scan a SCSI disk in Linux Without Rebooting the System
You can scan a newly added SCSI disk in Linux without rebooting the system. The process is shown below: First, check all disks presently shown on the system by using the below command: # fdisk -l |egrep '^Disk' |egrep -v 'dm-' WARNING: GPT (GUID Partition Table) …