Source: https://www.howtoforge.com/linux_lvm
- /dev/sdX or /dev/hdX are physical HDDs (SCSI or SATA)
- /dev/vdX are virtual HDDs (virtualization aware driver)
- /dev/sda1 would be the first partition on the /dev/sda disk
Source: https://www.howtoforge.com/linux_lvm
This builds upon the exsting PcfDev Vagrant box by adding a Windows 2012R2 cell capable of hosting .NET 4.5 applications.
Add the following provisioner block before the existing provisioner block in the PcfDev Vagrantfile and before you initially bring up the box:
# Special provisioner to support Windows Cells
config.vm.provision "shell", run: "once" do |s|