How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "bishbr/centos6-multiple-disks"
config.vm.box_version = "1.0"
end
vagrant init bishbr/centos6-multiple-disks \
--box-version 1.0
vagrant up
This version was created about 7 years ago.
This is a generic Centos 6.8 image with the latest updates and version 5.1.8 of VirtualBox guest editions. It has 3 additional disk devices attached that are unformatted for use with disk and filesystem experimentation. The disks each have a msdos labels and 1 primary partion. SDB is given a type of "raid" and SDC and SDD are given a type of "LVM".
10gig IDE disk where Centos is installed: /dev/sda
200meg unformatted: /dev/sdb
100meg unformatted: /dev/sdc
50meg unformatted: /dev/sdd
Source kept here: https://github.com/bjbishop/packer