Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

pub:vmware-identify-virtual-disc [2014/05/06 09:31] – angelegt Marco Kragepub:vmware-identify-virtual-disc [2020/06/11 18:10] (aktuell) – gelöscht Marco Krage
Zeile 1: Zeile 1:
-====== vmWare Identify Virtual Disc ====== 
  
-You can look in ''/sys/block/sda/device'', which will have a symlink starting with scsi_device that identifies the device: 
- 
- 
-  $ ls -d /sys/block/sda/device/scsi_device* 
-  /sys/block/sda/device/scsi_device:0:0:0:0 
- 
-Or you can look in ''/sys/bus/scsi/devices'': 
- 
- 
-  $ ls /sys/bus/scsi/devices/ 
-  0:0:0: 1:0:0: 2:0:0: 3:0:0: 7:0:0: 8:0:0:0 
- 
-Each entry here represents a SCSI device.  Inside each directory is a symlink starting with block: that identifies the corresponding block device: 
- 
- 
- 
-  $ ls -d /sys/bus/scsi/devices/0\:0\:0\:0/block* 
-  /sys/bus/scsi/devices/0:0:0:0/block:sda 
- 
-Quelle: http://superuser.com/questions/82035/how-do-i-associate-linux-scsi-device-names-with-disk-devices 
pub/vmware-identify-virtual-disc.1399361505.txt.gz · Zuletzt geändert: 2014/05/06 09:31 von Marco Krage