Skip to content

Instantly share code, notes, and snippets.

@gilles
Created December 29, 2011 22:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gilles/1536463 to your computer and use it in GitHub Desktop.
Save gilles/1536463 to your computer and use it in GitHub Desktop.
#format it
bash "format-ebs" do
code "mkfs.ext4 /dev/sdf"
not_if "e2label /dev/sdf"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment