linux_wiki:logical_volume_management_lvm

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
linux_wiki:logical_volume_management_lvm [2016/06/12 22:21]
billdozor [Extend Logical Volume]
linux_wiki:logical_volume_management_lvm [2018/03/07 09:33]
billdozor [Add Disk: Scan SCSI Bus]
Line 30: Line 30:
  
 If adding a disk to a virtual machine and the new disk does not show up: If adding a disk to a virtual machine and the new disk does not show up:
 +
 +**One Liner Method**<code bash>echo "- - -" > /sys/class/scsi_host/$(grep mpt /sys/class/scsi_host/host?/proc_name | grep -o -E '(host[0-9])')/scan</code>
 +
 +**Manual Method**
   * Find the host bus number<code bash>grep mpt /sys/class/scsi_host/host?/proc_name</code>   * Find the host bus number<code bash>grep mpt /sys/class/scsi_host/host?/proc_name</code>
     * Example return value:<code bash>/sys/class/scsi_host/host2/proc_name:mptspi</code>     * Example return value:<code bash>/sys/class/scsi_host/host2/proc_name:mptspi</code>
  • linux_wiki/logical_volume_management_lvm.txt
  • Last modified: 2019/05/25 23:50
  • (external edit)