Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

A vagrant gem plugin to create, mount, unmount and destroy sparseimage files for sharing with guests under OSX.

License

Notifications You must be signed in to change notification settings

Learnosity/vagrant-sparseimage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vagrant-sparseimage

vagrant-sparseimage is a Vagrant plugin which automatically creates and mounts a sparseimage for the guest system to share. This allows alternative filesystems to be used between the host and the guest (eg. journaled, case sensitive).

The image can be browser from OSX Finder and is completely configurable. It can be unmounted automatically when the guest is halted, or left mounted for other uses. When the Vagrant guest is destroyed, the image can optionally be destroyed too.

Dependencies

Only runs in OSX. Requires Vagrant v1.2+.

Installation

See building below for building the gem.

Use vagrant plugin to install the gem in your Vagrant environment:

$ vagrant plugin install vagrant-sparseimage.gem

Configuration

See example-box/Vagrantfile. Each vm has a sparseimage configuration object which can have an arbitrary number of images added to it.

The following config properties for config.sparseimage are compulsory:

  • volume_name: the name that will be used to mount the volume and derive its filename
  • image_type: SPARSEIMAGE or SPARSEBUNDLE
  • image_fs: filesystem type: see below for list of supported formats
  • vm_mountpoint: where to mount the image wihtin the guest
  • image_size: size in MB. both image types will consume space lazily
  • image_folder: the folder on the host to store the image file in

The following properties are optional:

  • auto_unmount: whether to unmount the image from the host when the guest is stopped. Defaults to true.
  • mounted_name: the full path to mount the sparse bundles in. Defaults using the name of the volume.

Filesystems

  • HFS+
  • HFS+J (JHFS+ in the config)
  • HFSX
  • JHFS+X
  • MS-DOS
  • UDF

Building

If you installed vagrant using RubyGems, use:

$ bundle install
$ gem build vagrant-sparseimage.gemspec

If you installed Vagrant with a prebuilt package or installer, you need to use Vagrant's gem wrapper:

About

A vagrant gem plugin to create, mount, unmount and destroy sparseimage files for sharing with guests under OSX.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages