Skip to content

Instantly share code, notes, and snippets.

@natacado
Created May 17, 2011 17:54
Show Gist options
  • Save natacado/976976 to your computer and use it in GitHub Desktop.
Save natacado/976976 to your computer and use it in GitHub Desktop.
execute "mkfs.ext3 -q #{fs_device} -L data" do
not_if "dumpe2fs -h #{fs_device}"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment