Enabling SCSI_ID on VMware

To preserve the device names across reboots in Linux, udev rules is the recommended option.  The idea is to extract SCSI device’s unique ID and assign it to a symbolic name that will persist across reboots.  To get the SCSI device’s unique ID, Linux command scsi_id can be used. On VMware, you might run into …

Enabling SCSI_ID on VMware Read More »