Skip to content

Instantly share code, notes, and snippets.

@ViKingIX
Created April 14, 2017 09:52
Show Gist options
  • Save ViKingIX/ce8cbb6d4d88ba0c2e8f681617f15033 to your computer and use it in GitHub Desktop.
Save ViKingIX/ce8cbb6d4d88ba0c2e8f681617f15033 to your computer and use it in GitHub Desktop.
VMware notes
# 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