Skip to content

Instantly share code, notes, and snippets.

@spheromak
Created January 18, 2011 20:33
Show Gist options
  • Save spheromak/785085 to your computer and use it in GitHub Desktop.
Save spheromak/785085 to your computer and use it in GitHub Desktop.
# mount /dev/VolGroup00/test1 /mnt/foo
# mount /dev/VolGroup00/test2 /mnt/foo
# mount | grep foo
/dev/mapper/VolGroup00-test1 on /mnt/foo type xfs (rw)
/dev/mapper/VolGroup00-test2 on /mnt/foo type xfs (rw)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment