Skip to content

Instantly share code, notes, and snippets.

@jtimberman
Created February 23, 2009 20:09
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 jtimberman/69153 to your computer and use it in GitHub Desktop.
Save jtimberman/69153 to your computer and use it in GitHub Desktop.
mount "/mnt/test" do
device "/dev/exportvg/testlv"
fstype "ext3"
action :mount
end
$ mount | grep testlv
/dev/mapper/exportvg-testlv on /mnt/test type ext3 (rw)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment