Created
April 14, 2017 09:52
-
-
Save ViKingIX/ce8cbb6d4d88ba0c2e8f681617f15033 to your computer and use it in GitHub Desktop.
VMware notes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# VMware notes | |
#### BR-1020 Driver | |
#### Mount virtual cd on ESXi host | |
1. Find out cdrom device reference | |
```bash | |
esxcfg-mpath -l | |
``` | |
2. Load iso9660 module | |
```bash | |
vmkload_mod iso9660 | |
``` | |
3. Mount the cdrom | |
``` | |
vsish -e set /vmkModules/iso9660/mount | |
``` | |
#### References | |
- [7. Re: How to mount the host cdrom in ESXi shell?](https://communities.vmware.com/message/1692327#1692327) | |
- [VMware Compatibility Guide](https://www.vmware.com/resources/compatibility/search.php) | |
> Written with [StackEdit](https://stackedit.io/). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment